This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch stretch in repository wine.
commit dee78d4cd243ee44820ebebd3d43e714fb423379 Author: Jens Reyer <[email protected]> Date: Sun Jun 5 16:04:26 2016 +0200 Add alternative dependency on 32-bit libwine-dev to wine64-tools. Note: Depending e.g. on libwineVERSION-dev:any doesn't work because that resolves for the host arch only. # Conflicts: # debian/changelog --- debian/changelog | 1 + debian/control.in | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 07cb81e..7831230 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ wine (1.8.2-2) UNRELEASED; urgency=medium Also use this mechanism to identify the package names of depended upon libraries. Thanks to Jakub Wilk. - Drop useless workaround for one-arch-only binNMUs. + - Add alternative dependency on 32-bit libwine-dev to wine64-tools. -- Jens Reyer <[email protected]> Mon, 06 Jun 2016 03:35:43 +0200 diff --git a/debian/control.in b/debian/control.in index 31923b0..8cc9fcd 100644 --- a/debian/control.in +++ b/debian/control.in @@ -198,7 +198,10 @@ Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}, - libwineVERSION-dev (= ${binary:Version}), + libwineVERSION-dev (= ${binary:Version}) | + libwineVERSION-dev:i386 (= ${binary:Version}) [amd64] | + libwineVERSION-dev:armel (= ${binary:Version}) [arm64] | + libwineVERSION-dev:armhf (= ${binary:Version}) [arm64], Conflicts: wine32VERSION-tools, Description: Windows API implementation - 64-bit developer tools -- 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
