[bzflag] 06/06: export DEB_BUILD_MAINT_OPTIONS = hardening=+all

Markus Koschany apo at moszumanska.debian.org
Sun May 14 17:26:56 UTC 2017


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

apo pushed a commit to branch master
in repository bzflag.

commit 99448e1519d9c8a3c735ba60dddf3118b4807ff9
Author: Markus Koschany <apo at debian.org>
Date:   Sun May 14 19:06:28 2017 +0200

    export DEB_BUILD_MAINT_OPTIONS = hardening=+all
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 38e8cfd..1317f7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ bzflag (2.4.10-1) experimental; urgency=medium
   * New upstream version 2.4.10.
   * Drop deprecated bzflag-client.menu file.
   * Update debian/copyright for new release.
+  * export DEB_BUILD_MAINT_OPTIONS = hardening=+all.
 
  -- Markus Koschany <apo at debian.org>  Sun, 14 May 2017 18:13:34 +0200
 
diff --git a/debian/rules b/debian/rules
index 496807e..b1443fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,7 @@
 #export DH_VERBOSE=1
 export CCACHE_DIR=$(CURDIR)/ccache
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)

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



More information about the Pkg-games-commits mailing list