diff options
author | Robert Tari <robert@tari.in> | 2020-10-25 22:10:26 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-10-25 22:52:30 +0100 |
commit | 6a5ff48144130ac7384c306458ac227e21aec637 (patch) | |
tree | 4b4b6bd106f6e5315971bf8d150c1cae8756e7e5 /debian | |
parent | 8a508b6cb5aedfd9d72e79c4556c84d4c99059bf (diff) | |
download | ayatana-indicator-bluetooth-6a5ff48144130ac7384c306458ac227e21aec637.tar.gz ayatana-indicator-bluetooth-6a5ff48144130ac7384c306458ac227e21aec637.tar.bz2 ayatana-indicator-bluetooth-6a5ff48144130ac7384c306458ac227e21aec637.zip |
debian/rules: Add --with autoreconf DH option.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index f5955d1..542fd05 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ NULL = export DPKG_GENSYMBOLS_CHECK_LEVEL=4 %: - dh $@ --parallel --with systemd + dh $@ --parallel --with systemd --with autoreconf override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf ./autogen.sh |