r13693 - non-free/packages/trunk/assaultcube/debian

Martin Werner arand-guest at alioth.debian.org
Thu Jun 7 19:07:01 UTC 2012


Author: arand-guest
Date: 2012-06-07 19:07:00 +0000 (Thu, 07 Jun 2012)
New Revision: 13693

Modified:
   non-free/packages/trunk/assaultcube/debian/changelog
   non-free/packages/trunk/assaultcube/debian/rules
Log:
Enable all hardening options

Modified: non-free/packages/trunk/assaultcube/debian/changelog
===================================================================
--- non-free/packages/trunk/assaultcube/debian/changelog	2012-06-07 16:24:15 UTC (rev 13692)
+++ non-free/packages/trunk/assaultcube/debian/changelog	2012-06-07 19:07:00 UTC (rev 13693)
@@ -10,7 +10,7 @@
     - zlib1g-dev      -> libz-dev
   * Standards-Version 3.9.3
     - Set final DEP-5 Format: link
-  * Enable SOME hardening
+  * Enable hardening
     - dh compat level 9
     - Added build-with-ldflags.patch:
       Patch which appends $(LDFLAGS) for hardening linker options

Modified: non-free/packages/trunk/assaultcube/debian/rules
===================================================================
--- non-free/packages/trunk/assaultcube/debian/rules	2012-06-07 16:24:15 UTC (rev 13692)
+++ non-free/packages/trunk/assaultcube/debian/rules	2012-06-07 19:07:00 UTC (rev 13693)
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 %:
 	dh $@ --sourcedirectory=source/src
 




More information about the Pkg-games-commits mailing list