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 ab20a8c4c07fe28a68926f815c1497bc4f5ae955 Author: Sven Eckelmann <[email protected]> Date: Sat Jul 23 23:53:54 2011 +0200 Depend on pkg-config in debian/control for new Makefile --- debian/changelog | 4 +++- debian/control | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 64404ce..1b5b165 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ mupen64plus-video-z64 (1.99.4-3) UNRELEASED; urgency=low - * Build against libglew1.6 + * debian/control: + - Build against libglew1.6 + - Depend on pkg-config for new Makefile * debian/rules: - Mark all targets as phony - Force PIC using Makefile option diff --git a/debian/control b/debian/control index b2cb0a5..34c8cbb 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,7 @@ Build-Depends: libglew1.6-dev | libglew-dev, libmupen64plus-dev, libsdl1.2-dev, + pkg-config, Package: mupen64plus-video-z64 Architecture: any-i386 any-amd64 -- 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

