This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository mupen64plus-qt.
commit d5a15a812615247e9c1825b6d5cf795ba9bc3ab9 Author: Andreas Tille <[email protected]> Date: Mon Jan 11 22:32:30 2016 +0100 Restrict architecture to any-i386 any-amd64. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 85b14af..9e4c149 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ mupen64plus-qt (1.8-2) UNRELEASED; urgency=medium * Use the new libquazip5 instead the old libquazip-qt5 (thanks for the patch to Bas Couwenberg <[email protected]>) Closes: #810610 + * Restrict architecture to any-i386 any-amd64. Closes: #802910. -- Andreas Tille <[email protected]> Mon, 11 Jan 2016 22:23:37 +0100 diff --git a/debian/control b/debian/control index 447d657..a2018bd 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Vcs-Git: git://anonscm.debian.org/pkg-games/mupen64plus-qt.git Homepage: https://github.com/dh4/mupen64plus-qt Package: mupen64plus-qt -Architecture: any +Architecture: any-i386 any-amd64 Depends: mupen64plus-ui-console, ${misc:Depends}, ${shlibs:Depends} -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-qt.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

