From acf38740ce83d0f81c1f0e0f20a48931dc11328e Mon Sep 17 00:00:00 2001 From: Rhonda D'Vine Date: Fri, 14 Aug 2015 11:57:35 +0200 Subject: [PATCH] dh --with autotools_dev --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a1570ac..b96c027 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ abook (0.6.1-1) unstable; urgency=medium * New upstream release which incorporated patches 02_fix-manpage and 727245. + * Call dh --with autotools_dev. -- Rhonda D'Vine Fri, 14 Aug 2015 11:34:47 +0200 diff --git a/debian/rules b/debian/rules index 3618d1f..2b9ba31 100755 --- a/debian/rules +++ b/debian/rules @@ -6,4 +6,4 @@ export DEB_CFLAGS_MAINT_APPEND = -g -Wall -pedantic -std=gnu89 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - dh $@ + dh $@ --with autotools_dev -- 2.39.2