The following commit has been merged in the master branch:
commit 9a6db50850627ed04afa4652ce3ac83fa726d0f5
Author: Bruno Kleinert <[email protected]>
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

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to