Author: rousseau
Date: 2017-11-04 11:22:57 +0000 (Sat, 04 Nov 2017)
New Revision: 16040

Modified:
   packages/trunk/0ad/debian/changelog
   packages/trunk/0ad/debian/rules
Log:
debian/rules: enable hardening=+all

Modified: packages/trunk/0ad/debian/changelog
===================================================================
--- packages/trunk/0ad/debian/changelog 2017-11-04 11:22:04 UTC (rev 16039)
+++ packages/trunk/0ad/debian/changelog 2017-11-04 11:22:57 UTC (rev 16040)
@@ -5,6 +5,7 @@
   * debian/source/lintian-overrides: remove unused-override
     outdated-autotools-helper-file.
     Reported by lintian.
+  * debian/rules: enable hardening=+all
 
  -- Ludovic Rousseau <[email protected]>  Sat, 04 Nov 2017 11:04:26 +0100
 

Modified: packages/trunk/0ad/debian/rules
===================================================================
--- packages/trunk/0ad/debian/rules     2017-11-04 11:22:04 UTC (rev 16039)
+++ packages/trunk/0ad/debian/rules     2017-11-04 11:22:57 UTC (rev 16040)
@@ -4,6 +4,10 @@
 # like zsh
 export SHELL = /bin/sh
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
+
 include /usr/share/dpkg/architecture.mk
 
 ifeq ($(findstring parallel=,$(DEB_BUILD_OPTIONS)),)


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to