[SCM] harvid/master: Fix hardening.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Jan 15 19:31:54 UTC 2017


The following commit has been merged in the master branch:
commit 2212998bc63bea603df2c7fa680fd491fc7cb68e
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Jan 15 20:26:57 2017 +0100

    Fix hardening.

diff --git a/debian/rules b/debian/rules
index 271608f..2475c49 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
 
 upstream_version ?= $(shell dpkg-parsechangelog | sed -rne 's/^Version: ([0-9.]+)(\+dfsg\d+)?.*$$/\1/p')
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 %:
 	dh $@ -Smakefile
 

-- 
harvid packaging



More information about the pkg-multimedia-commits mailing list