[SCM] soundtouch/master: Add --disable-silent-rules for compiler-flags-hidden.

micove-guest at users.alioth.debian.org micove-guest at users.alioth.debian.org
Sun Nov 23 09:58:31 UTC 2014


The following commit has been merged in the master branch:
commit 605e4513a48da5d08b8cd87fe4901f73e95a8a70
Author: Miguel A. Colón Vélez <debian.micove at gmail.com>
Date:   Sun Nov 23 04:54:54 2014 -0500

    Add --disable-silent-rules for compiler-flags-hidden.

diff --git a/debian/rules b/debian/rules
index 0d7165f..bb7fdd7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+override_dh_auto_configure:
+	dh_auto_configure -- --disable-silent-rules
+
 override_dh_installdocs:
 	dh_installdocs -plibsoundtouch0 -psoundstretch
 

-- 
soundtouch packaging



More information about the pkg-multimedia-commits mailing list