[Pkg-zsh-commits] [zsh] 02/03: Make dh_autoreconf call verbose to see what goes wrong wrt. #734765

Axel Beckert abe at deuxchevaux.org
Sat Sep 20 12:48:03 UTC 2014


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch debian
in repository zsh.

commit a542a2aef7f991b389250a213c885801e29aef67
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Sep 20 14:27:10 2014 +0200

    Make dh_autoreconf call verbose to see what goes wrong wrt. #734765
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 10a3b09..9045cc1 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list