diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2013-12-25 00:01:19 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2013-12-25 00:10:35 +0000 |
commit | 04d52c3cd8bbb3934f701839163158403ca71c1e (patch) | |
tree | 61875a471107e12ca69cdfeaa968315efccf9651 | |
parent | 13cf7944f77f720d14dd7349724b8dd3a672ca15 (diff) | |
download | libconfig-04d52c3cd8bbb3934f701839163158403ca71c1e.tar.gz |
Build using dh-autoreconf rather than autotools-dev
thanks to Matthias Klose for this fix
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | 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 <jmccrohan@gmail.com> 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 <jltallon@adv-solutions.net> Uploaders: Jonathan McCrohan <jmccrohan@gmail.com> -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 |