This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus.
commit a1088971cd79000d65e64524e3bdd5d8b9012708 Author: Sven Eckelmann <[email protected]> Date: Sat Oct 3 00:37:08 2009 +0200 Add origin information to patches --- debian/changelog | 7 +++++++ debian/patches/as-needed.patch | 1 + debian/patches/debian-archs.patch | 1 + debian/patches/fix_readpng.patch | 1 + debian/patches/ftbfs-debugger.patch | 1 + debian/patches/ftbfs-dynarec.patch | 1 + debian/patches/ftbfs-glibc210.patch | 1 + debian/patches/glide64-noasm.patch | 1 + debian/patches/interpreter_x86_fldcw.patch | 1 + debian/patches/jttl_fix_romclosed.patch | 1 + debian/patches/noexecstack.patch | 1 + debian/patches/rice-screenflickering.patch | 1 + debian/patches/rice-texturepack-crash.patch | 1 + debian/patches/rice_nodebug.patch | 2 +- debian/patches/system-libbz2.patch | 1 + debian/patches/system-libpng.patch | 1 + debian/patches/system-zlib.patch | 1 + 17 files changed, 23 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6012206..ca1112c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mupen64plus (1.5+dfsg1-6) UNRELEASED; urgency=low + + * debian/patches: + - Add Origin information to patches + + -- Sven Eckelmann <[email protected]> Sat, 03 Oct 2009 00:36:41 +0200 + mupen64plus (1.5+dfsg1-5) unstable; urgency=low * debian/patches: diff --git a/debian/patches/as-needed.patch b/debian/patches/as-needed.patch index 52d04be..97db9f5 100644 --- a/debian/patches/as-needed.patch +++ b/debian/patches/as-needed.patch @@ -1,4 +1,5 @@ Description: Allow compilation using -Wl,--as-needed +Origin: backported, commit:1390 Bug: http://code.google.com/p/mupen64plus/issues/detail?id=236 Author: Sven Eckelmann <[email protected]> diff --git a/debian/patches/debian-archs.patch b/debian/patches/debian-archs.patch index d9ab326..eef5408 100644 --- a/debian/patches/debian-archs.patch +++ b/debian/patches/debian-archs.patch @@ -7,6 +7,7 @@ Description: Define new cpu architectures default and known good architectures can then override this value. The user can still force to change that behavior by NO_ASM=0 or NO_ASM=1 on the commandline. +Origin: upstream, commit:1408 Bug: http://code.google.com/p/mupen64plus/issues/detail?id=260 Bug-Debian: http://bugs.debian.org/544673 Bug-Debian: http://bugs.debian.org/545463 diff --git a/debian/patches/fix_readpng.patch b/debian/patches/fix_readpng.patch index d44b219..73a1ddb 100644 --- a/debian/patches/fix_readpng.patch +++ b/debian/patches/fix_readpng.patch @@ -3,6 +3,7 @@ Description: Fix crash when loading png due to reordering optimizer it looks safe to him. It isn't said that all variables are initialised right before the call of the first setjmp and thus we cannot rely on there value to determine if they are point to actual data. +Origin: backported, commit:1411 Bug: http://code.google.com/p/mupen64plus/issues/detail?id=209 Author: Sven Eckelmann <[email protected]> diff --git a/debian/patches/ftbfs-debugger.patch b/debian/patches/ftbfs-debugger.patch index 735e544..813ef89 100644 --- a/debian/patches/ftbfs-debugger.patch +++ b/debian/patches/ftbfs-debugger.patch @@ -4,6 +4,7 @@ Description: Define dynarec debugger functions for non-x86 systems is not defined, but can be replaced with an empty check. Also functions to decode recompiled code have to be implemented as dummy functions. +Origin: upstream, commit:1409 Bug: http://code.google.com/p/mupen64plus/issues/detail?id=259 Bug-Debian: http://bugs.debian.org/544549 Bug-Debian: http://bugs.debian.org/544662 diff --git a/debian/patches/ftbfs-dynarec.patch b/debian/patches/ftbfs-dynarec.patch index fd22b7f..7a8dce6 100644 --- a/debian/patches/ftbfs-dynarec.patch +++ b/debian/patches/ftbfs-dynarec.patch @@ -1,6 +1,7 @@ Description: Don't try to compile dynarec with not set dynarec architecture If we cannot find a valid architecture for dynarec we shouldn't try to build the needed object files which are architecture dependend. +Origin: upstream, commit:1410 Bug: http://code.google.com/p/mupen64plus/issues/detail?id=258 Bug-Debian: http://bugs.debian.org/544548 Author: Sven Eckelmann <[email protected]> diff --git a/debian/patches/ftbfs-glibc210.patch b/debian/patches/ftbfs-glibc210.patch index 2be36e6..6729bd9 100644 --- a/debian/patches/ftbfs-glibc210.patch +++ b/debian/patches/ftbfs-glibc210.patch @@ -3,6 +3,7 @@ Description: Fix FTBFS using g++-4.4 and libc 2.10 due to missing const keywords non-const without an explicit cast. As glibc 2.10 provides a more strict declaration of strstr and mupen64plus doesn't use const in that places, it will fail hard. +Origin: upstream, commit:1407 Bug: http://code.google.com/p/mupen64plus/issues/detail?id=261 Bug-Debian: http://bugs.debian.org/545462 Author: Sven Eckelmann <[email protected]> diff --git a/debian/patches/glide64-noasm.patch b/debian/patches/glide64-noasm.patch index b272579..b5c1477 100644 --- a/debian/patches/glide64-noasm.patch +++ b/debian/patches/glide64-noasm.patch @@ -1,4 +1,5 @@ Description: Don't include x86-asm in non-x86 plattforms +Origin: upstream, commit:1397 Bug: http://code.google.com/p/mupen64plus/issues/detail?id=237 Author: Richard Goedeken <[email protected]> diff --git a/debian/patches/interpreter_x86_fldcw.patch b/debian/patches/interpreter_x86_fldcw.patch index e4ca4fa..f330501 100644 --- a/debian/patches/interpreter_x86_fldcw.patch +++ b/debian/patches/interpreter_x86_fldcw.patch @@ -3,6 +3,7 @@ Description: Correctly set floating point control word control word to emulate the MIPS coprocessor behaviour. The makefile variable isn't propagated to the c preprocessor and thus we need to check otherwise if target architecture is x86 or compatible. +Origin: upstream, commit:1406 Bug: http://code.google.com/p/mupen64plus/issues/detail?id=272 Author: Sven Eckelmann <[email protected]> diff --git a/debian/patches/jttl_fix_romclosed.patch b/debian/patches/jttl_fix_romclosed.patch index f01ea66..8a1a019 100644 --- a/debian/patches/jttl_fix_romclosed.patch +++ b/debian/patches/jttl_fix_romclosed.patch @@ -5,6 +5,7 @@ Description: Stop audio processing thread before freeing buffers We can call SDL_CloseAudio before freeing all buffers to be sure that my_audio_callback is stopped and doesn't process any data from the buffers anymore when we clean everything up in RomClosed. +Origin: backported, commit:1405 Bug: http://code.google.com/p/mupen64plus/issues/detail?id=269 Author: Sven Eckelmann <[email protected]> diff --git a/debian/patches/noexecstack.patch b/debian/patches/noexecstack.patch index b9fd381..66ca3bf 100644 --- a/debian/patches/noexecstack.patch +++ b/debian/patches/noexecstack.patch @@ -5,6 +5,7 @@ Description: Don't enable executable stack by default As mupen64plus needs executable pages store its recompiled code the code blocks and wrapper blocks must be allocated page aligned to change the protection bits to executable of pages which belong to that memory block. +Origin: backported, commit:1414 Bug: http://code.google.com/p/mupen64plus/issues/detail?id=268 Bug-Debian: http://bugs.debian.org/547644 Author: Sven Eckelmann <[email protected]> diff --git a/debian/patches/rice-screenflickering.patch b/debian/patches/rice-screenflickering.patch index e8f3baa..a7af6a4 100644 --- a/debian/patches/rice-screenflickering.patch +++ b/debian/patches/rice-screenflickering.patch @@ -1,4 +1,5 @@ Description: Fix screenflickering in some games with rice_video +Origin: upstream, commit:1342 Author: Richard Goedeken <[email protected]> --- diff --git a/debian/patches/rice-texturepack-crash.patch b/debian/patches/rice-texturepack-crash.patch index 5b5ffe6..b86b65e 100644 --- a/debian/patches/rice-texturepack-crash.patch +++ b/debian/patches/rice-texturepack-crash.patch @@ -1,4 +1,5 @@ Description: Fix segfault in rice_video using TexturePack +Origin: backported, commit:1290 Bug: http://code.google.com/p/mupen64plus/issues/detail?id=194 Author: OJ <[email protected]> diff --git a/debian/patches/rice_nodebug.patch b/debian/patches/rice_nodebug.patch index 180813d..2710844 100644 --- a/debian/patches/rice_nodebug.patch +++ b/debian/patches/rice_nodebug.patch @@ -2,7 +2,7 @@ Description: Don't enable excessive debug functionality in rice_video rice_video has extensive capabilities to debug itself. This feature is also enabled when enabling mupen64plus debugger, but isn't used by it. As it creates a massive slowdown after a while this feature is better disabled in Debian. -Forwarded: not-needed +Origin: upstream, commit:1415 Author: Sven Eckelmann <[email protected]> --- diff --git a/debian/patches/system-libbz2.patch b/debian/patches/system-libbz2.patch index e0b0fb1..4f41169 100644 --- a/debian/patches/system-libbz2.patch +++ b/debian/patches/system-libbz2.patch @@ -1,4 +1,5 @@ Description: Use libbz2 from system instead of buildin one +Origin: backported, commit:1391 Bug: http://code.google.com/p/mupen64plus/issues/detail?id=235 Author: Sven Eckelmann <[email protected]> diff --git a/debian/patches/system-libpng.patch b/debian/patches/system-libpng.patch index 9829797..458ec1f 100644 --- a/debian/patches/system-libpng.patch +++ b/debian/patches/system-libpng.patch @@ -1,4 +1,5 @@ Description: Use libpng from system instead of buildin one +Origin: backported, commit:1391 Bug: http://code.google.com/p/mupen64plus/issues/detail?id=235 Author: Sven Eckelmann <[email protected]> diff --git a/debian/patches/system-zlib.patch b/debian/patches/system-zlib.patch index 9063448..f30b190 100644 --- a/debian/patches/system-zlib.patch +++ b/debian/patches/system-zlib.patch @@ -1,4 +1,5 @@ Description: Use zlib from system instead of buildin one +Origin: backported, commit:1391 Bug: http://code.google.com/p/mupen64plus/issues/detail?id=235 Author: Sven Eckelmann <[email protected]> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

