]> andersk Git - libyaml.git/commitdiff
Use dh-autoreconf
authorAnders Kaseorg <andersk@mit.edu>
Mon, 24 Feb 2014 03:19:48 +0000 (22:19 -0500)
committerAnders Kaseorg <andersk@mit.edu>
Mon, 24 Feb 2014 03:19:48 +0000 (22:19 -0500)
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
debian/changelog
debian/control
debian/rules

index f9a599c9d03f5e58a7ce0675dc0b9851ce85c0a5..ba562b5ef3d1b27a53270b2be796ac6e10b03df6 100644 (file)
@@ -6,6 +6,7 @@ libyaml (0.1.5-1) UNRELEASED; urgency=medium
   * Drop upstreamed patches.
   * Run tests at build time.
   * Bump Standards-Version to 3.9.5 (no changes needed).
+  * Use dh-autoreconf.
 
  -- Anders Kaseorg <andersk@mit.edu>  Sun, 23 Feb 2014 21:48:49 -0500
 
index 02c52debb08df52bac747912c5c8e6591ab242a3..1e0647ddee84c1992c919ed14820e16997e408bf 100644 (file)
@@ -4,7 +4,8 @@ Priority: optional
 Maintainer: Anders Kaseorg <andersk@mit.edu>
 Build-Depends: cdbs (>= 0.4.93~),
  autotools-dev,
- debhelper (>= 8.1.3~)
+ debhelper (>= 8.1.3~),
+ dh-autoreconf
 Standards-Version: 3.9.5
 Homepage: http://pyyaml.org/wiki/LibYAML
 Vcs-Git: git://andersk.mit.edu/libyaml.git
index 77f59854632d04735a911fd9aa74457a4e94b5e5..09725ddcfdf85e6b26342485401f8eb5c2daf76a 100755 (executable)
@@ -2,6 +2,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 
 CDBS_BUILD_DEPENDS += , cdbs (>= 0.4.93~)  # for $(DEB_HOST_MULTIARCH)
 
This page took 0.043488 seconds and 5 git commands to generate.