diff options
author | Ted Gould <ted@gould.cx> | 2012-01-24 10:15:31 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-01-24 10:15:31 -0600 |
commit | f131f1f92f2a91e9dcc52bc48fbfdfd0d62405ef (patch) | |
tree | 1d2422fb3ba63de629483a32326f2e52a52e7519 | |
parent | b00b35ac30d54a4a16c87996afbec976c18e7a5b (diff) | |
download | libayatana-indicator-f131f1f92f2a91e9dcc52bc48fbfdfd0d62405ef.tar.gz libayatana-indicator-f131f1f92f2a91e9dcc52bc48fbfdfd0d62405ef.tar.bz2 libayatana-indicator-f131f1f92f2a91e9dcc52bc48fbfdfd0d62405ef.zip |
debian/control: Bumping ABI version of lib
-rw-r--r-- | debian/changelog | 3 | ||||
-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, 10 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index 2977081..59b5533 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,9 @@ libindicator (0.4.90-0ubuntu1~ppa1) UNRELEASED; urgency=low * 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:08:58 -0600 + -- Ted Gould <ted@ubuntu.com> Tue, 24 Jan 2012 10:15:17 -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 |