r1243 - packages/trunk/vdrift/debian

Gonéri Le Bouder goneri-guest at costa.debian.org
Thu Jul 27 20:26:20 UTC 2006


Author: goneri-guest
Date: 2006-07-27 20:26:12 +0000 (Thu, 27 Jul 2006)
New Revision: 1243

Modified:
   packages/trunk/vdrift/debian/rules
Log:
install NL.po and build with gcc3.4 (gcc4 is still present)


Modified: packages/trunk/vdrift/debian/rules
===================================================================
--- packages/trunk/vdrift/debian/rules	2006-07-27 19:31:56 UTC (rev 1242)
+++ packages/trunk/vdrift/debian/rules	2006-07-27 20:26:12 UTC (rev 1243)
@@ -30,7 +30,7 @@
 build-stamp: configure-stamp 
 	dh_testdir
 	docbook-to-man debian/vdrift.sgml > debian/vdrift.6
-	scons destdir=debian/vdrift bindir=games release=1
+	scons use_gcc_34=1 destdir=debian/vdrift bindir=games release=1
 	scons  release=1
 	touch build-stamp
 
@@ -58,6 +58,9 @@
 	find debian/tmp/usr -name 'SConscript*' -exec rm -f {} \;
 	find debian/tmp/usr -type f -exec chmod 644 {} \;
 	find debian/tmp/usr -type d -exec chmod 755 {} \;
+	# i18n
+	mkdir -p debian/tmp/usr/share/locale/nl/LC_MESSAGES/
+	cp po/nl.mo debian/tmp/usr/share/locale/nl/LC_MESSAGES/
 
 
 # Build architecture-independent files here.




More information about the Pkg-games-commits mailing list