[pkg-wine-party] [SCM] Debian Wine packaging branch, wheezy, updated. wine-1.4.1-3-8-g02fd44b

Hilko Bengen bengen at debian.org
Mon Oct 1 22:24:45 UTC 2012


The following commit has been merged in the wheezy branch:
commit a933913bd800088940d1807261054bdd4ac92892
Author: Hilko Bengen <bengen at debian.org>
Date:   Sat Jul 7 16:07:08 2012 +0200

    Remove libnss-mdns warning as the issue seems to have been fixed (closes: #474289)

diff --git a/debian/winelauncher b/debian/winelauncher
old mode 100644
new mode 100755
index f198cee..3f9c512
--- a/debian/winelauncher
+++ b/debian/winelauncher
@@ -31,34 +31,6 @@ if [ `basename $0` = "wine-safe" ]; then
  fi
 fi
 
-# Check for known problem with amd64
-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 /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 ia32-libnss-mdns), or uninstall libnss-mdns.
- " 2>/dev/null
- notify=$?
- if [ $notify -eq 1 ] ; then
-  # xmessage was unable to notify the user, try tty instead
-  echo "It appears that libnss-mdns is installed on your system," >&2
-  echo "but lib32nss-mdns is not. Please note that Wine will not be" >&2
-  echo "able to access the Internet unless you either install" >&2
-  echo "lib32nss-mdns (or ia32-libnss-mdns), or uninstall libnss-mdns." >&2
-  echo -n "(okay) " >&2
-  read confirm
- fi
-fi # nss_mdns4
-
-fi # amd64
-
 # Launch Wine
 export WINELOADER="/usr/lib/wine/wine.bin"
 exec "$WINELOADER" "$@"

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list