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 /debian/control | |
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.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 3 insertions, 1 deletions
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. |