r13988 - packages/trunk/biniax2/debian

Markus Koschany apo-guest at alioth.debian.org
Fri Apr 5 15:36:42 UTC 2013


Author: apo-guest
Date: 2013-04-05 15:36:42 +0000 (Fri, 05 Apr 2013)
New Revision: 13988

Modified:
   packages/trunk/biniax2/debian/changelog
   packages/trunk/biniax2/debian/rules
Log:
Build with hardening=+all

Modified: packages/trunk/biniax2/debian/changelog
===================================================================
--- packages/trunk/biniax2/debian/changelog	2013-04-05 07:25:46 UTC (rev 13987)
+++ packages/trunk/biniax2/debian/changelog	2013-04-05 15:36:42 UTC (rev 13988)
@@ -31,9 +31,13 @@
   * Add hardening-support.patch which provides Debian's hardening build flags
     via dpkg-buildflags.
   * Simplify debian/rules by using dh sequencer.
+  * Build with hardening=+all.
   * Use high resolution icon logo.png for biniax2.desktop file instead of
     biniax2.xpm.
-  * Improve userdir.patch. Create an initial config file if necessary.
+  * Improve userdir.patch. Create an initial config file if necessary. Remove
+    all PATH_MAX declarations and replace them with a fixed value of 1024
+    bytes. This ensures that biniax2 can be built on GNU/Hurd too.
+  * Drop fixes.patch. It was not applied anyway.
   * Install biniax2.6 with manpages file.
 
  -- Markus Koschany <apo at gambaru.de>  Fri, 05 Apr 2013 00:35:49 +0200

Modified: packages/trunk/biniax2/debian/rules
===================================================================
--- packages/trunk/biniax2/debian/rules	2013-04-05 07:25:46 UTC (rev 13987)
+++ packages/trunk/biniax2/debian/rules	2013-04-05 15:36:42 UTC (rev 13988)
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
 	dh $@




More information about the Pkg-games-commits mailing list