[SCM] SUMO packaging. Simulation of Urban MObility. branch, master, updated. debian/0.17.1_dfsg-5-4-g3a366bf

Anton Gladky gladky.anton at gmail.com
Sun Jun 16 12:45:59 UTC 2013


The following commit has been merged in the master branch:
commit 3a366bf9b06e7bdc49eddc2f9daf3fd11e3074e3
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Sun Jun 16 14:45:46 2013 +0200

    Use hardening=+all parameter on all archs except mips..

diff --git a/debian/rules b/debian/rules
index aaa79a5..f2c67a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,12 @@
 %:
 	dh $@ --parallel --with autoreconf
 
-#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+no_hardening_all_archs = mips mipsel
+
+ifeq (,$(filter $(DEB_HOST_ARCH),$(no_hardening_all_archs)))
+  export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+endif
+
 DPKG_EXPORT_BUILDFLAGS = 1
 
 export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic

-- 
SUMO packaging. Simulation of Urban MObility.



More information about the debian-science-commits mailing list