[lugaru] 02/05: Add all hardening flags based on lintian complaint

Martin Werner arand-guest at moszumanska.debian.org
Sun May 21 08:45:17 UTC 2017


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

arand-guest pushed a commit to branch master
in repository lugaru.

commit d33ad0a97c17db0fc6ad8f511caf3bc65640f439
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Sun May 21 09:34:42 2017 +0200

    Add all hardening flags based on lintian complaint
    
    Lintian says
    I: lugaru: hardening-no-bindnow usr/games/lugaru
    and enabling all hardening makes it happy, so let's.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2ee3b5c..e6733d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 %:
 	dh $@
 

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



More information about the Pkg-games-commits mailing list