This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository mednaffe.
commit 8686843396af248d122dd62498f427aa1f96c01d Author: Stephen Kitt <[email protected]> Date: Tue Nov 22 23:40:57 2016 +0100 Drop the Mednafen dependency on armel --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6728e42..3be0de5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ mednaffe (0.8.3-1) UNRELEASED; urgency=medium spelling-fixes.patch. * Avoid installing the COPYING license file. * Switch to debhelper compatibility level 10. + * Since Mednafen can't be built on armel, drop the dependency on that + architecture. -- Stephen Kitt <[email protected]> Tue, 22 Nov 2016 23:03:00 +0100 diff --git a/debian/control b/debian/control index 208477e..98d1602 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Architecture: any Multi-Arch: foreign Depends: ${misc:Depends}, ${shlibs:Depends}, - mednafen (>= 0.9.39.1) + mednafen (>= 0.9.39.1) [!armel] Description: front-end for the Mednafen multi-system emulator Mednaffe is a graphical front-end for the Mednafen multi-system emulator. It allows all of Mednafen's options to be configured, and -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mednaffe.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

