[mame] 07/09: Enable all hardening options.

Jordi Mallach jordi at moszumanska.debian.org
Tue Sep 27 16:18:03 UTC 2016


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

jordi pushed a commit to branch master
in repository mame.

commit 74cd03272e8c0ec9fa622b700476a4ff405b6793
Author: Jordi Mallach <jordi at debian.org>
Date:   Tue Sep 27 12:18:57 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 34eea64..f991b3f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ mame (0.177-1) unstable; urgency=medium
   * Drop x32.patch, merged upstream.
   * Adapt packaging to massive upstream docs rewrite.
   * Install whatsnew.txt as upstream changelog.
+  * Enable all hardening options.
 
  -- Jordi Mallach <jordi at debian.org>  Wed, 31 Aug 2016 11:06:20 +0200
 
diff --git a/debian/rules b/debian/rules
index 28d0d46..35e2911 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,7 @@ DEB_HOST_ARCH_BITS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_BITS)
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 # add c++ hardening options (upstream makefile doesn't use CPPFLAGS)
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_CFLAGS_MAINT_APPEND = $(shell dpkg-buildflags --get CPPFLAGS)
 
 # Sacrifice linking speed to avoid using so much memory

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



More information about the Pkg-games-commits mailing list