This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus-video-glide64.
commit 8a50a97d2a7a2734d573f7ad770e88fc38ce0347 Author: Sven Eckelmann <[email protected]> Date: Sat Aug 20 21:54:27 2011 +0200 Add virtual package libsdl-dev as alternative build dependency --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3d322ba..bf87433 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mupen64plus-video-glide64 (1.99.4-4) UNRELEASED; urgency=low + + * debian/control: + - Add virtual package libsdl-dev as alternative build dependency + + -- Sven Eckelmann <[email protected]> Sat, 20 Aug 2011 21:54:13 +0200 + mupen64plus-video-glide64 (1.99.4-3) unstable; urgency=low * Upload to unstable diff --git a/debian/control b/debian/control index 4e91984..a031d76 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: hardening-includes, libgl1-mesa-dev | libgl-dev, libmupen64plus-dev, - libsdl1.2-dev, + libsdl1.2-dev | libsdl-dev, pkg-config, Package: mupen64plus-video-glide64 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-video-glide64.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

