r9883 - in packages/trunk/nexuiz-data/debian: . patches

Gerfried Fuchs alfie at alioth.debian.org
Mon Jun 22 20:02:01 UTC 2009


Author: alfie
Date: 2009-06-22 20:01:58 +0000 (Mon, 22 Jun 2009)
New Revision: 9883

Added:
   packages/trunk/nexuiz-data/debian/README.source
   packages/trunk/nexuiz-data/debian/patches/02_disable_update_check.diff
Modified:
   packages/trunk/nexuiz-data/debian/changelog
   packages/trunk/nexuiz-data/debian/control
   packages/trunk/nexuiz-data/debian/patches/series
   packages/trunk/nexuiz-data/debian/rules
Log:
nexuiz-data (2.4.2-2) unstable; urgency=low
 * Added myself to Uploaders.
 * New patch disable_update_check to stop nagging users about the new upstream version (closes: #522738)
 * Update to Standards-Version 3.8.2:
   - Add debian/README.source mentioning quilt.
 * Move patch-stamp to build-stamp dependency to ensure that it happens before building.


Added: packages/trunk/nexuiz-data/debian/README.source
===================================================================
--- packages/trunk/nexuiz-data/debian/README.source	                        (rev 0)
+++ packages/trunk/nexuiz-data/debian/README.source	2009-06-22 20:01:58 UTC (rev 9883)
@@ -0,0 +1,2 @@
+This package uses quilt for its patch management, see
+/usr/share/doc/quilt/README.source if you are unfamiliar with it.

Modified: packages/trunk/nexuiz-data/debian/changelog
===================================================================
--- packages/trunk/nexuiz-data/debian/changelog	2009-06-22 14:15:14 UTC (rev 9882)
+++ packages/trunk/nexuiz-data/debian/changelog	2009-06-22 20:01:58 UTC (rev 9883)
@@ -1,3 +1,15 @@
+nexuiz-data (2.4.2-2) unstable; urgency=low
+
+  * Added myself to Uploaders.
+  * New patch disable_update_check to stop nagging users about the new
+    upstream version (closes: #522738)
+  * Update to Standards-Version 3.8.2:
+    - Add debian/README.source mentioning quilt.
+  * Move patch-stamp to build-stamp dependency to ensure that it happens
+    before building.
+
+ -- Gerfried Fuchs <rhonda at debian.at>  Mon, 22 Jun 2009 19:47:52 +0200
+
 nexuiz-data (2.4.2-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/trunk/nexuiz-data/debian/control
===================================================================
--- packages/trunk/nexuiz-data/debian/control	2009-06-22 14:15:14 UTC (rev 9882)
+++ packages/trunk/nexuiz-data/debian/control	2009-06-22 20:01:58 UTC (rev 9883)
@@ -2,10 +2,11 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Bruno "Fuddl" Kleinert <fuddl at tauware.de>, Gonéri Le Bouder <goneri at rulezlan.org>
+Uploaders: Bruno "Fuddl" Kleinert <fuddl at tauware.de>,
+  Gonéri Le Bouder <goneri at rulezlan.org>, Gerfried Fuchs <rhonda at debian.at>
 Build-Depends: debhelper (>= 4.0.0), quilt, fteqcc (>= 3343)
 Build-Depends-Indep: zip
-Standards-Version: 3.7.3
+Standards-Version: 3.8.2
 Homepage: http://www.nexuiz.com/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/nexuiz-data/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/nexuiz-data/?op=log

Added: packages/trunk/nexuiz-data/debian/patches/02_disable_update_check.diff
===================================================================
--- packages/trunk/nexuiz-data/debian/patches/02_disable_update_check.diff	                        (rev 0)
+++ packages/trunk/nexuiz-data/debian/patches/02_disable_update_check.diff	2009-06-22 20:01:58 UTC (rev 9883)
@@ -0,0 +1,21 @@
+Author: Gerfried Fuchs <rhonda at debian.at>	vim:ft=diff:
+Description: Disable update check so it won't nag users (closes: #522738)
+
+Index: nexuiz-data-2.4.2/qcsrc/menu/nexuiz/util.qc
+===================================================================
+--- nexuiz-data-2.4.2.orig/qcsrc/menu/nexuiz/util.qc
++++ nexuiz-data-2.4.2/qcsrc/menu/nexuiz/util.qc
+@@ -216,10 +216,13 @@ void postMenuDraw()
+ void preMenuDraw()
+ {
+ 	vector fs, sz, line, mid;
++#if 0
++	// disable update check - no need to nag users (closes: #522738)
+ 	Item_Nex_ExtResponseSystem_CheckForResponse();
+ 	if(!_Nex_ExtResponseSystem_VersionHandled)
+ 		if(time > _Nex_ExtResponseSystem_RetryTime)
+ 			Item_Nex_ExtResponseSystem_SendQuery();
++#endif
+ 
+ 	if(_Nex_ExtResponseSystem_UpdateTo != "")
+ 	{

Modified: packages/trunk/nexuiz-data/debian/patches/series
===================================================================
--- packages/trunk/nexuiz-data/debian/patches/series	2009-06-22 14:15:14 UTC (rev 9882)
+++ packages/trunk/nexuiz-data/debian/patches/series	2009-06-22 20:01:58 UTC (rev 9883)
@@ -1,2 +1,3 @@
 01_fix-broken-mouse-in-pro.diff
 01_remove_broken_keys.diff
+02_disable_update_check.diff

Modified: packages/trunk/nexuiz-data/debian/rules
===================================================================
--- packages/trunk/nexuiz-data/debian/rules	2009-06-22 14:15:14 UTC (rev 9882)
+++ packages/trunk/nexuiz-data/debian/rules	2009-06-22 20:01:58 UTC (rev 9883)
@@ -12,8 +12,8 @@
 	rm -f patch-stamp
 	rm -rf .pc
 
-build: patch-stamp build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: patch-stamp
 	dh_testdir
 	touch build-stamp
 	cd qcsrc/menu && fteqcc




More information about the Pkg-games-commits mailing list