From 8e9ccc4f870274eab35eb01f3e883646cf1b1be2 Mon Sep 17 00:00:00 2001 From: Denis Briand Date: Mon, 28 Dec 2015 01:05:24 +0100 Subject: [PATCH] Use dh-autoreconf --- debian/changelog | 5 ++++- debian/control | 2 +- debian/rules | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 550afa3..41434f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,12 @@ abook (0.6.1-1) unstable; urgency=medium + [ Rhonda D'Vine ] * New upstream release + (Closes: #727245) + (Closes: #771343) incorporated patches 02_fix-manpage. - * Call dh --with autotools_dev. + + [ Denis Briand ] + * Use dh_autoreconf. -- Rhonda D'Vine Fri, 14 Aug 2015 11:34:47 +0200 diff --git a/debian/control b/debian/control index 9dab637..ec38ee1 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Rhonda D'Vine Uploaders: Denis Briand Standards-Version: 3.9.6 -Build-Depends: libncursesw5-dev, libreadline6-dev | libreadline-dev, po-debconf, quilt (>= 0.40), autotools-dev, dpkg-dev (>= 1.16.1~), debhelper (>= 9 ) +Build-Depends: libncursesw5-dev, libreadline6-dev | libreadline-dev, po-debconf, quilt (>= 0.40), autotools-dev, dpkg-dev (>= 1.16.1~), debhelper (>= 9 ), dh-autoreconf Homepage: http://abook.sourceforge.net/ Vcs-Browser: http://git.deb.at/w/pkg/abook.git Vcs-Git: git://git.deb.at/pkg/abook.git diff --git a/debian/rules b/debian/rules index 2b9ba31..db28c8f 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 $@ --with autotools_dev + dh $@ --with autoreconf -- 2.39.2