[libglib-perl] 02/04: 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 22:01:16 UTC 2014


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

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

commit 721289dcc420b1218e77723d32884c31b8657abc
Author: intrigeri <intrigeri at boum.org>
Date:   Fri Aug 29 21:55:49 2014 +0000

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

diff --git a/debian/rules b/debian/rules
index 2e7b5b7..7ac461c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 	dh $@
 
 override_dh_auto_configure:
-	PERL5LIB=./lib dh_auto_configure
+	PERL5LIB=./lib dh_auto_configure -- NOECHO=
 
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS

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



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