]> git.sven.stormbind.net Git - sven/exfat-utils.git/commitdiff
Remove --with autoreconf from dh invocation, it's default with compat level 10.
authorSven Hoexter <sven@stormbind.net>
Sun, 25 Jun 2017 10:25:50 +0000 (12:25 +0200)
committerSven Hoexter <sven@stormbind.net>
Sun, 25 Jun 2017 10:28:28 +0000 (12:28 +0200)
debian/changelog
debian/rules

index 80ac70f68fc09ec43f51e67e5787ed666b707dba..1e6c3ec20768289005b93bc4eccb42c958c15493 100644 (file)
@@ -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 <hoexter@debian.org>  Sun, 25 Jun 2017 12:21:57 +0200
 
index dfe3dc1bba05daa2eeef610e5e2d0e9ab1b7477d..f7f6b163d1d755b9135ee717b4ebb668effabf6c 100755 (executable)
@@ -5,7 +5,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-       dh $@ --with autoreconf
+       dh $@
 
 override_dh_auto_configure:
        dh_auto_configure -- \