[pkg-wine-party] Bug#832041: wine32-tools: Missing dependency on g++-multilib

Jens Reyer jre.winesim at gmail.com
Thu Jul 28 14:05:05 UTC 2016


control: tags -1 + patch

Hi Javier,

thanks again for your report. I added g++(-multilib) to recommends (not
depends) in wine-development for now, see commit below. I will add it to
wine later.

Greets
jre


commit a9bbdc75ff9ebe9c35ad0ff872a8df58cd24abfb
Author: Jens Reyer <jre.winesim at gmail.com>
Date:   Thu Jul 28 15:41:16 2016 +0200

    Add Recommends g++ or g++-multilib to the -tools.
        Closes in wine: #832041
---
 debian/changelog  | 1 +
 debian/control.in | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index feb2ae0..536ffb2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 wine-development (1.9.15-2) UNRELEASED; urgency=medium
    * Add removal instructions for binfmt support to README.debian.
+  * Add Recommends g++ or g++-multilib to the -tools (see: #832041).
   -- Jens Reyer <jre.winesim at gmail.com>  Thu, 28 Jul 2016 15:14:47 +0200
 diff --git a/debian/control.in b/debian/control.in
index 64522a5..c5db3f2 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -174,6 +174,8 @@ Depends:
  ${misc:Depends},
  ${shlibs:Depends},
  libwineVERSION-dev (= ${binary:Version}),
+Recommends:
+ g++ | g++-multilib:amd64 [i386],
 Conflicts:
  wine64VERSION-tools,
 Description: Windows API implementation - 32-bit developer tools
@@ -197,6 +199,8 @@ Depends:
  libwineVERSION-dev:i386 (= ${binary:Version}) [amd64] |
  libwineVERSION-dev:armel (= ${binary:Version}) [arm64] |
  libwineVERSION-dev:armhf (= ${binary:Version}) [arm64],
+Recommends:
+ g++,
 Conflicts:
  wine32VERSION-tools,
 Description: Windows API implementation - 64-bit developer tools



More information about the pkg-wine-party mailing list