[SCM] InfiniMiner/Minecraft-inspired open game world branch, master, updated. upstream/0.2.20110731.3-41-g9866429

Michael Gilbert mgilbert at debian.org
Sat Apr 21 19:58:04 UTC 2012


The following commit has been merged in the master branch:
commit a7fbc33ca67d24a504fe39b658bda770bd06373c
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Sat Apr 21 14:05:45 2012 -0400

    use debhelper 9 and simplify build hardening

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index e6216bb..39c6024 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders:
  Michael Gilbert <michael.s.gilbert at gmail.com>
 Build-Depends:
- debhelper (>= 8),
+ debhelper (>= 9),
  cmake,
  libbz2-dev,
  imagemagick,
diff --git a/debian/rules b/debian/rules
index 210ffbe..1b8098f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,11 +9,7 @@ wrkdir:=$(shell pwd)
 parallel=$(shell echo $$DEB_BUILD_OPTIONS | grep parallel > /dev/null && echo -j$$(test -f /proc/cpuinfo && cat /proc/cpuinfo | grep ^processor | wc -l || echo 1))
 
 # build-hardening flags
-options="+pie,+bindnow"
-CFLAGS=$(shell DEB_BUILD_MAINT_OPTIONS="hardening=${options}" dpkg-buildflags --get CFLAGS)
-LDFLAGS=$(shell DEB_BUILD_MAINT_OPTIONS="hardening=${options}" dpkg-buildflags --get LDFLAGS)
-CXXFLAGS=$(shell DEB_BUILD_MAINT_OPTIONS="hardening=${options}" dpkg-buildflags --get CXXFLAGS)
-CPPFLAGS=$(shell DEB_BUILD_MAINT_OPTIONS="hardening=${options}" dpkg-buildflags --get CPPFLAGS)
+export DEB_BUILD_MAINT_OPTIONS="hardening=+all"
 
 # file names
 sources=$(shell find . -name *.cpp)

-- 
InfiniMiner/Minecraft-inspired open game world



More information about the Pkg-games-commits mailing list