This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus-video-z64.
commit e273b98d1c95ce7f22b09b97cf17054eec4e9712 Author: Sven Eckelmann <[email protected]> Date: Sun Jun 23 13:18:47 2013 +0200 Add Break for pre-SDL2 libmupen64plus2 --- debian/changelog | 1 + debian/control | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 51aa5fa..f38cda1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ mupen64plus-video-z64 (1.99.5+24+f331e66fc630-2) UNRELEASED; urgency=low - Switch from SDL 1.2 to SDL 2.0 * debian/control: - Depend on libsdl2-dev instead of libsdl1.2-dev + - Add Break for pre-SDL2 libmupen64plus2 * debian/patches: - Add sdl2_compat.patch, Add missing name when creating thread with SDL2 diff --git a/debian/control b/debian/control index 38e63cc..5680250 100644 --- a/debian/control +++ b/debian/control @@ -30,6 +30,8 @@ Depends: mupen64plus-vidext-abi-3, Provides: mupen64plus-video, +Breaks: + libmupen64plus2 (<< 2.0~rc3+3+5d46baa3dd76-2), Description: low-level rdp emulation for mupen64plus N64 Reality Drawing Processor emulation which can be used with a low-level rsp emulation plugin like mupen64plus-rsp-z64. It can emulate even unknown or -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-video-z64.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

