diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2014-09-20 20:53:01 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2014-09-20 20:53:01 +0200 |
commit | 3187ec137608f2d21bc3cc4ce056a74b306d8dfd (patch) | |
tree | a51597709d18efde58e5e402a912d59d60004ebf | |
parent | be93912fb604b6d02a8a17105783f1a4ebd71717 (diff) | |
download | zsh-3187ec137608f2d21bc3cc4ce056a74b306d8dfd.tar.gz zsh-3187ec137608f2d21bc3cc4ce056a74b306d8dfd.zip |
Revert a542a2ae — it doesn't run autoreconf with verbose settings
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 9045cc175..10a3b0924 100755 --- a/debian/rules +++ b/debian/rules @@ -72,8 +72,8 @@ build-debug: build configure: touch stamp-h.in - dh_autotools-dev_updateconfig -v - dh_autoreconf -v + dh_autotools-dev_updateconfig + dh_autoreconf configure-stamp: configure dh_testdir |