diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-14 10:16:06 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-14 10:16:06 -0500 |
commit | 17836e4ee83aeb4c602e1015f6a10165d0fcde86 (patch) | |
tree | ea728e9d8a111012ec2cbce758a169ddc2701940 /debian/rules | |
parent | 79bc986e51e4e45a55d00d1667c10e3c12f55683 (diff) | |
download | ayatana-indicator-sound-17836e4ee83aeb4c602e1015f6a10165d0fcde86.tar.gz ayatana-indicator-sound-17836e4ee83aeb4c602e1015f6a10165d0fcde86.tar.bz2 ayatana-indicator-sound-17836e4ee83aeb4c602e1015f6a10165d0fcde86.zip |
* debian/rules:
- override dh_autoreconf to use autogen.sh for the reconfiguration process.
- add export DPKG_GENSYMBOLS_CHECK_LEVEL=4.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 400a07b..2ce3519 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,13 @@ #!/usr/bin/make -f +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 %: dh $@ --with translations,autoreconf +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 |