[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

stable update for nexuiz-data to fix RC bug



        Hi!

 Please find attached an interdiff for an update to nexuiz-data that I
prepared. It will disable the update check that does display a notice
both during the menu but also during the game, making it an unneeded
distraction for people using the version from Debian stable.

 I plan to upload it propably tomorrow, have it tested already.

 Thanks in advance,
Rhonda
diff -u nexuiz-data-2.4.2/debian/rules nexuiz-data-2.4.2/debian/rules
--- nexuiz-data-2.4.2/debian/rules
+++ nexuiz-data-2.4.2/debian/rules
@@ -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
diff -u nexuiz-data-2.4.2/debian/changelog nexuiz-data-2.4.2/debian/changelog
--- nexuiz-data-2.4.2/debian/changelog
+++ nexuiz-data-2.4.2/debian/changelog
@@ -1,3 +1,12 @@
+nexuiz-data (2.4.2-1+lenny1) stable; urgency=low
+
+  * New patch disable_update_check to stop nagging users about the new
+    upstream version (closes: #522738)
+  * Move patch-stamp to build-stamp dependency to ensure that it happens
+    before building.
+
+ -- Gerfried Fuchs <rhonda@debian.at>  Mon, 22 Jun 2009 22:08:42 +0200
+
 nexuiz-data (2.4.2-1) unstable; urgency=low
 
   * New upstream release
diff -u nexuiz-data-2.4.2/debian/patches/series nexuiz-data-2.4.2/debian/patches/series
--- nexuiz-data-2.4.2/debian/patches/series
+++ nexuiz-data-2.4.2/debian/patches/series
@@ -2,0 +3 @@
+02_disable_update_check.diff
only in patch2:
unchanged:
--- nexuiz-data-2.4.2.orig/debian/patches/02_disable_update_check.diff
+++ nexuiz-data-2.4.2/debian/patches/02_disable_update_check.diff
@@ -0,0 +1,21 @@
+Author: Gerfried Fuchs <rhonda@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 != "")
+ 	{

Attachment: signature.asc
Description: Digital signature


Reply to: