From: Sven Hoexter Date: Sun, 25 Jun 2017 10:30:24 +0000 (+0200) Subject: Remove --with autoreconf from dh invocation, it's default with compat level 10. X-Git-Tag: debian/1.2.8-1~8 X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Ffuse-exfat.git;a=commitdiff_plain;h=b15884a1f9df1d9e38e6130b8563892c8cec005e Remove --with autoreconf from dh invocation, it's default with compat level 10. --- diff --git a/debian/changelog b/debian/changelog index 89999c4..2cf3f8b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ fuse-exfat (1.2.7-2) UNRELEASED; urgency=medium * Increment dh compat level to 10. + * Remove --with autoreconf from dh invocation, it's default with + compat level 10. -- Sven Hoexter Sun, 25 Jun 2017 12:29:04 +0200 diff --git a/debian/rules b/debian/rules index dfe3dc1..f7f6b16 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --with autoreconf + dh $@ override_dh_auto_configure: dh_auto_configure -- \