From 04d52c3cd8bbb3934f701839163158403ca71c1e Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Wed, 25 Dec 2013 00:01:19 +0000 Subject: Build using dh-autoreconf rather than autotools-dev thanks to Matthias Klose for this fix --- debian/changelog | 2 ++ debian/control | 2 +- debian/rules | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b0fb65b..dfc8629 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ libconfig (1.4.9-2) UNRELEASED; urgency=medium * Update short package description (Closes: #710783) + * Build using dh-autoreconf rather than autotools-dev; thanks to Matthias + Klose for this fix -- Jonathan McCrohan Sun, 22 Dec 2013 23:25:28 +0000 diff --git a/debian/control b/debian/control index bdf340c..0547c38 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libconfig Priority: optional Maintainer: Jose Luis Tallon Uploaders: Jonathan McCrohan -Build-Depends: debhelper (>= 9), autotools-dev, texinfo, texlive-latex-base +Build-Depends: debhelper (>= 9), dh-autoreconf, texinfo, texlive-latex-base Standards-Version: 3.9.4 Homepage: http://www.hyperrealm.com/libconfig/ Section: libs diff --git a/debian/rules b/debian/rules index b070a1e..0a0709d 100755 --- a/debian/rules +++ b/debian/rules @@ -12,4 +12,4 @@ override_dh_strip: dh_strip -p libconfig++9 --dbg-package=libconfig++-dbg %: - dh $@ --with autotools-dev + dh $@ --with autoreconf -- cgit v1.2.3