diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2012-11-15 16:55:36 +0000 |
|---|---|---|
| committer | Tarmac <Unknown> | 2012-11-15 16:55:36 +0000 |
| commit | fb4b4773946403cbab2b04c85ff0ea186eff5301 (patch) | |
| tree | 0010345ab50b917015b78e1c3ac8d96ffbfa95d6 /debian/rules | |
| parent | 3903a7f94a0030d0f8e74c620f63dc0767f50c7e (diff) | |
| parent | ae4b903d1e9c26dc8ae93ba8965e9477ee12049a (diff) | |
| download | ayatana-indicator-sound-fb4b4773946403cbab2b04c85ff0ea186eff5301.tar.gz ayatana-indicator-sound-fb4b4773946403cbab2b04c85ff0ea186eff5301.tar.bz2 ayatana-indicator-sound-fb4b4773946403cbab2b04c85ff0ea186eff5301.zip | |
Inline package.
Approved by PS Jenkins bot, Didier Roche.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..bbe2908 --- /dev/null +++ b/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ --with translations,autoreconf,quilt + +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 |
