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/control | |
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/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
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 |