diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 14 | ||||
-rw-r--r-- | debian/libindicator3-7.install (renamed from debian/libindicator3-6.install) | 0 | ||||
-rw-r--r-- | debian/libindicator7.install (renamed from debian/libindicator6.install) | 0 |
4 files changed, 18 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog index becf54c..5804db5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,17 @@ -libindicator (0.4.1-1ubuntu1) UNRELEASED; urgency=low +libindicator (0.4.90-0ubuntu1~ppa1) precise; urgency=low + [ Ken VanDine ] * debian/control - set ubuntu-desktop VCS and maintainer - -- Ken VanDine <ken.vandine@canonical.com> Tue, 22 Nov 2011 14:39:15 -0500 + [ 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 + + -- Ted Gould <ted@ubuntu.com> Tue, 24 Jan 2012 10:17:00 -0600 libindicator (0.4.1-1) experimental; urgency=low diff --git a/debian/control b/debian/control index 06ee081..218cfe1 100644 --- a/debian/control +++ b/debian/control @@ -18,11 +18,12 @@ 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: libindicator6 +Package: libindicator7 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: libindicator6 Description: panel indicator applet - shared library This library contains information to build indicators to go into the indicator applet. @@ -35,7 +36,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libgtk2.0-dev (>= 2.12.0), - libindicator6 (= ${binary:Version}) + libindicator7 (= ${binary:Version}) Description: panel indicator applet - library development files This library contains information to build indicators to go into the indicator applet. @@ -47,17 +48,18 @@ Section: devel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libindicator6 (= ${binary:Version}) + 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-6 +Package: libindicator3-7 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: libindicator3-6 Description: panel indicator applet - shared library This library contains information to build indicators to go into the indicator applet. @@ -70,7 +72,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libgtk-3-dev (>= 2.91.3), - libindicator3-6 (= ${binary:Version}), + 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 @@ -83,7 +85,7 @@ Section: devel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libindicator3-6 (= ${binary:Version}) + libindicator3-7 (= ${binary:Version}) Description: Tools for libindicator Tools useful for developers of applications using indicators. . diff --git a/debian/libindicator3-6.install b/debian/libindicator3-7.install index 75485eb..75485eb 100644 --- a/debian/libindicator3-6.install +++ b/debian/libindicator3-7.install diff --git a/debian/libindicator6.install b/debian/libindicator7.install index c3bfad0..c3bfad0 100644 --- a/debian/libindicator6.install +++ b/debian/libindicator7.install |