From: Sam Hartman Date: Sat, 23 Aug 2014 23:11:22 +0000 (-0400) Subject: enable dh-autoreconf X-Git-Tag: debian/0.0.5-1~6 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=radsecproxy.git;a=commitdiff_plain;h=f0a3fc6f73ce68309eb82f4182156a85d144e045 enable dh-autoreconf --- diff --git a/debian/control b/debian/control index 5e5c24e..20a2a56 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: libradsec Priority: extra Maintainer: Sam Hartman -Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libconfuse-dev, libssl-dev, libevent-dev (>= 2.0) +Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libconfuse-dev, libssl-dev, libevent-dev (>= 2.0), dh-autoreconf Standards-Version: 3.9.1 Section: libs Homepage: diff --git a/debian/rules b/debian/rules index cb86f95..6a97865 100755 --- a/debian/rules +++ b/debian/rules @@ -7,9 +7,9 @@ #export DEB_CFLAGS_MAINT_APPEND %: - dh $@ + dh $@ --with autoreconf override_dh_auto_configure: - dh_auto_configure -- --enable-tls --enable-tls-psk CFLAGS='$(shell dpkg-buildflags --get CFLAGS) -pthread' + dh_auto_configure --with autoreconf -- --enable-tls --enable-tls-psk CFLAGS='$(shell dpkg-buildflags --get CFLAGS) -pthread'