diff options
author | Ted Gould <ted@gould.cx> | 2011-01-10 11:52:43 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-10 11:52:43 -0600 |
commit | 6a01298786045f1e319be21bba6c58a25bd39ddd (patch) | |
tree | a29322db067435c7728444d0328fd0d93a5db930 /debian/control | |
parent | 356af1c196e3416444a14380eb5e25e999feb56d (diff) | |
parent | f8bea0d6cd9b82ad8708652efbc29d3787e9d41b (diff) | |
download | libayatana-indicator-6a01298786045f1e319be21bba6c58a25bd39ddd.tar.gz libayatana-indicator-6a01298786045f1e319be21bba6c58a25bd39ddd.tar.bz2 libayatana-indicator-6a01298786045f1e319be21bba6c58a25bd39ddd.zip |
* Upstream Merge:
* GDBus Port
* autogen.sh
* debian/control: Migrating library versions from 1 to 2
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/control b/debian/control index 71082ea..af14b30 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ 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: libindicator1 +Package: libindicator2 Section: libs Architecture: any Depends: ${shlibs:Depends}, @@ -36,7 +36,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libgtk2.0-dev (>= 2.12.0), - libindicator1 (= ${binary:Version}) + libindicator2 (= ${binary:Version}) Description: panel indicator applet - library development files This library contains information to build indicators to go into the indicator applet. @@ -48,13 +48,13 @@ Section: devel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libindicator1 (= ${binary:Version}) + libindicator2 (= ${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-1 +Package: libindicator3-2 Section: libs Architecture: any Depends: ${shlibs:Depends}, @@ -71,7 +71,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libgtk3.0-dev (>= 2.91.3), - libindicator3-1 (= ${binary:Version}) + libindicator3-2 (= ${binary:Version}) Description: panel indicator applet - library development files This library contains information to build indicators to go into the indicator applet. @@ -83,7 +83,7 @@ Section: devel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libindicator3-1 (= ${binary:Version}) + libindicator3-2 (= ${binary:Version}) Description: Tools for libindicator Tools useful for developers of applications using indicators. . |