From 93fd3562fd82e90e2ad8faf02419c9c69df880aa Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 16 Jul 2014 14:09:43 -0700 Subject: Rebuild Autoconf and Automake files during the build Change-Id: If4c22583a8031e5197a6d6999ca1e270c6dda0c8 --- debian/changelog | 1 + debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index fc8af44..2ccabb6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,7 @@ wallet (1.1-1) UNRELEASED; urgency=medium * Document in the wallet-server package description that a DBD::* module and corresponding DateTime::Format::* module are required. (There isn't a way to fully represent the required dependency.) + * Rebuild Autoconf and Automake files during the build. * Define AUTOMATED_TESTING to enable some additional Perl tests. * Update standards version to 3.9.5 (no changes required). diff --git a/debian/control b/debian/control index 668ee95..feb2f37 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: wallet Section: net Priority: extra Maintainer: Russ Allbery -Build-Depends: debhelper (>= 9), libauthen-sasl-perl, +Build-Depends: debhelper (>= 9), dh-autoreconf, libauthen-sasl-perl, libdatetime-format-sqlite-perl, libdbd-sqlite3-perl, libdbi-perl, libdbix-class-perl, libdatetime-perl, libdatetime-format-sqlite-perl, libkrb5-dev, libnet-duo-perl, libnet-ldap-perl, libremctl-dev, diff --git a/debian/rules b/debian/rules index cf90fab..0471054 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow,+pie export AUTOMATED_TESTING = 1 %: - dh $@ --parallel + dh $@ --parallel --with autoreconf override_dh_auto_configure: dh_auto_configure --parallel -- --enable-reduced-depends -- cgit v1.2.3