diff options
author | unknown <allanlesage@gmail.com> | 2012-10-26 16:32:54 +0200 |
---|---|---|
committer | unknown <allanlesage@gmail.com> | 2012-10-26 16:32:54 +0200 |
commit | 89211f0b3c8d438bd4d4cba9f9f451637e6285fd (patch) | |
tree | 41faf8fec7dd8de00f1f96ea7f3717561665f3f1 /debian | |
parent | b6da5f103c9ebac36f61ada84c8bdf1ab98d30ee (diff) | |
download | ayatana-indicator-sound-89211f0b3c8d438bd4d4cba9f9f451637e6285fd.tar.gz ayatana-indicator-sound-89211f0b3c8d438bd4d4cba9f9f451637e6285fd.tar.bz2 ayatana-indicator-sound-89211f0b3c8d438bd4d4cba9f9f451637e6285fd.zip |
* debian/control: update to debhelper 9.0
* debian/rules: change to debhelper 9.0
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 3 | ||||
-rwxr-xr-x | 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 <allan.lesage@canonical.com> 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 <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), 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 |