[pkg-wine-party] [wine] 02/04: Add Recommends g++ or g++-multilib to the -tools.

Jens Reyer jreyer-guest at moszumanska.debian.org
Mon Aug 8 17:10:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

jreyer-guest pushed a commit to branch stretch
in repository wine.

commit fa30ac77da7d6805b8a7f40821645ad553723d3b
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: #832041
    
    # Conflicts:
    #	debian/changelog
    #	debian/control.in
---
 debian/changelog  | 1 +
 debian/control.in | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index eb5472d..0cd99fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ wine (1.8.3-3) UNRELEASED; urgency=medium
     - Drop alternative depends on perl:any (now handled by debhelper).
       Bump build-dep on debhelper version to >= 9.20160702.
     - Add removal instructions for binfmt support to README.debian.
+    - Add Recommends g++ or g++-multilib to the -tools (closes: #832041).
   * Implement the Debian alternatives system (see: #758291).
     Partly cherrypicked from master:
     - Replace VERSION (value is empty or '-development') with DEBSUFFIX
diff --git a/debian/control.in b/debian/control.in
index 8e7a11b..2091164 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -185,6 +185,7 @@ Depends:
  libwineVERSION-dev (= ${binary:Version}),
 Recommends:
  wineVERSION (= ${source:Version}),
+ g++ | g++-multilib:amd64 [i386],
 Conflicts:
  wine64VERSION-tools,
 Description: Windows API implementation - 32-bit developer tools
@@ -210,6 +211,7 @@ Depends:
  libwineVERSION-dev:armhf (= ${binary:Version}) [arm64],
 Recommends:
  wineVERSION (= ${source:Version}),
+ g++,
 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