r13594 - in packages/trunk/warzone2100/debian: . patches

Paul Wise pabs at alioth.debian.org
Sun May 20 11:53:47 UTC 2012


Author: pabs
Date: 2012-05-20 11:53:47 +0000 (Sun, 20 May 2012)
New Revision: 13594

Added:
   packages/trunk/warzone2100/debian/patches/spelling-fix.patch
Modified:
   packages/trunk/warzone2100/debian/changelog
   packages/trunk/warzone2100/debian/patches/series
Log:
Fix spelling error

Modified: packages/trunk/warzone2100/debian/changelog
===================================================================
--- packages/trunk/warzone2100/debian/changelog	2012-05-20 09:30:08 UTC (rev 13593)
+++ packages/trunk/warzone2100/debian/changelog	2012-05-20 11:53:47 UTC (rev 13594)
@@ -13,6 +13,7 @@
   * Remove the quesoglc embedded code copy too
   * Update patch to use system quesoglc too
   * Fix FTBFS with hardening flags
+  * Fix spelling error
 
  -- Paul Wise <pabs at debian.org>  Mon, 24 Oct 2011 10:55:52 +0800
 

Modified: packages/trunk/warzone2100/debian/patches/series
===================================================================
--- packages/trunk/warzone2100/debian/patches/series	2012-05-20 09:30:08 UTC (rev 13593)
+++ packages/trunk/warzone2100/debian/patches/series	2012-05-20 11:53:47 UTC (rev 13594)
@@ -1,2 +1,3 @@
 use-system-libraries.patch
 fix-FTBFS-with-hardening-flags.patch
+spelling-fix.patch

Added: packages/trunk/warzone2100/debian/patches/spelling-fix.patch
===================================================================
--- packages/trunk/warzone2100/debian/patches/spelling-fix.patch	                        (rev 0)
+++ packages/trunk/warzone2100/debian/patches/spelling-fix.patch	2012-05-20 11:53:47 UTC (rev 13594)
@@ -0,0 +1,13 @@
+Author: Paul Wise <pabs at debian.org>
+Description: spelling fix
+--- a/src/map.cpp
++++ b/src/map.cpp
+@@ -282,7 +282,7 @@
+ 	debug(LOG_TERRAIN, "name: %s, with %d entries", name, numlines);
+ 	if (numlines == 0 || numlines > MAX_TERRAIN_TILES)
+ 	{
+-		debug(LOG_FATAL, "Rockie_enum paramater is out of range (%d). Aborting.", numlines);
++		debug(LOG_FATAL, "Rockie_enum parameter is out of range (%d). Aborting.", numlines);
+ 		abort();
+ 	}
+ 




More information about the Pkg-games-commits mailing list