[mupen64plus-rsp-z64] 86/140: Use buildflags.mk to set security flags in debian/rules

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:05:25 UTC 2015


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

ecsv-guest pushed a commit to branch master
in repository mupen64plus-rsp-z64.

commit db4c7ad5432c34a2442db39b21a20d85413e687b
Author: Sven Eckelmann <sven at narfation.org>
Date:   Sat Mar 17 14:10:09 2012 +0100

    Use buildflags.mk to set security flags in debian/rules
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 debian/rules     | 2 ++
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 27b5091..8d999c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ mupen64plus-rsp-z64 (1.99.4+31+1374ffc147ad-2) UNRELEASED; urgency=low
   * Enable all hardening flags in debian/rules
   * Upgraded to policy 3.9.3, no changes required
   * Upgrade debhelper compat to v9
+  * Use buildflags.mk to set security flags in debian/rules
 
  -- Sven Eckelmann <sven at narfation.org>  Sun, 01 Jan 2012 20:19:55 +0100
 
diff --git a/debian/control b/debian/control
index af9dc30..d2ec631 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Vcs-Git: git://anonscm.debian.org/collab-maint/mupen64plus-rsp-z64.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/mupen64plus-rsp-z64.git
 Build-Depends:
  debhelper (>= 9),
- dpkg-dev (>= 1.16.0),
+ dpkg-dev (>= 1.16.1.1),
  libmupen64plus-dev (>= 1.99.5),
 
 Package: mupen64plus-rsp-z64
diff --git a/debian/rules b/debian/rules
index dc89a68..3b5135e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
 # -*- makefile -*-
 
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 

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



More information about the Pkg-games-commits mailing list