[gnurobbo] 03/07: Enable all hardening options.
Stephen Kitt
skitt at moszumanska.debian.org
Sun Jun 5 20:54:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
skitt pushed a commit to branch master
in repository gnurobbo.
commit 4708100f7927f5ea8d98d4b8e51225f660628ea4
Author: Stephen Kitt <steve at sk2.org>
Date: Sun Jun 5 22:48:50 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 ee0014b..573e2b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ gnurobbo (0.68+dfsg-2) UNRELEASED; urgency=medium
* Switch to https: VCS URIs (see #810378).
* Sort the sources so the package can build reproducibly; thanks to
Reiner Herrmann for the patch (closes: #826424).
+ * Enable all hardening options.
-- Stephen Kitt <skitt at debian.org> Fri, 22 Jan 2016 19:00:47 +0100
diff --git a/debian/rules b/debian/rules
index 218df65..0c33aec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,7 @@
# Uncomment this to turn on verbose mode.
#export 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/gnurobbo.git
More information about the Pkg-games-commits
mailing list