--- kdelibs-experimental-4.2.96.orig/debian/control +++ kdelibs-experimental-4.2.96/debian/control @@ -0,0 +1,29 @@ +Source: kdelibs-experimental +Section: libs +Priority: optional +Maintainer: Kubuntu Developers +XSBC-Original-Maintainer: Kubuntu Developers +Build-Depends: cdbs (>= 0.4.51), debhelper (>= 7.2.3), pkg-kde-tools (>= 0.4.2), + kdelibs5-dev (>= 4:4.2.96) +Standards-Version: 3.8.2 +Homepage: http://www.kde.org/ +Vcs-Browser: http://bazaar.launchpad.net/~kubuntu-members/kdelibs-experimental/ubuntu +Vcs-Bzr: https://code.launchpad.net/~kubuntu-members/kdelibs-experimental/ubuntu + +Package: libknotificationitem1 +Architecture: any +Depends: ${shlibs:Depends} +Description: KDE System Tray Protocol Library + Library for the "client" side of the new system tray protocol. + . + This package is part of the experimental KDE 4 libraries module. + +Package: libknotificationitem-dev +Architecture: any +Depends: ${shlibs:Depends}, libknotificationitem1 +Section: libdevel +Description: KDE System Tray Protocol Library + Development files for the library for the "client" side of the new + system tray protocol. + . + This package is part of the experimental KDE 4 libraries module. --- kdelibs-experimental-4.2.96.orig/debian/libknotificationitem1.install +++ kdelibs-experimental-4.2.96/debian/libknotificationitem1.install @@ -0,0 +1,3 @@ +usr/lib/libknotificationitem-1.so +usr/lib/libknotificationitem-1.so.1 +usr/lib/libknotificationitem-1.so.1.0.0 --- kdelibs-experimental-4.2.96.orig/debian/rules +++ kdelibs-experimental-4.2.96/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +DEB_DH_SHLIBDEPS_ARGS_ALL := -- -xkdebase-runtime + +include /usr/share/pkg-kde-tools/qt-kde-team/1/debian-qt-kde.mk --- kdelibs-experimental-4.2.96.orig/debian/changelog +++ kdelibs-experimental-4.2.96/debian/changelog @@ -0,0 +1,43 @@ +kdelibs-experimental (4:4.2.96-0ubuntu1) karmic; urgency=low + + * New upstream release + - Bump KDE versions to 4.2.96 (KDE 4.3 RC 2) + + -- Steve Stalcup Thu, 09 Jul 2009 12:13:53 -0400 + +kdelibs-experimental (4:4.2.95-0ubuntu2) karmic; urgency=low + + [ Alessandro Ghersi ] + * debian/rules: add DEB_DH_SHLIBDEPS_ARGS_ALL := -- -xkdebase-runtime + to fix circular build dependency + + [ Scott Kitterman ] + * Add Vcs-Browser and Vcs-Bzr headers to debian/control + + -- Scott Kitterman Wed, 01 Jul 2009 10:13:02 -0400 + +kdelibs-experimental (4:4.2.95-0ubuntu1) karmic; urgency=low + + * New upstream release + * Bump kdelibs5-dev to 4.2.95 + * Bump Standards-Version to 3.8.2 + * Update libknotificationitem1.install, add: + - libknotificationitem-1.so.1 + - libknotificationitem-1.so.1.0.0 + + -- Alessandro Ghersi Thu, 25 Jun 2009 05:41:48 +0200 + +kdelibs-experimental (4:4.2.90-0ubuntu1) karmic; urgency=low + + * New upstream beta release: + - Update libknotificationitem-dev.install + * Remove unnecessary build-depends on cdbs and cmake + * Bump Standards-Version to 3.8.1, no changes necessary + + -- Jonathan Thomas Wed, 03 Jun 2009 15:21:26 -0400 + +kdelibs-experimental (4:4.2.85-0ubuntu1) karmic; urgency=low + + * Initial upstream beta release + + -- Jonathan Riddell Fri, 08 May 2009 11:55:56 +0000 --- kdelibs-experimental-4.2.96.orig/debian/compat +++ kdelibs-experimental-4.2.96/debian/compat @@ -0,0 +1 @@ +7 --- kdelibs-experimental-4.2.96.orig/debian/copyright +++ kdelibs-experimental-4.2.96/debian/copyright @@ -0,0 +1,39 @@ +This package was debianized by the Debian Qt/KDE Maintainers on +Sun, 6 May 2007 20:10:12 +0200. + +It was downloaded from ftp://ftp.kde.org + +Upstream Author: The KDE development team +Numerous people, too many to count, have contributed to kdelibs as a +whole. The KDE project tries to make an extensive list of people who contributed +to KDE at http://www.kde.org/people/credits/ + +Copyright: +Unless something else is mentioned, copyright is +Copyright 1996-2009, The K Desktop Enviroment project http://www.kde.org + + +License: + +Unless something else is mentioned, the code files in this package are under +the GNU General Public License: + + | This program is free software; you can redistribute it and/or modify + | it under the terms of the GNU General Public License as published by + | the Free Software Foundation; version 2 dated June, 1991. + | + | This package is distributed in the hope that it will be useful, + | but WITHOUT ANY WARRANTY; without even the implied warranty of + | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + | GNU General Public License for more details. + | + | You should have received a copy of the GNU General Public License + | along with this program; if not, write to the Free Software Foundation, + | Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + The full text of the GNU General Public License version 2 is available on + Debian systems in /usr/share/common-licenses/GPL-2. + +The Debian packaging is Copyright 2009 Canonical Ltd and +is licensed under the GPL version 2 or later, see `/usr/share/common-licenses/GPL'. + --- kdelibs-experimental-4.2.96.orig/debian/libknotificationitem-dev.install +++ kdelibs-experimental-4.2.96/debian/libknotificationitem-dev.install @@ -0,0 +1,4 @@ +usr/include/knotificationitem-1/knotificationitem.h +usr/include/knotificationitem-1/knotificationitem_export.h +usr/share/dbus-1/interfaces/org.kde.NotificationItem.xml +usr/share/dbus-1/interfaces/org.kde.NotificationItemWatcher.xml