[SCM] flac/master: Disable silent rules
noskcaj-guest at users.alioth.debian.org
noskcaj-guest at users.alioth.debian.org
Sun Dec 1 19:39:34 UTC 2013
The following commit has been merged in the master branch:
commit 0178c97428ba62bd6b2670c381f74e429f95fb31
Author: Jackson Doak <jackson at jackson-Vostro-1320>
Date: Mon Dec 2 06:34:52 2013 +1100
Disable silent rules
Disable silent rules to make the build log more verbose
diff --git a/debian/rules b/debian/rules
index f5f69cc..b31b05f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,8 @@ override_dh_auto_configure:
--disable-rpath \
--disable-xmms-plugin \
$(OPTFLAGS) \
- --enable-static
+ --enable-static \
+ --disable-silent-rules
override_dh_auto_test:
dh_auto_test --no-act
--
flac packaging
More information about the pkg-multimedia-commits
mailing list