r6698 - in packages/trunk/warsow/debian: . patches

Andres Mejia ceros-guest at alioth.debian.org
Mon Apr 21 04:28:19 UTC 2008


Author: ceros-guest
Date: 2008-04-21 04:28:19 +0000 (Mon, 21 Apr 2008)
New Revision: 6698

Added:
   packages/trunk/warsow/debian/patches/disable_update_check.diff
Modified:
   packages/trunk/warsow/debian/changelog
   packages/trunk/warsow/debian/patches/series
Log:
Disable update notifications by default

Modified: packages/trunk/warsow/debian/changelog
===================================================================
--- packages/trunk/warsow/debian/changelog	2008-04-21 04:17:02 UTC (rev 6697)
+++ packages/trunk/warsow/debian/changelog	2008-04-21 04:28:19 UTC (rev 6698)
@@ -32,8 +32,9 @@
   * map_download.diff patch no longer needed.
   * Including TV server binary along with server package.
   * Fixed manual pages.
+  * Disable update notifications by default. Closes: #466265
 
- -- Andres Mejia <mcitadel at gmail.com>  Tue, 15 Jan 2008 19:37:36 -0500
+ -- Andres Mejia <mcitadel at gmail.com>  Mon, 21 Apr 2008 00:26:49 -0400
 
 warsow (0.32.dfsg-1) unstable; urgency=low
 

Added: packages/trunk/warsow/debian/patches/disable_update_check.diff
===================================================================
--- packages/trunk/warsow/debian/patches/disable_update_check.diff	                        (rev 0)
+++ packages/trunk/warsow/debian/patches/disable_update_check.diff	2008-04-21 04:28:19 UTC (rev 6698)
@@ -0,0 +1,13 @@
+Disable update notifications by default
+===================================================================
+--- ./warsow_0.42_src/source/client/cl_main.c.bak	2008-04-21 00:21:50.000000000 -0400
++++ ./warsow_0.42_src/source/client/cl_main.c	2008-04-21 00:22:37.000000000 -0400
+@@ -2021,7 +2021,7 @@
+ 	cl_downloads_from_web =	Cvar_Get( "cl_downloads_from_web", "1", CVAR_ARCHIVE );
+ 	cl_downloads_from_web_timeout = Cvar_Get( "cl_downloads_from_web_timeout", "600", CVAR_ARCHIVE );
+ 	cl_download_allow_modules = Cvar_Get( "cl_download_allow_modules", "0", CVAR_ARCHIVE );
+-	cl_checkForUpdate =	Cvar_Get( "cl_checkForUpdate", "1", CVAR_ARCHIVE );
++	cl_checkForUpdate =	Cvar_Get( "cl_checkForUpdate", "0", CVAR_ARCHIVE );
+
+ 	//
+ 	// userinfo

Modified: packages/trunk/warsow/debian/patches/series
===================================================================
--- packages/trunk/warsow/debian/patches/series	2008-04-21 04:17:02 UTC (rev 6697)
+++ packages/trunk/warsow/debian/patches/series	2008-04-21 04:28:19 UTC (rev 6698)
@@ -1,2 +1,3 @@
+disable_update_check.diff
 fix_different_archs.diff
 makefile_modifications.diff




More information about the Pkg-games-commits mailing list