aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog12
-rw-r--r--debian/control6
-rwxr-xr-xdebian/rules15
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