aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-07-07 00:38:18 -0500
committerTed Gould <ted@gould.cx>2011-07-07 00:38:18 -0500
commitf44a6bcf14243565e49f368b9db7423f49f871ce (patch)
tree614eca59fb083e9d10e82d032c1fa14d27cfc73e /debian/control
parent709208d42375adfe05102f9dbddd638a81776e16 (diff)
downloadlibayatana-indicator-f44a6bcf14243565e49f368b9db7423f49f871ce.tar.gz
libayatana-indicator-f44a6bcf14243565e49f368b9db7423f49f871ce.tar.bz2
libayatana-indicator-f44a6bcf14243565e49f368b9db7423f49f871ce.zip
* debian/*install, control: Changing ABI version number bump in package names
* debian/rules: Making GTK2 the special case as GTK3 is default now
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control18
1 files changed, 10 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index 5d03e92..c7cb436 100644
--- a/debian/control
+++ b/debian/control
@@ -18,13 +18,14 @@ Homepage: https://launchpad.net/libindicator
Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/libindicator/ubuntu
Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/libindicator/ubuntu
-Package: libindicator3
+Package: libindicator4
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Breaks: libindicator1 (<= ${binary:Version}),
- libindicator2 (<= ${binary:Version})
+ libindicator2 (<= ${binary:Version}),
+ libindicator3 (<= ${binary:Version})
Description: panel indicator applet - shared library
This library contains information to build indicators to go into
the indicator applet.
@@ -37,7 +38,7 @@ Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libgtk2.0-dev (>= 2.12.0),
- libindicator3 (= ${binary:Version})
+ libindicator4 (= ${binary:Version})
Description: panel indicator applet - library development files
This library contains information to build indicators to go into
the indicator applet.
@@ -49,18 +50,19 @@ Section: devel
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- libindicator3 (= ${binary:Version})
+ libindicator4 (= ${binary:Version})
Description: Tools for libindicator
Tools useful for developers of applications using indicators.
.
This package contains files that are needed to build applications.
-Package: libindicator3-3
+Package: libindicator3-4
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
-Breaks: libindicator3-2 (<= ${binary:Version})
+Breaks: libindicator3-2 (<= ${binary:Version}),
+ libindicator3-3 (<= ${binary:Version})
Description: panel indicator applet - shared library
This library contains information to build indicators to go into
the indicator applet.
@@ -73,7 +75,7 @@ Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libgtk-3-dev (>= 2.91.3),
- libindicator3-3 (= ${binary:Version}),
+ libindicator3-4 (= ${binary:Version}),
libindicator-dev (= ${binary:Version})
Description: panel indicator applet - library development files
This library contains information to build indicators to go into
@@ -86,7 +88,7 @@ Section: devel
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- libindicator3-3 (= ${binary:Version})
+ libindicator3-4 (= ${binary:Version})
Description: Tools for libindicator
Tools useful for developers of applications using indicators.
.