diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-17 15:30:58 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-02-17 15:30:58 -0500 |
commit | 04397e71cdbe75221629716b9d1d415a82f0be11 (patch) | |
tree | d7c399532ffd92fabb4bbbaadd43a25ea37eb1ac /debian | |
parent | 326b5bf46ccc31ce53355d2cdba88102e8d8ca64 (diff) | |
parent | 6ca27e8cbf3246e2333bedfb466916299cb5cdaf (diff) | |
download | libayatana-indicator-04397e71cdbe75221629716b9d1d415a82f0be11.tar.gz libayatana-indicator-04397e71cdbe75221629716b9d1d415a82f0be11.tar.bz2 libayatana-indicator-04397e71cdbe75221629716b9d1d415a82f0be11.zip |
releasing version 0.3.19-0ubuntu10.3.19-0ubuntu1
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 15 | ||||
-rw-r--r-- | debian/control | 16 | ||||
-rw-r--r-- | debian/libindicator3-3.install (renamed from debian/libindicator3-2.install) | 0 | ||||
-rw-r--r-- | debian/libindicator3.install (renamed from debian/libindicator2.install) | 0 | ||||
-rwxr-xr-x | debian/rules | 8 |
5 files changed, 28 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog index 1764509..1ad8a55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +libindicator (0.3.19-0ubuntu1) natty; urgency=low + + * debian/rules + - Updated shlibs + + [Ted Gould] + * New upstream release. + ∘ Adding in a11y description support + ∘ Fixing distcheck (LP: #587811) + * debian/*: Changing the library major version from 2 to 3 + * debian/control: Adding Breaks for the previous library rev + so that users don't end up with systems that use both. + + -- Ken VanDine <ken.vandine@canonical.com> Thu, 17 Feb 2011 14:04:55 -0500 + libindicator (0.3.18-0ubuntu1) natty; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 4d0932f..03085a2 100644 --- a/debian/control +++ b/debian/control @@ -18,12 +18,13 @@ 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}, ${misc:Depends} -Breaks: libindicator1 +Breaks: libindicator1 (<= ${binary:Version}), + libindicator2 (<= ${binary:Version}) Description: panel indicator applet - shared library This library contains information to build indicators to go into the indicator applet. @@ -36,7 +37,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,17 +49,18 @@ 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}, ${misc:Depends} +Breaks: libindicator3-2 (<= ${binary:Version}) Description: panel indicator applet - shared library This library contains information to build indicators to go into the indicator applet. @@ -71,7 +73,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 +85,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. . diff --git a/debian/libindicator3-2.install b/debian/libindicator3-3.install index aaa2e72..aaa2e72 100644 --- a/debian/libindicator3-2.install +++ b/debian/libindicator3-3.install diff --git a/debian/libindicator2.install b/debian/libindicator3.install index 85dbd3e..85dbd3e 100644 --- a/debian/libindicator2.install +++ b/debian/libindicator3.install diff --git a/debian/rules b/debian/rules index de71b0a..4c21f86 100755 --- a/debian/rules +++ b/debian/rules @@ -9,10 +9,10 @@ DEB_BUILDDIR = $(DEB_SRCDIR)/build LDFLAGS += -Wl,-z,defs -Wl,--as-needed -DEB_DH_MAKESHLIBS_ARGS_libindicator1 += -V 'libindicator1 (>= 0.3.18)' -DEB_DH_MAKESHLIBS_ARGS_libindicator3 += -V 'libindicator3-1 (>= 0.3.18)' +DEB_DH_MAKESHLIBS_ARGS_libindicator3 += -V 'libindicator3 (>= 0.3.19)' +DEB_DH_MAKESHLIBS_ARGS_libindicator3_3 += -V 'libindicator3-3 (>= 0.3.19)' -configure/libindicator3-1:: stamp-configure-gtk3 +configure/libindicator3-3:: stamp-configure-gtk3 stamp-configure-gtk3: : # configure for GTK+ 3.0 set -e; \ @@ -24,7 +24,7 @@ stamp-configure-gtk3: cd ..; touch stamp-configure-gtk3 -build/libindicator3-1:: stamp-build-gtk3 +build/libindicator3-3:: stamp-build-gtk3 stamp-build-gtk3: stamp-configure-gtk3 : # build for GTK+ 3.0 $(MAKE) -C build-gtk3; |