diff options
author | Ted Gould <ted@gould.cx> | 2010-09-16 16:36:21 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-09-16 16:36:21 -0500 |
commit | afe60bd5daa81d3a25cb015e6b6654119b15cc09 (patch) | |
tree | f084d3846b11c97de560b4d4fcedbc352022f642 | |
parent | ebe26f6bfd0c74231864c9979d972bf8b944c7f5 (diff) | |
download | libayatana-indicator-afe60bd5daa81d3a25cb015e6b6654119b15cc09.tar.gz libayatana-indicator-afe60bd5daa81d3a25cb015e6b6654119b15cc09.tar.bz2 libayatana-indicator-afe60bd5daa81d3a25cb015e6b6654119b15cc09.zip |
debian/control: Switching from libindicator0 to libindicator1
as we've broken ABI.
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 7 | ||||
-rw-r--r-- | debian/libindicator1.install (renamed from debian/libindicator0.install) | 0 |
3 files changed, 7 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 460125d..5fde901 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ libindicator (0.3.13-0ubuntu1~ppa2~ats1) UNRELEASED; urgency=low * Upstream Merge * Adding a function to signal a menu is shown + * debian/control: Switching from libindicator0 to libindicator1 + as we've broken ABI. - -- Ted Gould <ted@ubuntu.com> Thu, 16 Sep 2010 16:33:54 -0500 + -- Ted Gould <ted@ubuntu.com> Thu, 16 Sep 2010 16:35:58 -0500 libindicator (0.3.13-0ubuntu1~ppa1) maverick; urgency=low diff --git a/debian/control b/debian/control index 6530e9b..eabc1f9 100644 --- a/debian/control +++ b/debian/control @@ -17,11 +17,12 @@ Homepage: https://launchpad.net/libindicator Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/libindicator/ubuntu Vcs-Browser: http://bazaar.launchpad.net/~indicator-applet-developers/libindicator/ubuntu -Package: libindicator0 +Package: libindicator1 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Replaces: libindicator0 Description: panel indicator applet - shared library This library contains information to build indicators to go into the indicator applet. @@ -34,7 +35,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libgtk2.0-dev (>= 2.12.0), - libindicator0 (= ${binary:Version}) + libindicator1 (= ${binary:Version}) Description: panel indicator applet - library development files This library contains information to build indicators to go into the indicator applet. @@ -46,7 +47,7 @@ Section: devel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libindicator0 (= ${binary:Version}) + libindicator1 (= ${binary:Version}) Description: Tools for libindicator Tools useful for developers of applications using indicators. . diff --git a/debian/libindicator0.install b/debian/libindicator1.install index 85dbd3e..85dbd3e 100644 --- a/debian/libindicator0.install +++ b/debian/libindicator1.install |