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

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

commit ba88855118e4fbf8165a0aa3319dc210e46e58ef
Author: Jens Reyer <jre.wine...@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 2e8c073..7218980 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -82,6 +82,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

_______________________________________________
pkg-wine-party mailing list
pkg-wine-party@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party

Reply via email to