r11812 - in packages/trunk/jugglemaster/debian: . patches

Paul Wise pabs at alioth.debian.org
Mon Feb 21 05:37:23 UTC 2011


Author: pabs
Date: 2011-02-21 05:37:13 +0000 (Mon, 21 Feb 2011)
New Revision: 11812

Added:
   packages/trunk/jugglemaster/debian/patches/jmlib_style_parsing.patch
Modified:
   packages/trunk/jugglemaster/debian/changelog
   packages/trunk/jugglemaster/debian/patches/series
Log:
Add patch to fix hand movements during tricks (Closes: #537503)

Modified: packages/trunk/jugglemaster/debian/changelog
===================================================================
--- packages/trunk/jugglemaster/debian/changelog	2011-02-21 05:35:07 UTC (rev 11811)
+++ packages/trunk/jugglemaster/debian/changelog	2011-02-21 05:37:13 UTC (rev 11812)
@@ -6,6 +6,7 @@
   * Add DEP-3 headers to the patches
   * Bump Standards-Version, no changes needed
   * Add a patch to fix locale issues when loading files (Closes: #528564)
+  * Add patch to fix hand movements during tricks (Closes: #537503)
 
  -- Paul Wise <pabs at debian.org>  Sat, 19 Feb 2011 10:22:44 +0800
 

Added: packages/trunk/jugglemaster/debian/patches/jmlib_style_parsing.patch
===================================================================
--- packages/trunk/jugglemaster/debian/patches/jmlib_style_parsing.patch	                        (rev 0)
+++ packages/trunk/jugglemaster/debian/patches/jmlib_style_parsing.patch	2011-02-21 05:37:13 UTC (rev 11812)
@@ -0,0 +1,16 @@
+Origin: backport, http://svn.icculus.org/jugglemaster/trunk/src/jmlib/patterns.cpp?view=patch&r1=137&r2=136&pathrev=137
+Description: fix hand movements during certain tricks
+Bug-Debian: http://bugs.debian.org/537503
+--- a/src/jmlib/patterns.cpp
++++ b/src/jmlib/patterns.cpp
+@@ -127,9 +127,8 @@
+ 			group->next = NULL;
+ 		} else if(sscanf(buf, "%%%255[^\n]",current_style) == 1) {
+ 			/* New Style */
+-			if(current_style && *current_style && styles->first) {
++			if(current_style && *current_style) {
+ 				if(Find_Style(styles,current_style) != NULL) {
+-					strcpy(current_style,"Normal\0");
+ 					continue;
+ 				}
+ 			} else {

Modified: packages/trunk/jugglemaster/debian/patches/series
===================================================================
--- packages/trunk/jugglemaster/debian/patches/series	2011-02-21 05:35:07 UTC (rev 11811)
+++ packages/trunk/jugglemaster/debian/patches/series	2011-02-21 05:37:13 UTC (rev 11812)
@@ -3,3 +3,4 @@
 semaphore_segfault.patch
 010_wx26_trans.patch
 jmlib_sscanf_locale.patch
+jmlib_style_parsing.patch




More information about the Pkg-games-commits mailing list