From e4fbdd9076726dbd8fac1ad0a6e2de29719dab7a Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Sun, 23 Feb 2014 22:19:48 -0500 Subject: [PATCH] Use dh-autoreconf Signed-off-by: Anders Kaseorg --- debian/changelog | 1 + debian/control | 3 ++- debian/rules | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f9a599c..ba562b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 23 Feb 2014 21:48:49 -0500 diff --git a/debian/control b/debian/control index 02c52de..1e0647d 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,8 @@ Priority: optional Maintainer: Anders Kaseorg 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 diff --git a/debian/rules b/debian/rules index 77f5985..09725dd 100755 --- a/debian/rules +++ b/debian/rules @@ -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) -- 2.45.2