[pkg-wine-party] [SCM] Debian Wine packaging branch, master, updated. wine-1.1.27-1-446-gaf4a3bb

Ove Kaaven ovek at arcticnet.no
Sat Aug 22 18:39:29 UTC 2009


The following commit has been merged in the master branch:
commit 5b34ef49c434b57aca2d303f1e04088d73d90917
Author: Ove Kaaven <ovek at arcticnet.no>
Date:   Sat Aug 15 19:07:11 2009 +0200

    On amd64, check for libnss_mdns4.so.2 in /usr/lib32 instead of in /lib32.
    (Apparently it was placed in /usr/lib32 by a NMU that didn't try to match the
    old directory layout as much as I had assumed, and that it probably should have.)
    Closes: #541201.

diff --git a/debian/winelauncher b/debian/winelauncher
index 991f1e7..45adc9e 100644
--- a/debian/winelauncher
+++ b/debian/winelauncher
@@ -36,7 +36,7 @@ if [ "$ARCH" = "amd64" ]; then
 
 # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=430845
 if grep -q "^hosts:.*mdns4_minimal \[NOTFOUND=return\]" /etc/nsswitch.conf && \
-   [ ! -e /lib32/libnss_mdns4.so.2 ]; then
+   [ ! -e /usr/lib32/libnss_mdns4.so.2 ]; then
  $XMESSAGE -center \
  -title "Wine Warning" \
  "

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list