[SCM] libbluray/master: Build with --disable-silent-rules

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Mon Aug 4 19:32:14 UTC 2014


The following commit has been merged in the master branch:
commit f8b19576741d5af31bbc00b1f21a6fc23b8d13dd
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Aug 4 21:27:13 2014 +0200

    Build with --disable-silent-rules

diff --git a/debian/rules b/debian/rules
index c96b880..93a67c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 
-confflags = --with-libxml2 --with-freetype --enable-bdjava --with-bdj-type=j2se
+confflags = --with-libxml2 --with-freetype \
+	--enable-bdjava --with-bdj-type=j2se \
+	--disable-silent-rules
 # --enable-bdjava-jar is introduced by 03_split-jar-build-for-arch-all.patch.
 # This enables us to build the JAR file only if the Architecture: all package
 # libbluray-bdj is built.

-- 
libbluray packaging



More information about the pkg-multimedia-commits mailing list