r884 - packages/nexuiz/trunk/debian

Bruno Fuddl-guestquot; Fuddl" Kleinert fuddl-guest at costa.debian.org
Wed Jun 21 14:41:43 UTC 2006


Author: fuddl-guest
Date: 2006-06-21 14:41:41 +0000 (Wed, 21 Jun 2006)
New Revision: 884

Removed:
   packages/nexuiz/trunk/debian/README.Debian
Modified:
   packages/nexuiz/trunk/debian/rules
Log:
kicked QuakeC sources from nexuiz binary package

Deleted: packages/nexuiz/trunk/debian/README.Debian
===================================================================
--- packages/nexuiz/trunk/debian/README.Debian	2006-06-21 14:28:03 UTC (rev 883)
+++ packages/nexuiz/trunk/debian/README.Debian	2006-06-21 14:41:41 UTC (rev 884)
@@ -1,8 +0,0 @@
-Nexuiz for Debian
-=================
-
-Please note, that the Debian package of Nexuiz does only compile the game 
-engine, not the game code which controls menus, in-game behaviour and so on. 
-
-The source code for this part of Nexuiz can be found in this tarball:
-/usr/share/doc/nexuiz[-server]/qcsrc.tar.gz.

Modified: packages/nexuiz/trunk/debian/rules
===================================================================
--- packages/nexuiz/trunk/debian/rules	2006-06-21 14:28:03 UTC (rev 883)
+++ packages/nexuiz/trunk/debian/rules	2006-06-21 14:41:41 UTC (rev 884)
@@ -16,7 +16,7 @@
 	dh_testdir
 	dh_testroot
 	-rm -f build-stamp configure-stamp
-	-rm -rf debian/tmp qcsrc.tar.gz
+	-rm -rf debian/tmp
 	cd darkplaces && $(MAKE) clean
 	dh_clean 
 
@@ -31,9 +31,6 @@
 	cp darkplaces/nexuiz-sdl darkplaces/nexuiz-dedicated debian/tmp/
 	uudecode --output-file=debian/tmp/nexuiz64x64.png debian/nexuiz64x64.png.uu
 	convert -scale 32x32 debian/tmp/nexuiz64x64.png debian/tmp/nexuiz32x32.xpm
-	tar -czf qcsrc.tar.gz qcsrc
-	dh_install -pnexuiz qcsrc.tar.gz usr/share/doc/nexuiz
-	dh_install -pnexuiz-server qcsrc.tar.gz usr/share/doc/nexuiz
 	
 	### client files
 	dh_install -pnexuiz debian/scripts/nexuiz usr/games
@@ -53,7 +50,6 @@
 	dh_testroot
 	dh_installchangelogs 
 	dh_installdocs
-	dh_installdocs -pnexuiz-server debian/README.Debian
 	dh_installexamples
 	dh_installmenu
 	dh_desktop -pnexuiz debian/nexuiz.desktop




More information about the Pkg-games-commits mailing list