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 <[email protected]> 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 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

