diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2012-10-30 22:17:05 +0000 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2012-10-30 22:17:05 +0000 |
commit | 47b5650223c23e8a912b065fa94951e1602c85f3 (patch) | |
tree | fa3a31ca3acd61c658204ce6f87ceab71077b335 /debian | |
parent | 337eca518f17d7b81804b3caa7c6eca4d72e05df (diff) | |
parent | ce978d541eefd912a7d8fe4888bd52c37d83b9a3 (diff) | |
download | ayatana-indicator-sound-47b5650223c23e8a912b065fa94951e1602c85f3.tar.gz ayatana-indicator-sound-47b5650223c23e8a912b065fa94951e1602c85f3.tar.bz2 ayatana-indicator-sound-47b5650223c23e8a912b065fa94951e1602c85f3.zip |
releasing version 12.10.1-0ubuntu2
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 6 | ||||
-rwxr-xr-x | debian/rules | 15 |
3 files changed, 21 insertions, 12 deletions
diff --git a/debian/changelog b/debian/changelog index 5e301ab..613d588 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +indicator-sound (12.10.1-0ubuntu2) raring; urgency=low + + [ Allan LeSage ] + * debian/control: update to debhelper 9.0 + * debian/rules: change to debhelper 9.0 + + [ Ken VanDine ] + * debian/control + - build depend on dh-translations + + -- Ken VanDine <ken.vandine@canonical.com> Tue, 30 Oct 2012 21:34:14 +0000 + indicator-sound (12.10.1-0ubuntu1) quantal; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index e6e6b3f..18a0a38 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,7 @@ Section: sound Priority: extra Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com> XSBC-Original-Maintainer: Conor Curran <conor.curran@canonical.com> -Build-Depends: debhelper (>= 7), - cdbs (>= 0.4.41), +Build-Depends: debhelper (>= 9.0), quilt, autotools-dev, libglib2.0-dev (>= 2.22.3), @@ -19,7 +18,8 @@ Build-Depends: debhelper (>= 7), libxml2-dev, libnotify-dev, valac-0.18, - dh-autoreconf + dh-autoreconf, + dh-translations Standards-Version: 3.9.3 Homepage: https://launchpad.net/indicator-sound diff --git a/debian/rules b/debian/rules index 4ffb502..400a07b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,13 +1,10 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/autoreconf.mk -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/gnome.mk -DEB_CONFIGURE_EXTRA_FLAGS = --disable-static +%: + dh $@ --with translations,autoreconf -CFLAGS += -Wno-error=deprecated-declarations -LDFLAGS += -Wl,-z,defs -Wl,--as-needed - -common-install-arch:: - find debian/indicator-sound -name \*.la -delete +override_dh_install: + find debian/indicator-sound/usr/lib -name *.la -delete + find debian/indicator-sound/usr/lib -name *.a -delete + dh_install --fail-missing |