r624 - packages/nexuiz/trunk/debian

Bruno Fuddl-guestquot; Fuddl" Kleinert fuddl-guest at costa.debian.org
Sat May 6 23:46:04 UTC 2006


Author: fuddl-guest
Date: 2006-05-06 23:46:04 +0000 (Sat, 06 May 2006)
New Revision: 624

Removed:
   packages/nexuiz/trunk/debian/PKG-GAMES_prepare.sh
Modified:
   packages/nexuiz/trunk/debian/changelog
   packages/nexuiz/trunk/debian/rules
Log:
throwing away all the pre-compiled stuff from upstream's .zip archive... this is work in progress


Deleted: packages/nexuiz/trunk/debian/PKG-GAMES_prepare.sh
===================================================================
--- packages/nexuiz/trunk/debian/PKG-GAMES_prepare.sh	2006-05-06 21:08:01 UTC (rev 623)
+++ packages/nexuiz/trunk/debian/PKG-GAMES_prepare.sh	2006-05-06 23:46:04 UTC (rev 624)
@@ -1,44 +0,0 @@
-#!/bin/sh
-
-ARCHIVE=nexuiz-15.zip
-
-if [ $# != 2 ]; then
-	echo "Usage: PKG-GAMES_prepare.sh <\"binarypkg\"|\"binaryoriggz\"> /path/to/nexuiz-15.zip"
-	exit 1
-fi
-
-if [ ! -f /usr/bin/unzip ]; then
-	echo "Please aptitude install unzip"
-	exit 1
-fi
-
-echo "Using $1/$ARCHIVE as source"
-
-mkdir ./tmp && cp "$2"/$ARCHIVE ./tmp && cd ./tmp && unzip ./$ARCHIVE && cd ..
-if [ "$?" != "0" ]; then
-	echo "Failed to get nexuiz-15.zip, bailing out..."
-	rm -rf ./tmp
-	exit 1;
-fi
-
-case "$1" in
-	
-	binarypkg)
-		rm -rf ./tmp/Nexuiz/data
-		cp -r ./tmp/Nexuiz/* ..
-		rm -rf ./tmp
-	;;
-
-	binaryoriggz)
-		rm -rf ./tmp/Nexuiz/data
-		mv ./tmp/Nexuiz ./tmp/nexuiz-1.5
-		cd ./tmp; tar -czf nexuiz_1.5.orig.tar.gz nexuiz-1.5; cd .. && mv ./tmp/*.orig.tar.gz $2
-		rm -rf tmp
-		echo "Created $2/nexuiz_1.5.orig.tar.gz"
-	;;
-	*)
-		echo "Usage: PKG-GAMES_prepare.sh <\"binarypkg\"|\"binaryoriggz\"> /path/to/nexuiz-15.zip"
-	;;
-esac
-
-exit 0

Modified: packages/nexuiz/trunk/debian/changelog
===================================================================
--- packages/nexuiz/trunk/debian/changelog	2006-05-06 21:08:01 UTC (rev 623)
+++ packages/nexuiz/trunk/debian/changelog	2006-05-06 23:46:04 UTC (rev 624)
@@ -1,3 +1,13 @@
+nexuiz (1.5-2) UNRELEASED; urgency=low
+
+  [ Gonéri Le Bouder ]
+  * Maintainer names harmonised to "Debian Games Team"
+
+  [ Bruno "Fuddl" Kleinert ]
+  * Cleaned up source packages
+
+ -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Fri, 05 May 2006 23:02:20 +0200
+
 nexuiz (1.5-1) UNRELEASED; urgency=low
 
   * New upstream release

Modified: packages/nexuiz/trunk/debian/rules
===================================================================
--- packages/nexuiz/trunk/debian/rules	2006-05-06 21:08:01 UTC (rev 623)
+++ packages/nexuiz/trunk/debian/rules	2006-05-06 23:46:04 UTC (rev 624)
@@ -9,7 +9,6 @@
 build: build-stamp
 build-stamp: configure-stamp 
 	dh_testdir
-	unzip nexuizenginesource20060213.zip
 	cd darkplaces && $(MAKE) sdl-release sv-release
 	touch build-stamp
 
@@ -17,7 +16,7 @@
 	dh_testdir
 	dh_testroot
 	-rm -f build-stamp configure-stamp
-	-rm -rf debian/tmp darkplaces
+	-rm -rf debian/tmp
 	dh_clean 
 
 install: build




More information about the Pkg-games-commits mailing list