For your convenience please find attached patch for "winetricks" repository at collab-maint.
Cheers, Dmitry Smirnov.
From 136f03f47191663350b2686f138b8b6e7ba3f91a Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov <[email protected]> Date: Sat, 22 Jun 2013 18:49:50 +1000 Subject: [PATCH] patch to fix "wineserver not found!" with wine-unstable on amd64 (Closes: #713058) --- debian/patches/series | 1 + debian/patches/wineserver_path.patch | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 debian/patches/wineserver_path.patch diff --git a/debian/patches/series b/debian/patches/series index 9099ad2..132fcce 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 10-option-gui.patch +wineserver_path.patch diff --git a/debian/patches/wineserver_path.patch b/debian/patches/wineserver_path.patch new file mode 100644 index 0000000..010474c --- /dev/null +++ b/debian/patches/wineserver_path.patch @@ -0,0 +1,19 @@ +Last-Update: 2013-06-22 +Forwarded: not-needed +Origin: backported,trunk +Bug-Upstream: https://code.google.com/p/winetricks/issues/detail?id=194 +Author: Dmitry Smirnov <[email protected]> +Description: fix "wineserver not found!" with wine-unstable on amd64 + +--- a/src/winetricks ++++ b/src/winetricks +@@ -3458,8 +3458,9 @@ + "`which wineserver 2> /dev/null`" \ + /usr/lib*/wine-unstable/wineserver \ + /usr/lib*/wine/wineserver \ + /usr/lib/*/wine-unstable/wineserver \ ++ /usr/lib/*/wine-unstable/wine/wineserver \ + /usr/lib/*/wine/wineserver \ + "`dirname $WINE`/server/wineserver" \ + file-not-found + do -- 1.8.3.1

