diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2014-09-20 14:27:10 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2014-09-20 14:27:19 +0200 |
commit | a542a2aef7f991b389250a213c885801e29aef67 (patch) | |
tree | d7f6eec6f0a0758497341d8ad735df5847be5f5a | |
parent | a3cbb95bc2c4ed968e924c729f41418f0b158f4a (diff) | |
download | zsh-a542a2aef7f991b389250a213c885801e29aef67.tar.gz zsh-a542a2aef7f991b389250a213c885801e29aef67.zip |
Make dh_autoreconf call verbose to see what goes wrong wrt. #734765
-rwxr-xr-x | debian/rules | 4 |
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 |