[mupen64plus-core] 147/310: Use buildflags.mk to set security flags in debian/rules

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


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

ecsv-guest pushed a commit to branch armhf_test
in repository mupen64plus-core.

commit 96cf52ff1fff64f7535e5229933069c17f1c1dcb
Author: Sven Eckelmann <sven at narfation.org>
Date:   Sat Mar 17 14:10:08 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 286ca4a..f1c2b15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ mupen64plus-core (1.99.5-1) UNRELEASED; urgency=low
     - Update ABI versions
     - Upgraded to policy 3.9.3, no changes required
   * Update debian/copyright
+  * Use buildflags.mk to set security flags in debian/rules
 
  -- Sven Eckelmann <sven at narfation.org>  Wed, 07 Mar 2012 22:30:41 +0100
 
diff --git a/debian/control b/debian/control
index be281c0..c69535b 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/mupen64plus-core.g
 Build-Depends:
  binutils-dev,
  debhelper (>= 9),
- dpkg-dev (>= 1.16.0),
+ dpkg-dev (>= 1.16.1.1),
  libfreetype6-dev,
  libgl1-mesa-dev | libgl-dev,
  libglu1-mesa-dev | libglu-dev,
diff --git a/debian/rules b/debian/rules
index 09411c2..efba325 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)
 DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)

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



More information about the Pkg-games-commits mailing list