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 <[email protected]> Description: Build with wx2.6 +Forwarded: Chunky Kibbles <[email protected]>, Per Johan Groland <[email protected]> --- 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 <[email protected]> Description: zero memory correctly in aajm Bug-Ubuntu: http://bugs.launchpad.net/bugs/479173 +Forwarded: Chunky Kibbles <[email protected]>, Per Johan Groland <[email protected]> --- 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 <[email protected]> Description: Fix text rendering errors in the printing +Forwarded: Chunky Kibbles <[email protected]>, Per Johan Groland <[email protected]> --- 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 <[email protected]> Description: Modifies jmdlx to search the share data in /usr/share/jugglemaster. +Forwarded: Chunky Kibbles <[email protected]>, Per Johan Groland <[email protected]> --- 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 <[email protected]> Description: Rejects zero length to avoid division by zero. +Forwarded: Chunky Kibbles <[email protected]>, Per Johan Groland <[email protected]> --- 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 <[email protected]> Description: fix locale issues when parsing files Bug-Debian: http://bugs.debian.org/528564 +Forwarded: Chunky Kibbles <[email protected]>, Per Johan Groland <[email protected]> --- 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 <[email protected]> Description: Ignore current_style==NULL to avoid segfault +Forwarded: Chunky Kibbles <[email protected]>, Per Johan Groland <[email protected]> --- 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 <[email protected]>, Paul Wise <[email protected]> Description: fixes for compiling with ffmpeg video support Bug-Debian: http://bugs.debian.org/597831 +Forwarded: Chunky Kibbles <[email protected]>, Per Johan Groland <[email protected]> --- a/src/jmdlx/print.cpp +++ b/src/jmdlx/print.cpp @@ -67,8 +67,8 @@ _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

