r13671 - packages/trunk/warzone2100/debian

Paul Wise pabs at alioth.debian.org
Tue Jun 5 09:23:05 UTC 2012


Author: pabs
Date: 2012-06-05 09:23:04 +0000 (Tue, 05 Jun 2012)
New Revision: 13671

Modified:
   packages/trunk/warzone2100/debian/changelog
   packages/trunk/warzone2100/debian/rules
Log:
Enable all the hardening flags

Modified: packages/trunk/warzone2100/debian/changelog
===================================================================
--- packages/trunk/warzone2100/debian/changelog	2012-06-05 09:15:27 UTC (rev 13670)
+++ packages/trunk/warzone2100/debian/changelog	2012-06-05 09:23:04 UTC (rev 13671)
@@ -17,6 +17,7 @@
   * Fix spelling error
   * wrap-and-sort -sa
   * Drop autotools_dev, not needed with autoreconf
+  * Enable all the hardening flags
 
  -- Paul Wise <pabs at debian.org>  Mon, 24 Oct 2011 10:55:52 +0800
 

Modified: packages/trunk/warzone2100/debian/rules
===================================================================
--- packages/trunk/warzone2100/debian/rules	2012-06-05 09:15:27 UTC (rev 13670)
+++ packages/trunk/warzone2100/debian/rules	2012-06-05 09:23:04 UTC (rev 13671)
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 #export DH_VERBOSE=1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
 	dh $@ --parallel --with autoreconf




More information about the Pkg-games-commits mailing list