--- libindicator-0.5.0.orig/debian/libindicator3-7.install +++ libindicator-0.5.0/debian/libindicator3-7.install @@ -0,0 +1 @@ +debian/tmp/gtk3/usr/lib/libindicator3.so.* /usr/lib/ --- libindicator-0.5.0.orig/debian/libindicator-tools.install +++ libindicator-0.5.0/debian/libindicator-tools.install @@ -0,0 +1,2 @@ +debian/tmp/gtk2/usr/lib/libindicator/indicator-loader /usr/lib/libindicator/ +debian/tmp/gtk2/usr/share/libindicator/80indicator-debugging /usr/share/libindicator/ --- libindicator-0.5.0.orig/debian/libindicator3-tools.install +++ libindicator-0.5.0/debian/libindicator3-tools.install @@ -0,0 +1 @@ +debian/tmp/gtk3/usr/lib/libindicator/indicator-loader3 /usr/lib/libindicator/ --- libindicator-0.5.0.orig/debian/compat +++ libindicator-0.5.0/debian/compat @@ -0,0 +1 @@ +5 --- libindicator-0.5.0.orig/debian/libindicator-dev.install +++ libindicator-0.5.0/debian/libindicator-dev.install @@ -0,0 +1,4 @@ +debian/tmp/gtk2/usr/include /usr/ +debian/tmp/gtk2/usr/lib/pkgconfig/indicator-0.4.pc /usr/lib/pkgconfig/ +debian/tmp/gtk2/usr/lib/libindicator.a /usr/lib/ +debian/tmp/gtk2/usr/lib/libindicator.so /usr/lib/ --- libindicator-0.5.0.orig/debian/libindicator3-dev.install +++ libindicator-0.5.0/debian/libindicator3-dev.install @@ -0,0 +1,4 @@ +debian/tmp/gtk3/usr/include /usr/ +debian/tmp/gtk3/usr/lib/pkgconfig/indicator3-0.4.pc /usr/lib/pkgconfig/ +debian/tmp/gtk3/usr/lib/libindicator3.a /usr/lib/ +debian/tmp/gtk3/usr/lib/libindicator3.so /usr/lib/ --- libindicator-0.5.0.orig/debian/rules +++ libindicator-0.5.0/debian/rules @@ -0,0 +1,30 @@ +#!/usr/bin/make -f + +DEB_BUILDDIR = build +DEB_MAKE_FLAVORS = gtk2 gtk3 + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/autoreconf.mk + +export G_MESSAGES_DEBUG = all + +DEB_MAKE_DESTDIRSKEL = $(CURDIR)/debian/tmp/@FLAVOR@ +DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/ + +DEB_CONFIGURE_FLAGS_gtk2 = --with-gtk=2 +DEB_CONFIGURE_FLAGS_gtk3 = --with-gtk=3 + +#DEB_MAKE_CHECK_TARGET := check + +LDFLAGS += -Wl,-z,defs -Wl,--as-needed + +DEB_DH_MAKESHLIBS_ARGS_libindicator7 += -V 'libindicator7 (>= 0.4.90)' +DEB_DH_MAKESHLIBS_ARGS_libindicator3_7 += -V 'libindicator3-7 (>= 0.4.90)' + +debian/stamp-autotools/gtk2: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk2) +debian/stamp-autotools/gtk3: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk3) + +common-install-arch:: + find debian/tmp -name \*.la -delete + cd po; intltool-update --pot --verbose --- libindicator-0.5.0.orig/debian/copyright +++ libindicator-0.5.0/debian/copyright @@ -0,0 +1,17 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Name: libindicator +Maintainer: Ted Gould +Source: https://launchpad.net/libindicator + +Files: * +Copyright: 2009-2010 Ted Gould , Canonical Ltd. +License: GPL-3 + +Files: debian/* +Copyright: 2009-2010 Evgeni Golov +Copyright: 2009-2010 Ted Gould , Canonical Ltd. +License: GPL-3 + +License: GPL-3 +On Debian systems, the complete text of the GNU General + Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. --- libindicator-0.5.0.orig/debian/changelog +++ libindicator-0.5.0/debian/changelog @@ -0,0 +1,620 @@ +libindicator (0.5.0-0ubuntu1) precise; urgency=low + + * New upstream release. + * Validate images in image_helper_update() (LP: #946408) + + -- Charles Kerr Wed, 11 Apr 2012 10:54:42 -0500 + +libindicator (0.4.95-0ubuntu1) precise; urgency=low + + * New upstream release. + * Fix a free that shouldn't be (LP: #969360) + * Spelling mistake in error message (LP: #948391) + * Add coverage build targets + * Fix building AUTHORS and Changelog at dist time + + -- Ted Gould Wed, 04 Apr 2012 14:39:16 -0500 + +libindicator (0.4.94-0ubuntu2) precise; urgency=low + + * Revert r457 it's creating invalid free errors + + -- Sebastien Bacher Mon, 02 Apr 2012 11:09:03 +0200 + +libindicator (0.4.94-0ubuntu1) precise; urgency=low + + * New upstream release. + * Fix a leaked GError (LP: #965459) + * Fix memory leak when the proxy's name changes. + + -- Charles Kerr Thu, 29 Mar 2012 13:56:59 -0700 + +libindicator (0.4.93-0ubuntu1) precise; urgency=low + + * New upstream release. + * Fix branching past initialization of variables (LP: #939061) + * Support new FD.o Desktop Actions (LP: #942042) + * Fix valgrind error on unload (LP: #719457) + + -- Ted Gould Wed, 07 Mar 2012 14:14:07 -0600 + +libindicator (0.4.92-0ubuntu2) precise; urgency=low + + * Backport support for the fdo desktop action spec, that's required + to get unity lists to work with the new syntax (lp: #942042) + + -- Sebastien Bacher Fri, 02 Mar 2012 12:08:09 +0100 + +libindicator (0.4.92-0ubuntu1) precise; urgency=low + + * New upstream release. + * Removing unenforcable consts (LP: #937387) + * Explicitly add in gmodule as a required library + + -- Ted Gould Thu, 23 Feb 2012 00:27:38 -0600 + +libindicator (0.4.91-0ubuntu3) precise; urgency=low + + * Restore revision dropped by error, change to format v1 for that + + -- Sebastien Bacher Wed, 15 Feb 2012 13:09:05 +0100 + +libindicator (0.4.91-0ubuntu2) precise; urgency=low + + * Upstream Merge + * Increasing the test timeout to ensure that's not our issue + * debian/rules: Adding messages + + -- Ted Gould Tue, 14 Feb 2012 21:11:29 -0600 + +libindicator (0.4.91-0ubuntu1) precise; urgency=low + + * New upstream release. + * Visibility fixes for indicators using that functionality + * Ensure that parent_object is more aggressively set + * Fix memory leak on groups of items in desktop files (lp: #923629) + * Dropping debian/patches + * Upstream Merge + * Explicitly add in gmodule as a required library + * debian/control, debian/rules: + * Adding in autoreconf support + * Adding a check rule and requiring new build deps + + -- Ted Gould Tue, 14 Feb 2012 14:29:51 -0600 + +libindicator (0.4.90-0ubuntu4) precise; urgency=low + + * libindicator/indicator-object.c + - revert disabling visibility, there is now a better fix for disappearing + in indicator-appmenu + + -- Ken VanDine Thu, 26 Jan 2012 00:24:06 -0500 + +libindicator (0.4.90-0ubuntu3) precise; urgency=low + + * libindicator/indicator-object.c + - basically disable the new visibility stuff because it breaks appmenus + + -- Ken VanDine Wed, 25 Jan 2012 18:08:31 -0500 + +libindicator (0.4.90-0ubuntu2) precise; urgency=low + + * debian/control + - dropped the Conflicts with libindicator6 and libindicator3-6 + + -- Ken VanDine Tue, 24 Jan 2012 21:44:30 -0500 + +libindicator (0.4.90-0ubuntu1) precise; urgency=low + + [ Ted Gould ] + * New upstream release. + * Support hiding and showing indicators + * Track the parent object in the entry + * Adding activate function to include Window ID + * debian/control: Bumping ABI version of lib + + [ Ken VanDine ] + * debian/control + - set ubuntu-desktop VCS and maintainer + * debian/rules + - Updated shlibs + * debian/libindicator3-dev.install + - include headers + + -- Ken VanDine Tue, 24 Jan 2012 12:13:51 -0500 + +libindicator (0.4.1-1) experimental; urgency=low + + * Merge from Ubuntu. + + Re-enable GTK3 packages. + + Link to libm to prevent FTBFS. + Closes: #640459 + * Set single-debian-patch in debian/source/options. + + -- Evgeni Golov Sun, 02 Oct 2011 15:08:46 +0200 + +libindicator (0.4.1-0ubuntu1) oneiric; urgency=low + + * New upstream release. + * Ensure loader doesn't use menu proxy + + -- Ted Gould Wed, 28 Sep 2011 10:51:08 -0500 + +libindicator (0.4.0-0ubuntu1) oneiric; urgency=low + + * New upstream release. + * Add libm to linking to fix FTBFS (LP: #840514) + + -- Ted Gould Mon, 19 Sep 2011 21:54:32 -0500 + +libindicator (0.3.93-0ubuntu2) oneiric; urgency=low + + * Drop the Breaks: against old versions of libindicator and libindicator3; + there are no file conflicts between the libraries, so this doesn't + accurately reflect the package relationships but does make it harder to + calculate upgrades from natty. LP: #839098. + + -- Steve Langasek Thu, 01 Sep 2011 14:22:12 -0700 + +libindicator (0.3.93-0ubuntu1) oneiric; urgency=low + + * debian/rules: + - update the translations template + + [ Ted Gould ] + * New upstream release + + -- Sebastien Bacher Thu, 11 Aug 2011 21:16:12 +0200 + +libindicator (0.3.92-0ubuntu1) oneiric; urgency=low + + * New upstream release. + * Adding support for a secondary activate signal + + -- Ted Gould Thu, 21 Jul 2011 10:39:10 -0500 + +libindicator (0.3.91-0ubuntu1) oneiric; urgency=low + + * New upstream release. + * Fix signals with NULL entries in the loader + * Adding a comment for setting up debugging options + * Adding annotations for GIR files + * Fixing watchers hashtable to detect when we have none + * Fix testing so no tests are XFAIL anymore + * Adding a replace mode for testing indicator services + * Watching new services when the name switches + + -- Ted Gould Thu, 14 Jul 2011 13:37:42 -0500 + +libindicator (0.3.90-0ubuntu1) oneiric; urgency=low + + [ Ted Gould ] + * New upstream release. + * Build Fixes + * Adding license to test files (LP: #684886) + * Bump API/ABI versions appropriately and make easier to edit them in + the future + * Adding a name-hint to the indicator entries + * Merging scroll functions into a single good one (LP: #804618) + * debian/*install, control: Changing ABI version number bump in package names + * debian/rules: Making GTK2 the special case as GTK3 is default now + * debian/*install: Fixing pkgconfig file names + + [ Ken VanDine ] + * debian/rules + - Simplify the dual builds with cdbs + - Fixed package names to match soname + * debian/*.install fixed paths to work with the dual builds change + * tools/Makefile.in + - Fixed path for xsessiondir + * debian/control + - Fixed package names to match soname + + -- Ken VanDine Thu, 07 Jul 2011 10:18:04 -0400 + +libindicator (0.3.22-1) unstable; urgency=low + + * Merge new upstream from Ubuntu. + + -- Evgeni Golov Tue, 29 Mar 2011 10:07:03 +0200 + +libindicator (0.3.22-0ubuntu2) oneiric; urgency=low + + * debian/libindicator3-dev.install + - Don't install the headers twice, we only need them in libindicator-dev + * debian/control + - Make libindicator3-dev depend on libindicator-dev (LP: #3803136) + - Bump standards version to 3.9.2 + + -- Ken VanDine Wed, 29 Jun 2011 10:39:15 +0100 + +libindicator (0.3.22-0ubuntu1) natty; urgency=low + + * New upstream release. + * Adding the ability to know the environment the indicator + object is in. (LP: #703555) + + -- Ted Gould Wed, 23 Mar 2011 13:21:49 -0500 + +libindicator (0.3.21-1) unstable; urgency=low + + * Merge new upstream from Ubuntu. + * debian/control: + + Improve descriptions of the GTK3 packages. + + Standards-Version: 3.9.1 + * Disable GTK3 packages until libgtk-3-dev is in unstable. + + -- Evgeni Golov Sun, 20 Mar 2011 15:58:35 +0100 + +libindicator (0.3.21-0ubuntu1) natty; urgency=low + + * New upstream release. + ∘ Don't check for TargetEnvironment on the desktop group + + -- Ted Gould Wed, 16 Mar 2011 13:29:21 -0500 + +libindicator (0.3.20-0ubuntu1) natty; urgency=low + + * New upstream release. + * Use the "TargetEnvironment" key in shortcuts + + -- Ted Gould Thu, 03 Mar 2011 14:02:12 -0600 + +libindicator (0.3.19-0ubuntu3) natty; urgency=low + + * debian/control + - More renaming of Depends to libgtk-3-dev + + -- Ken VanDine Wed, 23 Feb 2011 12:08:03 -0500 + +libindicator (0.3.19-0ubuntu2) natty; urgency=low + + * debian/control: + - Use new build-depends for libgtk-3-dev + + -- Ken VanDine Wed, 23 Feb 2011 08:49:50 -0500 + +libindicator (0.3.19-0ubuntu1) natty; urgency=low + + * debian/rules + - Updated shlibs + + [Ted Gould] + * New upstream release. + ∘ Adding in a11y description support + ∘ Fixing distcheck (LP: #587811) + * debian/*: Changing the library major version from 2 to 3 + * debian/control: Adding Breaks for the previous library rev + so that users don't end up with systems that use both. + + -- Ken VanDine Thu, 17 Feb 2011 14:04:55 -0500 + +libindicator (0.3.18-0ubuntu1) natty; urgency=low + + * New upstream release. + * Adding a signal for scrolling that includes the entry + * debian/rules: Updating shlibs + + -- Ted Gould Thu, 27 Jan 2011 15:31:04 -0600 + +libindicator (0.3.17-0ubuntu1~ppa1) natty; urgency=low + + * New upstream release. + * Fixing catching services dropping off + + -- Ted Gould Fri, 14 Jan 2011 11:09:36 -0600 + +libindicator (0.3.16-0ubuntu1) natty; urgency=low + + * New upstream release. + * GDBus Port + * debian/control: Migrating library versions from 1 to 2 + * debian/control: Dropping dbus-glib as a build-dep + * debian/libindicator-tools: Removing indicator-loader3 + * debian/libindicator3-dev: Adding in the include files for this + version of the library. + + [ Ken VanDine ] + * debian/control: + - libindicator2 Breaks libindicator1 + + -- Ted Gould Thu, 13 Jan 2011 12:49:25 -0600 + +libindicator (0.3.15-0ubuntu2) natty; urgency=low + + * debian/control: + - dropped libindicator-debugenv package + * -debian/libindicator-debugenv.install + * debian/libindicator-tools.install + - Install indicator-loader and indicator-loader3 in the + libindicator-tools package (means it depends on both gtk2 and gtk3) + - Install sample xsession env in pkgdatadir for developer use + * tools/Makefile.am + - Install 80indicator-debugging in pkgdatadir + + -- Ken VanDine Mon, 06 Dec 2010 10:19:58 -0500 + +libindicator (0.3.15-0ubuntu1) natty; urgency=low + + * debian/rules + - Added build targets to build with gtk3 enabled in additional to + default build with gtk2 + * debian/control + - Updated build depends to support building with gtk+-3.0 + - Added dh-autoreconf build depends + - Added libindicator3-1, libindicator3-dev, libindicator3-tools binaries + binaries + * libindicator/Makefile.am and tools/Makefile.am + - Fixes needed for building with-gtk=3 + + [ Ted Gould ] + * New upstream release. + * Adding a small file to set debugging environment variables + * Allowing to build for GTK 2/3 and build parallel libraries + * debian/control: Adding package libindicator-debugenv + + -- Ken VanDine Wed, 24 Nov 2010 18:29:40 -0500 + +libindicator (0.3.14-0ubuntu1) maverick; urgency=low + + * New upstream release. + * Adding a function to signal a menu is shown (LP: #637692) + * Changing indicator directory to '4' + * debian/source: + - don't use quilt format, it's making the daily build not working + * debian/control: + - rename to soname bump + - put the Vcs-Bzr to point the right official branch + * debian/libindicator1.install: rename to soname bump + * debian/rules: + - update MAKESHLIBS_ARGS + + [Ted Gould] + * debian/rules: + - removing simple-patchsys + + -- Didier Roche Wed, 22 Sep 2010 18:09:44 +0200 + +libindicator (0.3.13-0ubuntu1) maverick; urgency=low + + * New upstream release. + * Adding a menu_show signal + + -- Ted Gould Wed, 15 Sep 2010 11:46:37 -0500 + +libindicator (0.3.12-0ubuntu1) maverick; urgency=low + + * New upstream release. + * Removing a g_error that was breaking Unity on failed icons + * dropping workaround-icon-crash.patch: + + -- Ted Gould Wed, 18 Aug 2010 11:05:51 -0500 + +libindicator (0.3.11-0ubuntu2) maverick; urgency=low + + * workaround-icon-crash.patch: + - change from Mikkel Kamstrup Erlandsen to workaround a crasher in the + new version + * debian/control: + - updated the gtk build requirement + + -- Sebastien Bacher Fri, 13 Aug 2010 11:40:29 +0200 + +libindicator (0.3.11-0ubuntu1) maverick; urgency=low + + * New upstream release. + * Allowing absolute paths in the image name (LP: #564034) + + -- Ted Gould Thu, 12 Aug 2010 14:42:46 -0500 + +libindicator (0.3.10-1) unstable; urgency=low + + * Merging new upstream release from Ubuntu. + + -- Evgeni Golov Sun, 25 Jul 2010 12:08:48 +0200 + +libindicator (0.3.10-0ubuntu1) maverick; urgency=low + + * New upstream release. + * Fixing unwatching crash (LP: #603489) + * Adding configurable timeout for slow test systems + + -- Ted Gould Thu, 15 Jul 2010 10:02:56 -0500 + +libindicator (0.3.9-1) unstable; urgency=low + + * Merging new upstream release and some changes from Ubuntu. + * Don't drop debian/source/* + * Standards-Version: 3.9.0 + + -- Evgeni Golov Wed, 14 Jul 2010 10:07:36 +0200 + +libindicator (0.3.9-0ubuntu2) maverick; urgency=low + + * Merged in fix for (LP: #603489) + + -- Ken VanDine Fri, 09 Jul 2010 15:24:33 -0400 + +libindicator (0.3.9-0ubuntu1) maverick; urgency=low + + * New upstream release. + * Removing checking for style properties that aren't used. + * Make it so that a watcher dying is the same as unregistering. + * Merge debian changes + * Drop debian/source/* + * debian/control: Switch VCS for this branch to be the indicator + applet developers branch. + + -- Ted Gould Thu, 08 Jul 2010 15:19:08 -0500 + +libindicator (0.3.8-2) UNRELEASED; urgency=low + + * Revert cdbs drop, as requested by the Ubuntu maintainers. + * Update Maintainer and Vcs-* fields for pkg-ayatana. + + -- Evgeni Golov Wed, 16 Jun 2010 09:54:50 +0200 + +libindicator (0.3.8-1) unstable; urgency=low + + * Merge Ubuntu package into Debian. + Closes: #549999 + * debian/copyright: + + Update to machine readable format. + * debian/control: + + Drop cdbs Build-Dep, bump debhelper to >=7. + + Standards-Version 3.8.4. + + Update Vcs-* fields. + + Drop GNOME from Description, the package is not GNOME specific. + + Slightly update Description, thanks lintian. + * debian/rules: + + Use minimal debhelper 7 rules without cdbs. + + Disable tests for now, they fail (launchpad 587811) + * debian/source/format: + + Add file, make package 3.0 (quilt). + + -- Evgeni Golov Mon, 07 Jun 2010 11:21:32 +0200 + +libindicator (0.3.8-0ubuntu1) lucid; urgency=low + + * New upstream release. + * Adding template files to tarball + + -- Ted Gould Fri, 09 Apr 2010 12:56:19 -0500 + +libindicator (0.3.7-0ubuntu1~ppa1) lucid; urgency=low + + * New upstream release. + * Use the domain in desktop files for shortcuts (LP: #549322) + + -- Ted Gould Fri, 09 Apr 2010 12:53:39 -0500 + +libindicator (0.3.6-0ubuntu1) lucid; urgency=low + + * Upstream release 0.3.6 + * Adding in scroll signals for the indicators + * debian/rules: Updating shlibs + + -- Ted Gould Thu, 18 Mar 2010 11:10:20 -0500 + +libindicator (0.3.5-0ubuntu1) lucid; urgency=low + + * Upstream release 0.3.5 + * Adding in a image loader helper for indicators. + + -- Ted Gould Thu, 11 Mar 2010 14:27:04 -0600 + +libindicator (0.3.4-0ubuntu1) lucid; urgency=low + + * Upstream Release 0.3.4 + * Reducing gio-unix dependency to 2.22 + + -- Ted Gould Thu, 25 Feb 2010 11:27:18 -0600 + +libindicator (0.3.3-0ubuntu2) lucid; urgency=low + + * debian/control: + Reducing libglib dependency down to 2.22 for Karmic builds + + -- Ted Gould Wed, 24 Feb 2010 21:05:01 -0600 + +libindicator (0.3.3-0ubuntu1) lucid; urgency=low + + * debian/control: + - build-depends on libglib2.0-dev + * debian/rules: + - updated shlibs version + + [ Ted Gould ] + * Upstream release 0.3.3 + * Adding new object for parsing desktop files for Shortcuts + + -- Sebastien Bacher Thu, 18 Feb 2010 17:32:08 +0100 + +libindicator (0.3.2-0ubuntu1) 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 Thu, 04 Feb 2010 17:40:06 -0800 + +libindicator (0.3.1-0ubuntu1) lucid; urgency=low + + * Upstream release 0.3.1 + * Adding in entry ordering. + * Adding in the code to restart services + + -- Ted Gould 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 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 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 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 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 Tue, 25 Aug 2009 08:35:00 +0200 --- libindicator-0.5.0.orig/debian/watch +++ libindicator-0.5.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/libindicator/+download .*/libindicator-([0-9.]+)\.tar\.gz --- libindicator-0.5.0.orig/debian/libindicator7.install +++ libindicator-0.5.0/debian/libindicator7.install @@ -0,0 +1 @@ +debian/tmp/gtk2/usr/lib/libindicator.so.* /usr/lib/ --- libindicator-0.5.0.orig/debian/control +++ libindicator-0.5.0/debian/control @@ -0,0 +1,92 @@ +Source: libindicator +Section: libs +Priority: optional +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: The Ayatana Packagers +Uploaders: Evgeni Golov , Kartik Mistry +Build-Depends: debhelper (>= 5.0), + dh-autoreconf, + cdbs (>= 0.4.41), + libglib2.0-dev (>= 2.22), + libgtk2.0-dev (>= 2.18), + libgtk-3-dev (>= 2.91.3), + libtool, + intltool, + gtk-doc-tools, + dbus-test-runner, + xvfb +Standards-Version: 3.9.2 +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: libindicator7 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: panel indicator applet - shared library + This library contains information to build indicators to go into + the indicator applet. + . + This package contains the library itself. + +Package: libindicator-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libgtk2.0-dev (>= 2.12.0), + libindicator7 (= ${binary:Version}) +Description: panel indicator applet - library development files + 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}, + libindicator7 (= ${binary:Version}) +Description: Tools for libindicator + Tools useful for developers of applications using indicators. + . + This package contains files that are needed to build applications. + +Package: libindicator3-7 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: panel indicator applet - shared library + This library contains information to build indicators to go into + the indicator applet. + . + This package contains the library itself. + +Package: libindicator3-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libgtk-3-dev (>= 2.91.3), + libindicator3-7 (= ${binary:Version}), + libindicator-dev (= ${binary:Version}) +Description: panel indicator applet - library development files + This library contains information to build indicators to go into + the indicator applet. + . + This package contains files that are needed to build applications. + +Package: libindicator3-tools +Section: devel +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libindicator3-7 (= ${binary:Version}) +Description: Tools for libindicator + Tools useful for developers of applications using indicators. + . + This package contains files that are needed to build applications. --- libindicator-0.5.0.orig/debian/source/options +++ libindicator-0.5.0/debian/source/options @@ -0,0 +1 @@ +single-debian-patch --- libindicator-0.5.0.orig/debian/source/format +++ libindicator-0.5.0/debian/source/format @@ -0,0 +1 @@ +1.0