[pkg-wine-party] [wine] 12/24: Let wineVERSION suggest winbind.

Jens Reyer jreyer-guest at moszumanska.debian.org
Wed Jan 11 23:14:43 UTC 2017


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

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

commit 1190fb478a4b9c884d0e18a2416006c0de808c50
Author: Jens Reyer <jre.winesim at gmail.com>
Date:   Mon Oct 17 17:26:35 2016 +0200

    Let wineVERSION suggest winbind.
    
    Wine requires ntlm_auth in path for some tasks. For these the
    host's arch winbind works (therefore adding it to the arch:all
    package wine, since winbind is not multi-arch ready for being
    depended on from an arch:any package like libwine).
    
    At the same time the hint to install winbind may be ignored
    safely quite often. Since installing winbind pulls in quite
    a few samba dependencies and causes the winbindd daemon to
    run permanently, only add it as a suggests.
    
    See:
    http://lists.alioth.debian.org/pipermail/pkg-wine-party/2016-October/006114.html
---
 debian/control.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control.in b/debian/control.in
index d549478..56cf418 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -79,6 +79,7 @@ Depends:
  wine64VERSION (>= ${source:Version}) | wine32VERSION (>= ${source:Version}),
  wine64VERSION (<< ${source:Version}.1~) | wine32VERSION (<< ${source:Version}.1~),
 Suggests:
+ winbind,
  winetricks,
  playonlinux,
  wine-binfmt,

-- 
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