diff options
author | Ted Gould <ted@canonical.com> | 2009-04-07 11:44:47 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-07 11:44:47 -0500 |
commit | 98d4485b0fc2b41769d840da0707954489553e13 (patch) | |
tree | cd5112ba31c0735e7bfc8b44836ece8e76a0dc0c /debian | |
parent | 8b71317cc8da9aad7e856a6952555a226473d865 (diff) | |
parent | 7f23e1134f1696700e815433eb65a22c73b8fc66 (diff) | |
download | libayatana-indicator-98d4485b0fc2b41769d840da0707954489553e13.tar.gz libayatana-indicator-98d4485b0fc2b41769d840da0707954489553e13.tar.bz2 libayatana-indicator-98d4485b0fc2b41769d840da0707954489553e13.zip |
debian/control: Switching libindicate0 to libindicate1 to express
the fact that the binary compatibility is broken.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 598e711..685e9a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ indicator-applet (0.1.4-0ubuntu2~ppa2) UNRELEASED; urgency=low * Merging in dev stuff. This'll break things. * Header fixes * Fixes for dev stuff. + * debian/control: Switching libindicate0 to libindicate1 to express + the fact that the binary compatibility is broken. -- Ted Gould <ted@ubuntu.com> Fri, 03 Apr 2009 15:09:33 -0500 diff --git a/debian/control b/debian/control index 7fb1784..d269a2d 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Description: GNOME panel indicator applet Currently this includes support for messaging applications in the indicator-messages package. -Package: libindicate0 +Package: libindicate1 Section: libs Conflicts: libindicate Replaces: libindicate @@ -46,7 +46,7 @@ Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libindicate0 (= ${binary:Version}), + libindicate1 (= ${binary:Version}), libdbus-glib-1-dev (>= 0.76), libgtk2.0-dev (>= 2.12.0) Description: GNOME panel indicator applet - shared library |