r8917 - packages/trunk/vdrift/debian

Gonéri Le Bouder goneri at alioth.debian.org
Sun Feb 22 14:32:50 UTC 2009


Author: goneri
Date: 2009-02-22 14:32:50 +0000 (Sun, 22 Feb 2009)
New Revision: 8917

Modified:
   packages/trunk/vdrift/debian/rules
Log:
adjustment for the new release

Modified: packages/trunk/vdrift/debian/rules
===================================================================
--- packages/trunk/vdrift/debian/rules	2009-02-22 14:31:54 UTC (rev 8916)
+++ packages/trunk/vdrift/debian/rules	2009-02-22 14:32:50 UTC (rev 8917)
@@ -17,7 +17,7 @@
 configure: configure-stamp
 configure-stamp:
 	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
-	cd bullet-2.66 && cmake -Wno-dev .
+	cd bullet-2.73 && cmake -DBUILD_DEMOS=0 -DBUILD_EXTRAS=0 .
 	dh_testdir
 
 
@@ -25,7 +25,7 @@
 
 build-stamp: configure-stamp 
 	dh_testdir
-	cd bullet-2.66 && $(MAKE)
+	cd bullet-2.73 && $(MAKE)
 	docbook-to-man debian/vdrift.sgml > debian/vdrift.6
 	scons use_binreloc=0 prefix=/usr bin=/games datadir=/share/games/vdrift/data $(RELEASE) opcode=1 cache=0
 #	cd vdrift-2007-03-23-src && scons  release=1
@@ -64,7 +64,7 @@
 	dh_testroot
 	dh_installchangelogs 
 	dh_installdocs
-	dh_install -pvdrift-data -XSCon -XLicense data /usr/share/games/vdrift
+	dh_install -pvdrift-data -Xabout.txt -XSCon -XLicense data /usr/share/games/vdrift
 	dh_install
 	dh_installmenu
 	dh_installman debian/vdrift.6
@@ -86,10 +86,10 @@
 get-orig-source:
 	wget http://downloads.sourceforge.net/vdrift/vdrift-$(VERSION)-src.tar.bz2
 	tar xf vdrift-$(VERSION)-src.tar.bz2
-	cd vdrift-$(VERSION) && bullet-2.73-sp1.tgz
+	cd vdrift-$(VERSION) && tar xf bullet-2.73-sp1.tgz
 	cd vdrift-$(VERSION) && rm -Rf tools bullet-2.73/Demos bullet-2.73/Extras bullet-2.73-sp1.tgz
-	mv vdrift-$VERSION vdrift-$VERSION.dfsg
-	tar cfz vdrift-$VERSION.dfsg.tar.gz vdrift-$VERSION.dfsg
+	mv vdrift-$(VERSION) vdrift-$(VERSION).dfsg
+	tar cfz vdrift-$(VERSION).dfsg.tar.gz vdrift-$(VERSION).dfsg
 
 
 .PHONY: build clean binary-indep binary-arch binary install configure




More information about the Pkg-games-commits mailing list