r2248 - packages/trunk/nexuiz-data/debian

Bruno Fuddl-guestquot; Fuddl" Kleinert fuddl-guest at alioth.debian.org
Sat Dec 30 14:37:31 CET 2006


Author: fuddl-guest
Date: 2006-12-30 14:37:31 +0100 (Sat, 30 Dec 2006)
New Revision: 2248

Modified:
   packages/trunk/nexuiz-data/debian/changelog
   packages/trunk/nexuiz-data/debian/control
   packages/trunk/nexuiz-data/debian/copyright
   packages/trunk/nexuiz-data/debian/rules
Log:
updated to nexuiz 2.2.2

Modified: packages/trunk/nexuiz-data/debian/changelog
===================================================================
--- packages/trunk/nexuiz-data/debian/changelog	2006-12-30 13:37:20 UTC (rev 2247)
+++ packages/trunk/nexuiz-data/debian/changelog	2006-12-30 13:37:31 UTC (rev 2248)
@@ -1,7 +1,14 @@
-nexuiz-data (2.2.1-1) UNRELEASED; urgency=low
+nexuiz-data (2.2.2-1) UNRELEASED; urgency=low
 
   [ Bruno "Fuddl" Kleinert ]
   * New upstream release
+
+ -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Sat, 30 Dec 2006 13:57:27 +0100
+
+nexuiz-data (2.2.1-1) unstable; urgency=low
+
+  [ Bruno "Fuddl" Kleinert ]
+  * New upstream release
   * Added a note to debian/copyright how the source packages are derived from
     the upstream distribution
   * Removed README.Debian (Nexuiz' QuakeC source code is in the nexuiz-data source package)

Modified: packages/trunk/nexuiz-data/debian/control
===================================================================
--- packages/trunk/nexuiz-data/debian/control	2006-12-30 13:37:20 UTC (rev 2247)
+++ packages/trunk/nexuiz-data/debian/control	2006-12-30 13:37:31 UTC (rev 2248)
@@ -9,7 +9,7 @@
 
 Package: nexuiz-data
 Architecture: all
-Recommends: nexuiz (>= 2.2.1-1) | nexuiz-server (>= 2.2.1-1)
+Recommends: nexuiz (>= 2.2.2-1) | nexuiz-server (>= 2.2.2-1)
 Suggests: fteqcc
 Description: Nexuiz game data files
  Nexuiz is a 3d deathmatch game made entirely over the internet. The purpose of
@@ -24,7 +24,7 @@
 
 Package: nexuiz-music
 Architecture: all
-Suggests: nexuiz (>= 2.2.1-1)
+Suggests: nexuiz (>= 2.2.2-1)
 Description: Nexuiz music files
  Nexuiz is a 3d deathmatch game made entirely over the internet. The purpose of
  the game is to bring deathmatch back to the basics, with perfect weapon

Modified: packages/trunk/nexuiz-data/debian/copyright
===================================================================
--- packages/trunk/nexuiz-data/debian/copyright	2006-12-30 13:37:20 UTC (rev 2247)
+++ packages/trunk/nexuiz-data/debian/copyright	2006-12-30 13:37:31 UTC (rev 2248)
@@ -23,6 +23,6 @@
 Debian packages.
 
 The nexuiz-data source package is built from the directories data and
-sources/qcsrc (included in sources/gamesource20060614.zip).
+sources/qcsrc (included in sources/gamesource<TIMESTAMP>.zip).
 The nexuiz source package is built from the directories sources/darkplaces
-(included in sources/enginesource20060614.zip) and Docs.
+(included in sources/enginesource<TIMESTAMP>.zip) and Docs.

Modified: packages/trunk/nexuiz-data/debian/rules
===================================================================
--- packages/trunk/nexuiz-data/debian/rules	2006-12-30 13:37:20 UTC (rev 2247)
+++ packages/trunk/nexuiz-data/debian/rules	2006-12-30 13:37:31 UTC (rev 2248)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 
-TIMESTAMP=20061212
+TIMESTAMP=20061223
 
 
 build: build-stamp
@@ -25,12 +25,10 @@
 	mkdir -p debian/tmp/nexuiz-music/sound
 	unzip -d debian/tmp/nexuiz-data data/data$(TIMESTAMP).pk3
 	mv debian/tmp/nexuiz-data/sound/cdtracks debian/tmp/nexuiz-music/sound
-	
 	cd qcsrc/menu && fteqcc
 	cd qcsrc/server && fteqcc
 	rm debian/tmp/nexuiz-data/*.dat
 	cp *.dat debian/tmp/nexuiz-data
-	
 	cd debian/tmp/nexuiz-data && zip -9 -r ../data$(TIMESTAMP).pk3 *
 	cd debian/tmp/nexuiz-music && zip -9 -r ../music$(TIMESTAMP).pk3 *
 	dh_install -pnexuiz-data debian/tmp/data$(TIMESTAMP).pk3 usr/share/games/nexuiz/data
@@ -51,4 +49,4 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install




More information about the Pkg-games-commits mailing list