From 8c8f9c156d79df4d11218748ffe69c4f594d9346 Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Sun, 25 Jun 2017 12:25:50 +0200 Subject: [PATCH] Remove --with autoreconf from dh invocation, it's default with compat level 10. --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- \ -- 2.39.2