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

Markus Koschany apo at moszumanska.debian.org
Mon Jun 19 20:18:35 UTC 2017


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

apo pushed a commit to branch master
in repository fifechan.

commit 553adb00c9402f00f07dd020cb0ac4ca71ecc705
Author: Markus Koschany <apo at debian.org>
Date:   Mon Jun 19 21:17:58 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 60c9349..8ac3738 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ fifechan (0.1.4-1) experimental; urgency=medium
   * New upstream version 0.1.4.
   * Drop segfault-quit-game.patch. Fixed upstream.
   * Rename the binary package because of the SONAME bump.
+  * export DEB_BUILD_MAINT_OPTIONS = hardening=+all.
 
  -- Markus Koschany <apo at debian.org>  Mon, 19 Jun 2017 21:11:46 +0200
 
diff --git a/debian/rules b/debian/rules
index b159f5e..4f13cf1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 #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/fifechan.git



More information about the Pkg-games-commits mailing list