r8811 - packages/trunk/vdrift/debian

Gonéri Le Bouder goneri at alioth.debian.org
Sun Feb 15 14:52:37 UTC 2009


Author: goneri
Date: 2009-02-15 14:52:36 +0000 (Sun, 15 Feb 2009)
New Revision: 8811

Modified:
   packages/trunk/vdrift/debian/rules
Log:
adjust the debian/rules

Modified: packages/trunk/vdrift/debian/rules
===================================================================
--- packages/trunk/vdrift/debian/rules	2009-02-15 14:50:59 UTC (rev 8810)
+++ packages/trunk/vdrift/debian/rules	2009-02-15 14:52:36 UTC (rev 8811)
@@ -23,7 +23,7 @@
 build-stamp: configure-stamp 
 	dh_testdir
 	docbook-to-man debian/vdrift.sgml > debian/vdrift.6
-	cd vdrift-2007-03-23-src && scons use_binreloc=0 prefix=/usr bin=/games datadir=/share/games/vdrift/data
+	scons use_binreloc=0 prefix=/usr bin=/games datadir=/share/games/vdrift/data release=1 opcode=1
 #	cd vdrift-2007-03-23-src && scons  release=1
 	msgfmt -c -o vdrift-2007-03-23-src/po/nl.mo vdrift-2007-03-23-src/po/nl.po
 	touch build-stamp
@@ -31,7 +31,8 @@
 clean:
 	dh_testdir
 	dh_testroot
-	dh_clean debian/vdrift.6
+	rm -rf debian/vdrift.6 .sconsign.dblite .sconf_temp build
+	dh_clean debian/vdrift.6 .sconsign.dblite .sconf_temp build
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 
 install: build




More information about the Pkg-games-commits mailing list