This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository lgogdownloader.
commit 99fb39d5840de41e5826890d46025df8c1a44c76 Author: Stephen Kitt <[email protected]> Date: Wed Feb 24 20:23:33 2016 +0100 Enable full hardening. --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 93159d3..a3f63db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ lgogdownloader (2.26-2) UNRELEASED; urgency=medium * Apply upstream's fix for crashes after login (thanks to Phil Morrell for pointing it out!). * Standards-Version 3.9.7, no change required. + * Enable full hardening. -- Stephen Kitt <[email protected]> Fri, 22 Jan 2016 19:02:28 +0100 diff --git a/debian/rules b/debian/rules index 1db70d8..700cb18 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,8 @@ #!/usr/bin/make -f #DH_VERBOSE = 1 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + %: dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/lgogdownloader.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

