[stella] 05/07: Enable all hardening options.

Stephen Kitt skitt at moszumanska.debian.org
Tue Apr 19 21:57:39 UTC 2016


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

skitt pushed a commit to branch master
in repository stella.

commit 269c12fc56bccbaca8f3c412594c6f1601f55bcf
Author: Stephen Kitt <steve at sk2.org>
Date:   Tue Apr 19 23:56:09 2016 +0200

    Enable all hardening options.
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d3cd271..b159103 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ stella (4.7.2-1) UNRELEASED; urgency=medium
   * New upstream version.
   * Rely on joystick to provide evdev-joystick and the associated udev
     rules.
+  * Enable all hardening options.
 
  -- Stephen Kitt <skitt at debian.org>  Mon, 28 Mar 2016 21:13:50 +0200
 
diff --git a/debian/rules b/debian/rules
index 154982f..b669468 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 %:
 	dh $@ --with autotools_dev
 

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



More information about the Pkg-games-commits mailing list