[SCM] libdvd-pkg/master: hardening; verbose build

onlyjob at users.alioth.debian.org onlyjob at users.alioth.debian.org
Wed Dec 17 03:18:28 UTC 2014


The following commit has been merged in the master branch:
commit de31a168c8e47cf4faa256d43b57fb1d15ea95ff
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Mon Dec 15 20:01:38 2014 +1100

    hardening; verbose build

diff --git a/libdvdcss/debian/rules b/libdvdcss/debian/rules
index 977d7da..9de0225 100755
--- a/libdvdcss/debian/rules
+++ b/libdvdcss/debian/rules
@@ -4,11 +4,13 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
 %:
 	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
-	dh_auto_configure -- --disable-static --disable-doc
+	dh_auto_configure -- --disable-static --disable-doc --disable-silent-rules
 
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS

-- 
libdvdcss-pkg packaging



More information about the pkg-multimedia-commits mailing list