[SCM] synthv1/master: Fix hardening.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Thu Jun 16 17:29:55 UTC 2016


The following commit has been merged in the master branch:
commit 669efafc4c953ca09e5a4f82682e9859d6ec0742
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu Jun 16 19:17:19 2016 +0200

    Fix hardening.

diff --git a/debian/rules b/debian/rules
index 4a2638a..c06dca2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,6 @@
 #!/usr/bin/make -f
 
-export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
-export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
-export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
-export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 

-- 
synthv1 packaging



More information about the pkg-multimedia-commits mailing list