[python-sfml] 06/07: Enable all hardening options except PIE

James Cowgill jcowgill at moszumanska.debian.org
Thu Jun 30 18:03:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

jcowgill pushed a commit to branch master
in repository python-sfml.

commit cc59adabacea953f69f0128db01b2369a10e52e0
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Thu Jun 30 16:56:23 2016 +0100

    Enable all hardening options except PIE
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 3f6e71d..fc5ea03 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+export DEB_BUILD_MAINT_OPTIONS := hardening=+all,-pie
+
 export PYBUILD_NAME=sfml
 export PYBUILD_INSTALL_ARGS=--skip-build
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/python-sfml.git



More information about the Pkg-games-commits mailing list