[SCM] cmus/master: Enable verbose build logs

rak at users.alioth.debian.org rak at users.alioth.debian.org
Thu Aug 29 18:50:33 UTC 2013


The following commit has been merged in the master branch:
commit 5d88d37c1a934ca62ae408caaa3e0daa956d31c5
Author: Ryan Kavanagh <rak at debian.org>
Date:   Thu Aug 29 13:19:05 2013 -0400

    Enable verbose build logs
    
    It's useful to see what compiler flags were used when debugging build failures,
    porting, determining whether or not hardening build flags were used, etc.

diff --git a/debian/rules b/debian/rules
index aff389b..cc4665d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,11 @@ override_dh_auto_configure:
 		CONFIG_ARTS=n \
 		DEBUG=0
 
+override_dh_auto_build:
+	# Pass V=2 to make to enable verbose build logs, which is useful for
+	# porters, sorting out build hardening issues, etc.
+	dh_auto_build -- V=2
+
 override_dh_install:
 	dh_install -pcmus
 	dh_movefiles -pcmus-plugin-ffmpeg --sourcedir=debian/cmus/ \

-- 
cmus packaging



More information about the pkg-multimedia-commits mailing list