r14602 - packages/trunk/3dchess/debian

Jackson Doak noskcaj-guest at alioth.debian.org
Sat Sep 21 20:44:49 UTC 2013


Author: noskcaj-guest
Date: 2013-09-21 20:44:49 +0000 (Sat, 21 Sep 2013)
New Revision: 14602

Modified:
   packages/trunk/3dchess/debian/changelog
   packages/trunk/3dchess/debian/rules
Log:
Enable hardening


Modified: packages/trunk/3dchess/debian/changelog
===================================================================
--- packages/trunk/3dchess/debian/changelog	2013-09-21 20:24:08 UTC (rev 14601)
+++ packages/trunk/3dchess/debian/changelog	2013-09-21 20:44:49 UTC (rev 14602)
@@ -10,6 +10,7 @@
     - Bump debhelper to 9
     - Bump standards-version to 3.9.4
   * debian/compat: Set as 9
+  * debian/rules: Enable hardening
 
  -- Jackson Doak <noskcaj at ubuntu.com>  Sun, 22 Sep 2013 06:12:18 +1000
 

Modified: packages/trunk/3dchess/debian/rules
===================================================================
--- packages/trunk/3dchess/debian/rules	2013-09-21 20:24:08 UTC (rev 14601)
+++ packages/trunk/3dchess/debian/rules	2013-09-21 20:44:49 UTC (rev 14602)
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 %:
 	dh $@ --parallel
 




More information about the Pkg-games-commits mailing list