r11823 - packages/trunk/jugglemaster/debian/patches

Paul Wise pabs at alioth.debian.org
Mon Feb 21 08:39:07 UTC 2011


Author: pabs
Date: 2011-02-21 08:39:06 +0000 (Mon, 21 Feb 2011)
New Revision: 11823

Modified:
   packages/trunk/jugglemaster/debian/patches/010_wx26_trans.patch
   packages/trunk/jugglemaster/debian/patches/fix-memory-zeroing.patch
   packages/trunk/jugglemaster/debian/patches/fix-style-rendering.patch
   packages/trunk/jugglemaster/debian/patches/jmdlx-usr_patterns.patch
   packages/trunk/jugglemaster/debian/patches/jmlib_sigfpe.patch
   packages/trunk/jugglemaster/debian/patches/jmlib_sscanf_locale.patch
   packages/trunk/jugglemaster/debian/patches/semaphore_segfault.patch
   packages/trunk/jugglemaster/debian/patches/wx26_trans_ffmpeg.patch
Log:
forwarded all of the patches

Modified: packages/trunk/jugglemaster/debian/patches/010_wx26_trans.patch
===================================================================
--- packages/trunk/jugglemaster/debian/patches/010_wx26_trans.patch	2011-02-21 08:36:19 UTC (rev 11822)
+++ packages/trunk/jugglemaster/debian/patches/010_wx26_trans.patch	2011-02-21 08:39:06 UTC (rev 11823)
@@ -1,5 +1,6 @@
 Author: Barry deFreese <bddebian at comcast.net>
 Description: Build with wx2.6
+Forwarded: Chunky Kibbles <chunky at icculus.org>, Per Johan Groland <per at jugglemaster.net>
 --- a/src/jmdlx/Makefile
 +++ b/src/jmdlx/Makefile
 @@ -2,7 +2,6 @@

Modified: packages/trunk/jugglemaster/debian/patches/fix-memory-zeroing.patch
===================================================================
--- packages/trunk/jugglemaster/debian/patches/fix-memory-zeroing.patch	2011-02-21 08:36:19 UTC (rev 11822)
+++ packages/trunk/jugglemaster/debian/patches/fix-memory-zeroing.patch	2011-02-21 08:39:06 UTC (rev 11823)
@@ -1,6 +1,7 @@
 Author: Paul Wise <pabs at debian.org>
 Description: zero memory correctly in aajm
 Bug-Ubuntu: http://bugs.launchpad.net/bugs/479173
+Forwarded: Chunky Kibbles <chunky at icculus.org>, Per Johan Groland <per at jugglemaster.net>
 --- a/src/aajm/aajm.cpp
 +++ b/src/aajm/aajm.cpp
 @@ -242,7 +242,7 @@

Modified: packages/trunk/jugglemaster/debian/patches/fix-style-rendering.patch
===================================================================
--- packages/trunk/jugglemaster/debian/patches/fix-style-rendering.patch	2011-02-21 08:36:19 UTC (rev 11822)
+++ packages/trunk/jugglemaster/debian/patches/fix-style-rendering.patch	2011-02-21 08:39:06 UTC (rev 11823)
@@ -1,5 +1,6 @@
 Author: Paul Wise <pabs at debian.org>
 Description: Fix text rendering errors in the printing
+Forwarded: Chunky Kibbles <chunky at icculus.org>, Per Johan Groland <per at jugglemaster.net>
 --- a/src/jmdlx/print.cpp
 +++ b/src/jmdlx/print.cpp
 @@ -733,7 +733,7 @@

Modified: packages/trunk/jugglemaster/debian/patches/jmdlx-usr_patterns.patch
===================================================================
--- packages/trunk/jugglemaster/debian/patches/jmdlx-usr_patterns.patch	2011-02-21 08:36:19 UTC (rev 11822)
+++ packages/trunk/jugglemaster/debian/patches/jmdlx-usr_patterns.patch	2011-02-21 08:39:06 UTC (rev 11823)
@@ -1,5 +1,6 @@
 Author: Helmut Grohne <helmut at subdivi.de>
 Description: Modifies jmdlx to search the share data in /usr/share/jugglemaster.
+Forwarded: Chunky Kibbles <chunky at icculus.org>, Per Johan Groland <per at jugglemaster.net>
 --- a/src/jmdlx/patt.cpp
 +++ b/src/jmdlx/patt.cpp
 @@ -13,6 +13,7 @@

Modified: packages/trunk/jugglemaster/debian/patches/jmlib_sigfpe.patch
===================================================================
--- packages/trunk/jugglemaster/debian/patches/jmlib_sigfpe.patch	2011-02-21 08:36:19 UTC (rev 11822)
+++ packages/trunk/jugglemaster/debian/patches/jmlib_sigfpe.patch	2011-02-21 08:39:06 UTC (rev 11823)
@@ -1,5 +1,6 @@
 Author: Helmut Grohne <helmut at subdivi.de>
 Description: Rejects zero length to avoid division by zero.
+Forwarded: Chunky Kibbles <chunky at icculus.org>, Per Johan Groland <per at jugglemaster.net>
 --- a/src/jmlib/jmlib.cpp
 +++ b/src/jmlib/jmlib.cpp
 @@ -255,6 +255,10 @@

Modified: packages/trunk/jugglemaster/debian/patches/jmlib_sscanf_locale.patch
===================================================================
--- packages/trunk/jugglemaster/debian/patches/jmlib_sscanf_locale.patch	2011-02-21 08:36:19 UTC (rev 11822)
+++ packages/trunk/jugglemaster/debian/patches/jmlib_sscanf_locale.patch	2011-02-21 08:39:06 UTC (rev 11823)
@@ -1,6 +1,7 @@
 Author: Paul Wise <pabs at debian.org>
 Description: fix locale issues when parsing files
 Bug-Debian: http://bugs.debian.org/528564
+Forwarded: Chunky Kibbles <chunky at icculus.org>, Per Johan Groland <per at jugglemaster.net>
 --- a/src/jmlib/patterns.cpp
 +++ b/src/jmlib/patterns.cpp
 @@ -20,6 +20,7 @@

Modified: packages/trunk/jugglemaster/debian/patches/semaphore_segfault.patch
===================================================================
--- packages/trunk/jugglemaster/debian/patches/semaphore_segfault.patch	2011-02-21 08:36:19 UTC (rev 11822)
+++ packages/trunk/jugglemaster/debian/patches/semaphore_segfault.patch	2011-02-21 08:39:06 UTC (rev 11823)
@@ -1,5 +1,6 @@
 Author: Helmut Grohne <helmut at subdivi.de>
 Description: Ignore current_style==NULL to avoid segfault
+Forwarded: Chunky Kibbles <chunky at icculus.org>, Per Johan Groland <per at jugglemaster.net>
 --- a/src/jmdlx/newsemaphore.cpp
 +++ b/src/jmdlx/newsemaphore.cpp
 @@ -124,10 +124,12 @@

Modified: packages/trunk/jugglemaster/debian/patches/wx26_trans_ffmpeg.patch
===================================================================
--- packages/trunk/jugglemaster/debian/patches/wx26_trans_ffmpeg.patch	2011-02-21 08:36:19 UTC (rev 11822)
+++ packages/trunk/jugglemaster/debian/patches/wx26_trans_ffmpeg.patch	2011-02-21 08:39:06 UTC (rev 11823)
@@ -1,6 +1,7 @@
 Author: Di Biase José Luis <josx at interorganic.com.ar>, Paul Wise <pabs at debian.org>
 Description: fixes for compiling with ffmpeg video support
 Bug-Debian: http://bugs.debian.org/597831
+Forwarded: Chunky Kibbles <chunky at icculus.org>, Per Johan Groland <per at jugglemaster.net>
 --- a/src/jmdlx/print.cpp
 +++ b/src/jmdlx/print.cpp
 @@ -67,8 +67,8 @@




More information about the Pkg-games-commits mailing list