[pkg-wine-party] [wine] 07/12: Add alternative dependency on 32-bit libwine-dev to wine64-tools.
Jens Reyer
jreyer-guest at moszumanska.debian.org
Sun Jun 5 22:51:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
jreyer-guest pushed a commit to branch master
in repository wine.
commit 2cce63ce6118bac660d7229ee8d9163d70280bbd
Author: Jens Reyer <jre.winesim at gmail.com>
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.
---
debian/changelog | 1 +
debian/control.in | 5 ++++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 5819606..7ffa1a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ wine-development (1.9.11-2) UNRELEASED; urgency=medium
Note: added alternative build-dependency on fontforge.
- Don't error out on build warnings.
* Drop useless workaround for one-arch-only binNMUs.
+ * Add alternative dependency on 32-bit libwine-dev to wine64-tools.
-- Jens Reyer <jre.winesim at gmail.com> Sun, 05 Jun 2016 15:24:30 +0200
diff --git a/debian/control.in b/debian/control.in
index ed5af7c..310afbb 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -190,7 +190,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
More information about the pkg-wine-party
mailing list