r1787 - packages/trunk/vdrift/debian

Gonéri Le Bouder goneri-guest at costa.debian.org
Thu Oct 5 21:00:06 UTC 2006


Author: goneri-guest
Date: 2006-10-05 21:00:05 +0000 (Thu, 05 Oct 2006)
New Revision: 1787

Modified:
   packages/trunk/vdrift/debian/changelog
   packages/trunk/vdrift/debian/rules
Log:
port last commit from Eddy


Modified: packages/trunk/vdrift/debian/changelog
===================================================================
--- packages/trunk/vdrift/debian/changelog	2006-10-05 20:55:46 UTC (rev 1786)
+++ packages/trunk/vdrift/debian/changelog	2006-10-05 21:00:05 UTC (rev 1787)
@@ -1,3 +1,11 @@
+vdrift (0.0.2006.07.08-2) unstable; urgency=low
+
+  [ Eddy Petrişor ]
+  * fix strip command so it excludes comments and honour nostrip in
+    DEB_BUILD_OPTIONS
+
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Thu,  5 Oct 2006 22:55:54 +0200
+
 vdrift (0.0.2006.07.08-1) unstable; urgency=low
 
   [ Gonéri Le Bouder ]

Modified: packages/trunk/vdrift/debian/rules
===================================================================
--- packages/trunk/vdrift/debian/rules	2006-10-05 20:55:46 UTC (rev 1786)
+++ packages/trunk/vdrift/debian/rules	2006-10-05 21:00:05 UTC (rev 1787)
@@ -55,7 +55,7 @@
 	# i18n
 	mkdir -p debian/tmp/usr/share/locale/nl/LC_MESSAGES/
 	cp po/nl.mo debian/tmp/usr/share/locale/nl/LC_MESSAGES/
-	strip -s debian/tmp/usr/games/vdrift
+	[ NOSTRIP = 'yes' ] || strip -R .comment -R .note --strip-unneeded
 
 # Build architecture-independent files here.
 binary-indep: build install




More information about the Pkg-games-commits mailing list