[libpango-perl] 01/03: Have ExtUtils::MakeMaker generate a Makefile that echoes all commands run, so that blhc can do its job.

Intrigeri intrigeri at moszumanska.debian.org
Fri Aug 29 21:45:57 UTC 2014


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

intrigeri pushed a commit to branch master
in repository libpango-perl.

commit 9f03d74f3bad34367ce82a83d7752f524927ceeb
Author: intrigeri <intrigeri at boum.org>
Date:   Fri Aug 29 21:15:58 2014 +0000

    Have ExtUtils::MakeMaker generate a Makefile that echoes all commands run, so that blhc can do its job.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 59af173..10ed07a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
 %:
 	dh $@
 
+override_dh_auto_configure:
+	dh_auto_configure -- NOECHO=
+
 override_dh_auto_test:
 	xvfb-run -a dh_auto_test
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpango-perl.git



More information about the Pkg-perl-cvs-commits mailing list