r13789 - packages/trunk/neverball/debian

Juhani Numminen jsonic-guest at alioth.debian.org
Wed Sep 19 17:34:41 UTC 2012


Author: jsonic-guest
Date: 2012-09-19 17:34:40 +0000 (Wed, 19 Sep 2012)
New Revision: 13789

Modified:
   packages/trunk/neverball/debian/changelog
   packages/trunk/neverball/debian/rules
Log:
Implement hardening

Modified: packages/trunk/neverball/debian/changelog
===================================================================
--- packages/trunk/neverball/debian/changelog	2012-09-19 08:04:12 UTC (rev 13788)
+++ packages/trunk/neverball/debian/changelog	2012-09-19 17:34:40 UTC (rev 13789)
@@ -10,6 +10,7 @@
   * Bump Standards-Version to 3.9.3, no changes needed
   * Fix non-working Vcs-Browser field in control (400 Bad Request)
     with a working one
+  * Implement hardening
 
  -- Juhani Numminen <juhaninumminen0 at gmail.com>  Sat, 15 Sep 2012 12:19:46 +0300
 

Modified: packages/trunk/neverball/debian/rules
===================================================================
--- packages/trunk/neverball/debian/rules	2012-09-19 08:04:12 UTC (rev 13788)
+++ packages/trunk/neverball/debian/rules	2012-09-19 17:34:40 UTC (rev 13789)
@@ -27,7 +27,8 @@
 	# HOME isn't actually used, but some buildds set it to a non-existent
 	# directory, and PhysicsFS currently fails if the directory doesn't exist
 	# (see #553174).
-	$(MAKE) DATADIR=/usr/share/games/neverball LOCALEDIR=/usr/share/locale \
+	$(MAKE) $(shell dpkg-buildflags --export=configure) \
+	        DATADIR=/usr/share/games/neverball LOCALEDIR=/usr/share/locale \
 	        HOME=$(CURDIR) executables
 	# Rename icons for .desktop files.
 	cp dist/neverball_128.png dist/neverball.png




More information about the Pkg-games-commits mailing list