diff options
author | Pete Woods <pete.woods@canonical.com> | 2013-08-20 08:41:50 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-08-20 08:41:50 +0000 |
commit | e3c457451effc5e8643fb9caa4563c022a96486b (patch) | |
tree | b9eb225618ee4be1adf81bbf65de091ce53d16d0 /debian | |
parent | 4fedffcef1054e4093c4528d40cce809f1e958b3 (diff) | |
parent | 7e63d1c240a6b1e07275189d0af05edd1adbc654 (diff) | |
download | ayatana-indicator-sound-e3c457451effc5e8643fb9caa4563c022a96486b.tar.gz ayatana-indicator-sound-e3c457451effc5e8643fb9caa4563c022a96486b.tar.bz2 ayatana-indicator-sound-e3c457451effc5e8643fb9caa4563c022a96486b.zip |
Re-write build scripts using cmake.
Approved by PS Jenkins bot, Ted Gould.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 9 |
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 |