diff options
author | Pete Woods <pete.woods@canonical.com> | 2013-08-16 04:58:55 +0100 |
---|---|---|
committer | Pete Woods <pete.woods@canonical.com> | 2013-08-16 04:58:55 +0100 |
commit | 0660fc4e9439b99ac3b75d656b2e60b629e3e745 (patch) | |
tree | 7dda830eee4e5074d6f2dff0d617cf118e73ddbb /debian/rules | |
parent | 796a887cf88c1ad23ab06e89435ca1e04080aaee (diff) | |
download | ayatana-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/rules')
-rwxr-xr-x | debian/rules | 9 |
1 files changed, 1 insertions, 8 deletions
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 |