[pkg-wine-party] [SCM] Debian Wine packaging branch, master, updated. wine-1.1.24-1-618-gc8c5acb

Ove Kaaven ovek at arcticnet.no
Sat Jul 11 18:02:51 UTC 2009


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

    Updated winelauncher for the new realities in the amd64 world.
    Any other fallout from the ia32-libs transitions is out of my control.
    Closes: #535097.

diff --git a/debian/winelauncher b/debian/winelauncher
index b179deb..991f1e7 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 /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