summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2014-09-20 14:27:10 +0200
committerAxel Beckert <abe@deuxchevaux.org>2014-09-20 14:27:19 +0200
commita542a2aef7f991b389250a213c885801e29aef67 (patch)
treed7f6eec6f0a0758497341d8ad735df5847be5f5a
parenta3cbb95bc2c4ed968e924c729f41418f0b158f4a (diff)
downloadzsh-a542a2aef7f991b389250a213c885801e29aef67.tar.gz
zsh-a542a2aef7f991b389250a213c885801e29aef67.zip
Make dh_autoreconf call verbose to see what goes wrong wrt. #734765
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 10a3b0924..9045cc175 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,8 +72,8 @@ build-debug: build
configure:
touch stamp-h.in
- dh_autotools-dev_updateconfig
- dh_autoreconf
+ dh_autotools-dev_updateconfig -v
+ dh_autoreconf -v
configure-stamp: configure
dh_testdir