aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPete Woods <pete.woods@canonical.com>2013-08-16 04:58:55 +0100
committerPete Woods <pete.woods@canonical.com>2013-08-16 04:58:55 +0100
commit0660fc4e9439b99ac3b75d656b2e60b629e3e745 (patch)
tree7dda830eee4e5074d6f2dff0d617cf118e73ddbb /debian
parent796a887cf88c1ad23ab06e89435ca1e04080aaee (diff)
downloadayatana-indicator-sound-0660fc4e9439b99ac3b75d656b2e60b629e3e745.tar.gz
ayatana-indicator-sound-0660fc4e9439b99ac3b75d656b2e60b629e3e745.tar.bz2
ayatana-indicator-sound-0660fc4e9439b99ac3b75d656b2e60b629e3e745.zip
Clean up the build / installation
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules9
2 files changed, 2 insertions, 9 deletions
diff --git a/debian/control b/debian/control
index 64ae720..2c263a3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
XSBC-Original-Maintainer: Conor Curran <conor.curran@canonical.com>
Build-Depends: debhelper (>= 9.0),
- dh-autoreconf,
+ cmake,
dh-translations,
gnome-common,
autotools-dev,
diff --git a/debian/rules b/debian/rules
index 2ce3519..9a276dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,12 +3,5 @@
export DPKG_GENSYMBOLS_CHECK_LEVEL=4
%:
- dh $@ --with translations,autoreconf
+ dh $@ --parallel --fail-missing --with translations
-override_dh_autoreconf:
- NOCONFIGURE=1 dh_autoreconf ./autogen.sh
-
-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