From: Sven Hoexter Date: Sun, 25 Jun 2017 10:25:50 +0000 (+0200) Subject: Remove --with autoreconf from dh invocation, it's default with compat level 10. X-Git-Tag: debian/1.2.8-1~7 X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=commitdiff_plain;h=8c8f9c156d79df4d11218748ffe69c4f594d9346 Remove --with autoreconf from dh invocation, it's default with compat level 10. --- diff --git a/debian/changelog b/debian/changelog index 80ac70f..1e6c3ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ exfat-utils (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:21:57 +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 -- \