[SCM] Packaging of the Nexuiz game data branch, master, updated. debian/2.5.2-1-17-g9a6db50

Bruno Kleinert fuddl at tauware.de
Wed Jun 1 12:02:24 UTC 2011


The following commit has been merged in the master branch:
commit 9a6db50850627ed04afa4652ce3ac83fa726d0f5
Author: Bruno Kleinert <fuddl at tauware.de>
Date:   Wed Jun 1 11:24:08 2011 +0200

    Revert commented out lines in debian/rules
    
    Oops, these slipped into a previous commit by accident

diff --git a/debian/rules b/debian/rules
index b3a09ae..b8d1ffa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,12 +18,12 @@ override_dh_auto_build:
 		data/balanceSamual.cfg \
 		data/defaultNexuiz.cfg \
 		data/qcsrc/server/constants.qh debian/backup
-	#make -C data pk3here
-	#mkdir -p tmp/sound
-	#cp -r data/sound/cdtracks tmp/sound
-	#cd tmp && 7za a -tzip -mx=0 music.pk3 sound
-	## Same thing for the textures
-	#cd data && 7za a -tzip -mx=9 textures.pk3 textures
+	make -C data pk3here
+	mkdir -p tmp/sound
+	cp -r data/sound/cdtracks tmp/sound
+	cd tmp && 7za a -tzip -mx=0 music.pk3 sound
+	# Same thing for the textures
+	cd data && 7za a -tzip -mx=9 textures.pk3 textures
 
 override_dh_auto_clean:
 	#$(MAKE) -C data clean

-- 
Packaging of the Nexuiz game data



More information about the Pkg-games-commits mailing list