[lgogdownloader] 04/05: Enable full hardening.

Stephen Kitt skitt at moszumanska.debian.org
Wed Feb 24 19:23:59 UTC 2016


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 <steve at sk2.org>
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 <skitt at debian.org>  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



More information about the Pkg-games-commits mailing list