aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control7
1 files changed, 4 insertions, 3 deletions
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.
.