From 89211f0b3c8d438bd4d4cba9f9f451637e6285fd Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 26 Oct 2012 16:32:54 +0200 Subject: * debian/control: update to debhelper 9.0 * debian/rules: change to debhelper 9.0 --- debian/changelog | 7 +++++++ debian/control | 3 +-- debian/rules | 15 ++++++--------- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5e301ab..a74b7a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-sound (12.10.1-0ubuntu2~ppa1) UNRELEASED; urgency=low + + * debian/control: update to debhelper 9.0 + * debian/rules: change to debhelper 9.0 + + -- Allan LeSage Fri, 26 Oct 2012 16:31:06 +0200 + indicator-sound (12.10.1-0ubuntu1) quantal; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index e6e6b3f..dcf4014 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,7 @@ Section: sound Priority: extra Maintainer: Ubuntu Desktop Team XSBC-Original-Maintainer: Conor Curran -Build-Depends: debhelper (>= 7), - cdbs (>= 0.4.41), +Build-Depends: debhelper (>= 9.0), quilt, autotools-dev, libglib2.0-dev (>= 2.22.3), 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 -- cgit v1.2.3