]> git.deb.at Git - pkg/abook.git/commitdiff
Use dh-autoreconf
authorDenis Briand <debian@denis-briand.fr>
Mon, 28 Dec 2015 00:05:24 +0000 (01:05 +0100)
committerDenis Briand <debian@denis-briand.fr>
Mon, 28 Dec 2015 00:05:24 +0000 (01:05 +0100)
debian/changelog
debian/control
debian/rules

index 550afa3812064224db4e2ab2ff3ca4c89f530823..41434f921344f465f64b328fa23618802900dcd3 100644 (file)
@@ -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 <rhonda@debian.org>  Fri, 14 Aug 2015 11:34:47 +0200
 
index 9dab637a97397db599e63cc66095e594862db0db..ec38ee12bbc04362ac60ee1729683d8fd788230c 100644 (file)
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Rhonda D'Vine <rhonda@debian.org>
 Uploaders: Denis Briand <debian@denis-briand.fr>
 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
index 2b9ba31988b8aca70825f1e6d9290ffa15d5d894..db28c8f7893b2189cf529684cbd751f9c403590b 100755 (executable)
@@ -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