This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch armhf_test in repository mupen64plus-ui-console.
commit 8ebab5c00444ab37b192d980c6da796322fa3f32 Author: Sven Eckelmann <[email protected]> Date: Tue Jun 25 00:16:37 2013 +0200 Depend on libsdl2-dev for new SDLmain function --- debian/changelog | 2 ++ debian/control | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5f06fc4..efbebf1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ mupen64plus-ui-console (2.0~rc2+1+b39a4ffc9d54-3) UNRELEASED; urgency=low * debian/patches: - Add sdl_main.patch, Avoid crash caused by missing initial subsystem startup + * debian/control: + - Depend on libsdl2-dev for new SDLmain function -- Sven Eckelmann <[email protected]> Tue, 25 Jun 2013 00:13:34 +0200 diff --git a/debian/control b/debian/control index 97ca062..6bfabb1 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1.1), libmupen64plus-dev (>= 1.99.5), + libsdl2-dev, Package: mupen64plus-ui-console Architecture: any-i386 any-amd64 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-ui-console.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

