r2830 - packages/trunk/nexuiz-data/debian

Bruno Fuddl-guestquot; Fuddl" Kleinert fuddl-guest at alioth.debian.org
Mon Jun 4 20:48:39 UTC 2007


Author: fuddl-guest
Date: 2007-06-04 20:48:38 +0000 (Mon, 04 Jun 2007)
New Revision: 2830

Removed:
   packages/trunk/nexuiz-data/debian/patches/
Modified:
   packages/trunk/nexuiz-data/debian/changelog
   packages/trunk/nexuiz-data/debian/control
   packages/trunk/nexuiz-data/debian/rules
Log:
new upstream release

Modified: packages/trunk/nexuiz-data/debian/changelog
===================================================================
--- packages/trunk/nexuiz-data/debian/changelog	2007-06-04 20:43:51 UTC (rev 2829)
+++ packages/trunk/nexuiz-data/debian/changelog	2007-06-04 20:48:38 UTC (rev 2830)
@@ -1,10 +1,9 @@
-nexuiz-data (2.2.3-2) UNRELEASED; urgency=low
+nexuiz-data (2.3-1) UNRELEASED; urgency=low
 
-  [ Bruno "Fuddl" Kleinert ]
-  * Restructured source package
-  * Fixed wrong level description in campaign (Closes: #409377)
+  * New upstream release.
+  * Fixed wrong level description in campaign by upstream (Closes: #409377)
 
- -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Fri,  2 Feb 2007 23:33:40 +0100
+ -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Fri,  1 Jun 2007 14:51:30 +0200
 
 nexuiz-data (2.2.3-1) unstable; urgency=low
 

Modified: packages/trunk/nexuiz-data/debian/control
===================================================================
--- packages/trunk/nexuiz-data/debian/control	2007-06-04 20:43:51 UTC (rev 2829)
+++ packages/trunk/nexuiz-data/debian/control	2007-06-04 20:48:38 UTC (rev 2830)
@@ -3,13 +3,13 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Bruno "Fuddl" Kleinert <fuddl at gmx.de>, Gonéri Le Bouder <goneri at rulezlan.org>
-Build-Depends: debhelper (>= 4.0.0), fteqcc, dpatch
+Build-Depends: debhelper (>= 4.0.0), fteqcc
 Build-Depends-Indep: unzip, zip, sharutils
 Standards-Version: 3.7.2
 
 Package: nexuiz-data
 Architecture: all
-Recommends: nexuiz (>= 2.2.3-1) | nexuiz-server (>= 2.2.3-1)
+Recommends: nexuiz (>= ${source:Upstream-Version}) | nexuiz-server (>= ${source:Upstream-Version})
 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.3-1)
+Suggests: nexuiz (>= ${source:Upstream-Version})
 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/rules
===================================================================
--- packages/trunk/nexuiz-data/debian/rules	2007-06-04 20:43:51 UTC (rev 2829)
+++ packages/trunk/nexuiz-data/debian/rules	2007-06-04 20:48:38 UTC (rev 2830)
@@ -1,17 +1,13 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 
-include /usr/share/dpatch/dpatch.make
+TIMESTAMP=20070531
 
-TIMESTAMP=20070123
-
 build: build-stamp
-build-stamp: patch
 	dh_testdir
 	touch build-stamp
 
-clean: clean-patched unpatch
-clean-patched:
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
@@ -51,4 +47,4 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install clean-patched
+.PHONY: build clean binary-indep binary-arch binary install




More information about the Pkg-games-commits mailing list