diff options
author | Russ Allbery <eagle@eyrie.org> | 2014-07-16 14:09:43 -0700 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2014-07-16 14:09:43 -0700 |
commit | 93fd3562fd82e90e2ad8faf02419c9c69df880aa (patch) | |
tree | 08a3ab4b3ec882f3313a466ad019224eff0e672c /debian/rules | |
parent | 743fec033f79ceb4cb241bcc040fb115ba868a6e (diff) |
Rebuild Autoconf and Automake files during the build
Change-Id: If4c22583a8031e5197a6d6999ca1e270c6dda0c8
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |