diff options
author | Ted Gould <ted@gould.cx> | 2011-02-17 10:23:46 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-17 10:23:46 -0600 |
commit | 2dae441fca0caed55dddc37f9a056e3b6aa8b2b4 (patch) | |
tree | cc3840c4b126a287add93eba2bf40faa871af374 /debian/control | |
parent | 20ef744b7ea3f022ec62a904065e02aa1755ab09 (diff) | |
download | libayatana-indicator-2dae441fca0caed55dddc37f9a056e3b6aa8b2b4.tar.gz libayatana-indicator-2dae441fca0caed55dddc37f9a056e3b6aa8b2b4.tar.bz2 libayatana-indicator-2dae441fca0caed55dddc37f9a056e3b6aa8b2b4.zip |
debian/*: Changing the library major version from 2 to 3
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 4d0932f..4a138a8 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,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: libindicator2 +Package: libindicator3 Section: libs Architecture: any Depends: ${shlibs:Depends}, @@ -36,7 +36,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libgtk2.0-dev (>= 2.12.0), - libindicator2 (= ${binary:Version}) + libindicator3 (= ${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}, - libindicator2 (= ${binary:Version}) + libindicator3 (= ${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-2 +Package: libindicator3-3 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-2 (= ${binary:Version}) + libindicator3-3 (= ${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-2 (= ${binary:Version}) + libindicator3-3 (= ${binary:Version}) Description: Tools for libindicator Tools useful for developers of applications using indicators. . |