From b34d57426ec1f50b7a3a70b96ac5160e194866aa Mon Sep 17 00:00:00 2001 From: Nicholas D Steeves Date: Thu, 19 Jan 2017 16:33:25 -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 2d69494..3bf0a36 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: fuse-exfat Section: otherosfs Priority: optional Maintainer: Sven Hoexter -Build-Depends: debhelper (>= 9), libfuse-dev, autotools-dev, pkg-config +Build-Depends: debhelper (>= 9), libfuse-dev, pkg-config, dh-autoreconf Standards-Version: 3.9.8 Homepage: https://github.com/relan/exfat Vcs-Git: git://git.sven.stormbind.net/git/sven/fuse-exfat.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