[SCM] samplv1/master: Fix hardening.

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


The following commit has been merged in the master branch:
commit 1e0357c287b4c7acd2376048b13b0d1dbb6c5b57
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu Jun 16 18:52:51 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)
 

-- 
samplv1 packaging



More information about the pkg-multimedia-commits mailing list