From 6c19a8df355097d01c08dde3e819325463385663 Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Wed, 7 Oct 2015 11:23:22 +0200 Subject: [PATCH] Enable autotools_dev addon for debhelper. --- debian/changelog | 1 + debian/rules | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7af39fd..049e02b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ fuse-exfat (1.2.1-1) UNRELEASED; urgency=low * Build-Depend on autotools-dev and pkg-config instead of scons. * Set --sbindir=/sbin to stay consistent with the current install location. * Remove d/install, no longer required. + * Enable autotools_dev addon for debhelper. -- Sven Hoexter Wed, 07 Oct 2015 10:48:09 +0200 diff --git a/debian/rules b/debian/rules index 995115d..ec620f7 100755 --- a/debian/rules +++ b/debian/rules @@ -3,10 +3,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all -#export CCFLAGS = $(CFLAGS) -Wall -std=c99 -D_GNU_SOURCE %: - dh $@ + dh $@ --with autotools_dev override_dh_auto_configure: dh_auto_configure -- \ -- 2.39.2