[SCM] Debian packaging of libglib-perl branch, master, updated. rel-1-29-1-178-g7b3d2cd

intrigeri intrigeri at boum.org
Mon Jun 10 15:54:34 UTC 2013


The following commit has been merged in the master branch:
commit 38deb3b814f08b3dfa92e21e1ce9337d574b12c6
Author: intrigeri <intrigeri at boum.org>
Date:   Mon Jun 10 17:39:40 2013 +0200

    Disable automake silent building.
    
    A silent build may be nicer to some eyes, but it makes it harder to audit the
    compiler flags being used, and e.g. triggers the no-compiler-commands Debian
    Buildd Log Scanner warning.

diff --git a/debian/rules b/debian/rules
index 2e7b5b7..9777e8d 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 -- --disable-silent-rules
 
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS

-- 
Debian packaging of libglib-perl



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