diff options
author | Ted Gould <ted@gould.cx> | 2011-02-17 10:25:54 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-17 10:25:54 -0600 |
commit | 4447040f1ad2c370a7532bb3ecb01fc7c0ab0da9 (patch) | |
tree | dcf70a0af7be5225e106c77b873f2a1fd9032bc4 | |
parent | 2dae441fca0caed55dddc37f9a056e3b6aa8b2b4 (diff) | |
download | libayatana-indicator-4447040f1ad2c370a7532bb3ecb01fc7c0ab0da9.tar.gz libayatana-indicator-4447040f1ad2c370a7532bb3ecb01fc7c0ab0da9.tar.bz2 libayatana-indicator-4447040f1ad2c370a7532bb3ecb01fc7c0ab0da9.zip |
debian/control: Adding Breaks for the previous library rev
so that users don't end up with systems that use both.
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 84753fe..e1df5b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,10 @@ libindicator (0.3.19-0ubuntu1~ppa1) UNRELEASED; urgency=low ∘ 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. - -- Ted Gould <ted@ubuntu.com> Thu, 17 Feb 2011 10:23:24 -0600 + -- Ted Gould <ted@ubuntu.com> Thu, 17 Feb 2011 10:25:11 -0600 libindicator (0.3.18-0ubuntu1) natty; urgency=low diff --git a/debian/control b/debian/control index 4a138a8..03085a2 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,8 @@ Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Breaks: libindicator1 +Breaks: libindicator1 (<= ${binary:Version}), + libindicator2 (<= ${binary:Version}) Description: panel indicator applet - shared library This library contains information to build indicators to go into the indicator applet. @@ -59,6 +60,7 @@ Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Breaks: libindicator3-2 (<= ${binary:Version}) Description: panel indicator applet - shared library This library contains information to build indicators to go into the indicator applet. |