diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rwxr-xr-x | debian/rules | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index fe711ee..1ad8a55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,9 @@ -libindicator (0.3.19-0ubuntu1~ppa1) natty; urgency=low +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) @@ -7,7 +11,7 @@ libindicator (0.3.19-0ubuntu1~ppa1) natty; urgency=low * debian/control: Adding Breaks for the previous library rev so that users don't end up with systems that use both. - -- Ted Gould <ted@ubuntu.com> Thu, 17 Feb 2011 10:27:14 -0600 + -- Ken VanDine <ken.vandine@canonical.com> Thu, 17 Feb 2011 14:04:55 -0500 libindicator (0.3.18-0ubuntu1) natty; urgency=low 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; |