diff options
-rw-r--r-- | .bzr-builddeb/default.conf | 2 | ||||
-rw-r--r-- | debian/changelog | 95 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 50 | ||||
-rw-r--r-- | debian/copyright | 33 | ||||
-rw-r--r-- | debian/libindicator-dev.install | 4 | ||||
-rw-r--r-- | debian/libindicator-tools.install | 1 | ||||
-rw-r--r-- | debian/libindicator0.install | 1 | ||||
-rwxr-xr-x | debian/rules | 6 | ||||
-rw-r--r-- | debian/watch | 2 |
10 files changed, 195 insertions, 0 deletions
diff --git a/.bzr-builddeb/default.conf b/.bzr-builddeb/default.conf new file mode 100644 index 0000000..3165e05 --- /dev/null +++ b/.bzr-builddeb/default.conf @@ -0,0 +1,2 @@ +[BUILDDEB] +merge = True diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..76acb02 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,95 @@ +libindicator (0.3.2-0ubuntu1~ppa2~shortcuts1) lucid; urgency=low + + * Upstream merge + * Adding new object for parsing desktop files for Shortcuts + + -- Ted Gould <ted@ubuntu.com> Tue, 16 Feb 2010 22:52:07 -0600 + +libindicator (0.3.2-0ubuntu1~ppa1) lucid; urgency=low + + * Upstream release 0.3.2 + * Various fixes to timeout handling in services and the + service manager. + * Fix test suite when run headless + + -- Ted Gould <ted@ubuntu.com> Thu, 04 Feb 2010 17:40:06 -0800 + +libindicator (0.3.1-0ubuntu1~ppa1) karmic; urgency=low + + * Upstream release 0.3.1 + * Adding in entry ordering. + * Adding in the code to restart services + + -- Ted Gould <ted@ubuntu.com> Thu, 21 Jan 2010 13:15:07 -0600 + +libindicator (0.3.0-0ubuntu1) lucid; urgency=low + + * debian/control: + - Added description for libindicator-tools + + [Ted Gould] + * Upstream 0.3.0 Release + * Adds a new tool to load indicators from the command line. + * Adds an object for loading indicators. + * Changes the indicator interface to be object based. + * debian/control, debian/libindicator0: Adding in a new packages + for the binary library. + * debian/control, debian/libindicator-tools: Adding in a new + package for the tools of libindicator. + + -- Ken VanDine <ken.vandine@canonical.com> Thu, 10 Dec 2009 12:11:49 -0500 + +libindicator (0.2.1-0ubuntu2~ppa1) karmic; urgency=low + + * Adding in service management code. + * debian/control: Adding a target for libindicator0 + * Adding libindicator0.install and libindicator-dev.install + + -- Ted Gould <ted@ubuntu.com> Wed, 04 Nov 2009 08:19:01 -0600 + +libindicator (0.2.1-0ubuntu1) karmic; urgency=low + + * Upstream release 0.2.1 (LP: #446619) + * Puts a copyright header on the header file. Should have + been there all along. + + -- Ted Gould <ted@ubuntu.com> Fri, 09 Oct 2009 08:12:18 +0200 + +libindicator (0.2.0-0ubuntu1) karmic; urgency=low + + * Upstream release 0.2.0 (LP: #427443): + - Use silent automake mode. + - Tag for final release. + + -- Ted Gould <ted@ubuntu.com> Thu, 10 Sep 2009 20:22:45 +0200 + +libindicator (0.2.0~bzr325-0ubuntu1) karmic; urgency=low + + [ Ted Gould ] + * New version (LP: #417039) + * Merging in the seperation from indicator-applet + * debian/* Removing all of the indicator-applet stuff + * Setting the icon path in the .pc file. + * Merging onto the main packaging branch. + * Renaming the second Bonobo server description file to match that + of the FastUserSwitchApplet. + * Upstream merge for better naming of the applet. + * Updating from upstream with two (count them) two applets + installed in the source. + * debian/control: Adding information on indicator-applet-sus which + is a different applet for the SUS indicator. + * debian/indicator-applet.install: Making it more specific so that + it doesn't grab the directories that now have additional files + created by indicator-applet-sus existing. + * debian/indicator-applet-sus.install: List files that are now + used by the new binary package. + + [ Ken VanDine ] + * debian/control: + - Set both Vcs-Bzr and Vcs-Bzr-Browser, with ~ubuntu-desktop + + [ Martin Pitt ] + * Flush changelog. + * debian/control: Fix Vcs-* links. + + -- Ken VanDine <ken.vandine@canonical.com> Tue, 25 Aug 2009 08:35:00 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..aa6d787 --- /dev/null +++ b/debian/control @@ -0,0 +1,50 @@ +Source: libindicator +Section: libs +Priority: optional +Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> +Build-Depends: debhelper (>= 5.0), + cdbs (>= 0.4.41), + libgtk2.0-dev (>= 2.12.0), + libdbus-glib-1-dev, + libtool, + intltool, + gtk-doc-tools +Standards-Version: 3.8.0 +Homepage: https://launchpad.net/libindicator +Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/libindicator/ubuntu +Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/libindicator/ubuntu + +Package: libindicator0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: GNOME panel indicator applet - shared library + This library contains information to build indicators to go into + the indicator applet. + . + This package contains files that are needed to build applications. + +Package: libindicator-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libgtk2.0-dev (>= 2.12.0), + libindicator0 (= ${binary:Version}) +Description: GNOME panel indicator applet - shared library + This library contains information to build indicators to go into + the indicator applet. + . + This package contains files that are needed to build applications. + +Package: libindicator-tools +Section: devel +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libindicator0 (= ${binary:Version}) +Description: Tools for libindicator + Tools useful for developers of applications using indicators. + . + This package contains files that are needed to build applications. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..ca1ebdd --- /dev/null +++ b/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Ted Gould <ted@canonical.com> on +Wed, 11 Feb 2009 15:41:06 -0600. + +It was downloaded from <http://launchpad.net/indicator-applet/> + +Upstream Author: + + Ted Gould <ted@canonical.com> + +Copyright: + + Copyright (C) 2009 Canonical Ltd. + +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 3 of the License. + + This program 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 + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-3'. + +The Debian packaging is (C) 2009, Canonical Ltd. and +is licensed under the GPLv3, see `/usr/share/common-licenses/GPL-3'. diff --git a/debian/libindicator-dev.install b/debian/libindicator-dev.install new file mode 100644 index 0000000..bbdcdeb --- /dev/null +++ b/debian/libindicator-dev.install @@ -0,0 +1,4 @@ +debian/tmp/usr/include/libindicator-0.3/libindicator/* +debian/tmp/usr/lib/pkgconfig/indicator.pc +debian/tmp/usr/lib/libindicator.a +debian/tmp/usr/lib/libindicator.so diff --git a/debian/libindicator-tools.install b/debian/libindicator-tools.install new file mode 100644 index 0000000..e9565f0 --- /dev/null +++ b/debian/libindicator-tools.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libindicator/* diff --git a/debian/libindicator0.install b/debian/libindicator0.install new file mode 100644 index 0000000..85dbd3e --- /dev/null +++ b/debian/libindicator0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libindicator.so.* diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..744b984 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk + +LDFLAGS += -Wl,-z,defs -Wl,--as-needed diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..16f79e0 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/libindicator/+download .*/libindicator-([0-9.]+)\.tar\.gz |