This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch stretch in repository wine.
commit 938096984dfa7b81308ff636090a6fd982ae3d47 Author: Jens Reyer <[email protected]> Date: Thu Jul 28 18:50:00 2016 +0200 Make wine-binfmt M-A:foreign. Support packages must be M-A: foreign regardless of whether they are Architecture: any or all, because some tools still consider all as being from the native architecture. See: https://wiki.ubuntu.com/MultiarchSpec #Dependencies_involving_Architecture:_all_packages --- debian/changelog | 1 + debian/control.in | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7c6583e..1ed10f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ wine (1.8.3-3) UNRELEASED; urgency=medium enable it. - Add breaks older src:wine packages before the alternatives system. - Let the -tools packages recommend wineVERSION. + * Make wine-binfmt M-A:foreign. -- Jens Reyer <[email protected]> Thu, 28 Jul 2016 17:33:38 +0200 diff --git a/debian/control.in b/debian/control.in index 936eba9..093c8ec 100644 --- a/debian/control.in +++ b/debian/control.in @@ -94,6 +94,7 @@ Description: Windows API implementation - standard suite Package: wineVERSION-binfmt Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends}, wineVERSION, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
