From: Rhonda D'Vine Date: Fri, 14 Aug 2015 09:57:35 +0000 (+0200) Subject: dh --with autotools_dev X-Git-Tag: debian/0.6.1-1~20 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=acf38740ce83d0f81c1f0e0f20a48931dc11328e;p=pkg%2Fabook.git dh --with autotools_dev --- 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