[SCM] alsaequal/master: Disable quiet build so that build flags are visible

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Mon Mar 5 21:53:49 UTC 2012


The following commit has been merged in the master branch:
commit 37ea84facdbf8590799c23fcf5979d6b648624af
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Mon Mar 5 22:41:11 2012 +0100

    Disable quiet build so that build flags are visible

diff --git a/debian/rules b/debian/rules
index 2b566a5..5d8f77c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 LIBDIR = lib/$(DEB_HOST_MULTIARCH)
 
+# disable quiet build so that build flags are visible (cfr. #662695)
+export Q=
+
 %:
 	dh $@
 

-- 
alsaequal packaging



More information about the pkg-multimedia-commits mailing list