diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 6 | ||||
-rw-r--r-- | debian/libindicator1.install (renamed from debian/libindicator0.install) | 0 | ||||
-rwxr-xr-x | debian/rules | 2 |
4 files changed, 7 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 62a1087..f487a12 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ libindicator (0.3.13-0ubuntu2) UNRELEASED; urgency=low - don't use quilt format, it's making the daily build not working * debian/control: - put the Vcs-Bzr to point the right official branch + - rename to soname bump + * debian/libindicator1.install: rename to soname bump + * debian/rules: update MAKESHLIBS_ARGS -- Didier Roche <didrocks@ubuntu.com> Tue, 21 Sep 2010 12:33:31 +0200 diff --git a/debian/control b/debian/control index 10bccec..a67274d 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ 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: libindicator0 +Package: libindicator1 Section: libs Architecture: any Depends: ${shlibs:Depends}, @@ -34,7 +34,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 +46,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. . diff --git a/debian/libindicator0.install b/debian/libindicator1.install index 85dbd3e..85dbd3e 100644 --- a/debian/libindicator0.install +++ b/debian/libindicator1.install diff --git a/debian/rules b/debian/rules index 095f53b..151b094 100755 --- a/debian/rules +++ b/debian/rules @@ -7,5 +7,5 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk LDFLAGS += -Wl,-z,defs -Wl,--as-needed -DEB_DH_MAKESHLIBS_ARGS_libindicator0 += -V 'libindicator0 (>= 0.3.6)' +DEB_DH_MAKESHLIBS_ARGS_libindicator0 += -V 'libindicator1 (>= 0.3.13)' |