r626 - packages/nexuiz-data/trunk/debian

Bruno Fuddl-guestquot; Fuddl" Kleinert fuddl-guest at costa.debian.org
Sun May 7 17:13:22 UTC 2006


Author: fuddl-guest
Date: 2006-05-07 17:13:22 +0000 (Sun, 07 May 2006)
New Revision: 626

Removed:
   packages/nexuiz-data/trunk/debian/PKG-GAMES_prepare.sh
Modified:
   packages/nexuiz-data/trunk/debian/changelog
   packages/nexuiz-data/trunk/debian/control
Log:
standards-version: 2.7.0


Deleted: packages/nexuiz-data/trunk/debian/PKG-GAMES_prepare.sh
===================================================================
--- packages/nexuiz-data/trunk/debian/PKG-GAMES_prepare.sh	2006-05-07 16:55:28 UTC (rev 625)
+++ packages/nexuiz-data/trunk/debian/PKG-GAMES_prepare.sh	2006-05-07 17:13:22 UTC (rev 626)
@@ -1,42 +0,0 @@
-#!/bin/sh
-
-ARCHIVE=nexuiz-15.zip
-
-if [ $# != 2 ]; then
-	echo "Usage: PKG-GAMES_prepare.sh <\"datapkg\"|\"dataoriggz\"> /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
-	datapkg)
-		cp -r ./tmp/Nexuiz/* ..
-		rm -rf ./tmp
-	;;
-	
-	dataoriggz)
-		mv ./tmp/Nexuiz ./tmp/nexuiz-data-1.5
-		cd ./tmp; tar -czf nexuiz-data_1.5.orig.tar.gz nexuiz-data-1.5; cd .. && mv ./tmp/*.orig.tar.gz $2
-		rm -rf ./tmp
-		echo "Created $2/nexuiz-data_1.5.orig.tar.gz"
-	;;
-
-	*)
-		echo "Usage: PKG-GAMES_prepare.sh <\"datapkg\"|\"dataoriggz\"> /path/to/nexuiz-15.zip"
-	;;
-esac
-
-exit 0

Modified: packages/nexuiz-data/trunk/debian/changelog
===================================================================
--- packages/nexuiz-data/trunk/debian/changelog	2006-05-07 16:55:28 UTC (rev 625)
+++ packages/nexuiz-data/trunk/debian/changelog	2006-05-07 17:13:22 UTC (rev 626)
@@ -1,3 +1,13 @@
+nexuiz-data (1.5-2) UNRELEASED; urgency=low
+
+  [ Gonéri Le Bouder ]
+  * Maintainer names harmonised to "Debian Games Team"
+
+  [ Bruno "Fuddl" Kleinert ]
+  * Standards-Version: 2.7.0
+ 
+ -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Sun, 07 May 2006 13:14:03 +0200
+
 nexuiz-data (1.5-1) UNRELEASED; urgency=low
 
   * No native package anymore.

Modified: packages/nexuiz-data/trunk/debian/control
===================================================================
--- packages/nexuiz-data/trunk/debian/control	2006-05-07 16:55:28 UTC (rev 625)
+++ packages/nexuiz-data/trunk/debian/control	2006-05-07 17:13:22 UTC (rev 626)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Build-Depends-Indep: debhelper (>= 4.0.0), unzip, zip
-Standards-Version: 3.6.2
+Standards-Version: 3.7.0
 
 Package: nexuiz-data
 Architecture: all




More information about the Pkg-games-commits mailing list