From 3c458260fcbb2e5f730215972d275f03a40415c3 Mon Sep 17 00:00:00 2001 From: Nicholas D Steeves Date: Thu, 19 Jan 2017 16:33:51 -0700 Subject: [PATCH] Switch to autoreconf to allow no-change backport. Signed-off-by: Nicholas D Steeves Signed-off-by: Sven Hoexter --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index b5a627a..e1e0404 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: exfat-utils Section: otherosfs Priority: optional Maintainer: Sven Hoexter -Build-Depends: debhelper (>= 9), autotools-dev, pkg-config +Build-Depends: debhelper (>= 9), pkg-config, dh-autoreconf Standards-Version: 3.9.8 Homepage: https://github.com/relan/exfat Vcs-Git: git://git.sven.stormbind.net/git/sven/exfat-utils.git diff --git a/debian/rules b/debian/rules index ec620f7..dfe3dc1 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --with autotools_dev + dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- \ -- 2.39.2