This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus.
commit ccd14a080dfc02ddba64aa847feebe701c0b56cd Author: Sven Eckelmann <[email protected]> Date: Wed Jun 10 00:15:15 2009 +0200 Enable compilation on all plattforms due to the fixed glide64 ftbfs --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b4c8028..d8a3974 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ mupen64plus (1.5+dfsg1-2) UNRELEASED; urgency=low * debian/patches: - Add 110-glide64-noasm.patch, don't use x86-asm on non-x86 plattforms in glide64 + * Enable compilation on all plattforms due to the fixed glide64 ftbfs on + non-i386/amd64 systems in debian/control -- Sven Eckelmann <[email protected]> Wed, 10 Jun 2009 00:11:40 +0200 diff --git a/debian/control b/debian/control index f64b710..67544b9 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 7.0.50), quilt, libsdl1.2-dev, libsdl-ttf2.0-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev Package: mupen64plus -Architecture: i386 amd64 +Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ttf-dejavu-core Description: Multi Platform Emulator for the N64 N64 Emulator for Linux - GTK+ 2.0 GUI -- 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

