[pkg-wine-party] [SCM] Debian Wine packaging branch, lenny, updated. wine-1.0.1-2-5-g4412ca7

Ove Kaaven ovek at arcticnet.no
Sun May 23 18:33:09 UTC 2010


The following commit has been merged in the lenny branch:
commit 2d5a5e8b14a3a822b78c3d06a3574390c68ea2e7
Author: Ove Kaaven <ovek at arcticnet.no>
Date:   Thu Jul 9 02:08:42 2009 +0200

    Updated winelauncher for new amd64 library paths.
    Closes: #535097, #569487.

diff --git a/debian/winelauncher b/debian/winelauncher
index b179deb..45adc9e 100644
--- a/debian/winelauncher
+++ b/debian/winelauncher
@@ -36,14 +36,14 @@ 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 /emul/ia32-linux/lib/libnss_mdns4.so.2 ]; then
+   [ ! -e /usr/lib32/libnss_mdns4.so.2 ]; then
  $XMESSAGE -center \
  -title "Wine Warning" \
  "
  It appears that libnss-mdns is installed on your system,
  but lib32nss-mdns is not. Please note that Wine will not be
  able to access the Internet unless you either install
- lib32nss-mdns, or uninstall libnss-mdns.
+ lib32nss-mdns (or ia32-libnss-mdns), or uninstall libnss-mdns.
  " 2>/dev/null
  notify=$?
  if [ $notify -eq 1 ] ; then
@@ -51,7 +51,7 @@ if grep -q "^hosts:.*mdns4_minimal \[NOTFOUND=return\]" /etc/nsswitch.conf && \
   echo "It appears that libnss-mdns is installed on your system,"
   echo "but lib32nss-mdns is not. Please note that Wine will not be"
   echo "able to access the Internet unless you either install"
-  echo "lib32nss-mdns, or uninstall libnss-mdns."
+  echo "lib32nss-mdns (or ia32-libnss-mdns), or uninstall libnss-mdns."
   echo -n "(okay) "
   read confirm
  fi

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list