]> git.deb.at Git - pkg/abook.git/commitdiff
dh --with autotools_dev
authorRhonda D'Vine <rhonda@debian.org>
Fri, 14 Aug 2015 09:57:35 +0000 (11:57 +0200)
committerRhonda D'Vine <rhonda@debian.org>
Fri, 14 Aug 2015 09:57:35 +0000 (11:57 +0200)
debian/changelog
debian/rules

index a1570acbc291b9aa05954f16d7449ff5f4ff4a4d..b96c02724c0a83b4ccb83194c876c8d6593c8878 100644 (file)
@@ -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 <rhonda@debian.org>  Fri, 14 Aug 2015 11:34:47 +0200
 
index 3618d1fa6ab3b759a6f12a167ee77375250fdcae..2b9ba31988b8aca70825f1e6d9290ffa15d5d894 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 $@ 
+       dh $@ --with autotools_dev