diff -Nru q4wine-0.118/debian/changelog q4wine-0.118/debian/changelog
--- q4wine-0.118/debian/changelog	2010-05-28 01:58:34.000000000 +0300
+++ q4wine-0.118/debian/changelog	2011-02-07 19:56:14.000000000 +0200
@@ -1,3 +1,10 @@
+q4wine (0.118-5) squeeze-proposed-updates; urgency=low
+
+  * Added debian/patches/ to fix libq4wine-core.so destination
+    from /usr/lib64/q4wine/ to /usr/lib/q4wine/ (Closes: #612027)
+
+ -- Boris Pek <tehnick-8@mail.ru>  Mon, 07 Feb 2011 19:56:04 +0200
+
 q4wine (0.118-4) unstable; urgency=low
 
   * Fixed `Depends' and `Build-Depends' in debian/control.
diff -Nru q4wine-0.118/debian/patches/debian-changes-0.118-5 q4wine-0.118/debian/patches/debian-changes-0.118-5
--- q4wine-0.118/debian/patches/debian-changes-0.118-5	1970-01-01 03:00:00.000000000 +0300
+++ q4wine-0.118/debian/patches/debian-changes-0.118-5	2011-02-20 23:43:17.000000000 +0200
@@ -0,0 +1,60 @@
+Description: Upstream changes introduced in version 0.118-5
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ q4wine (0.118-5) squeeze-proposed-updates; urgency=low
+ .
+   * Added debian/patches/ to fix libq4wine-core.so destination
+     from /usr/lib64/q4wine/ to /usr/lib/q4wine/ (Closes: #612027)
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Boris Pek <tehnick-8@mail.ru>
+Bug-Debian: http://bugs.debian.org/612027
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- q4wine-0.118.orig/src/CMakeLists.txt
++++ q4wine-0.118/src/CMakeLists.txt
+@@ -116,11 +116,11 @@ IF (${CMAKE_SYSTEM_NAME} MATCHES Darwin)
+ ENDIF (${CMAKE_SYSTEM_NAME} MATCHES Darwin)
+ 
+ IF (NOT DEFINED SKIP_RPATH)
+-    IF (${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES x86_64)
+-        SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib64/q4wine")
+-    ELSE (${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES x86_64)
++#    IF (${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES x86_64)
++#        SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib64/q4wine")
++#    ELSE (${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES x86_64)
+         SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib/q4wine")
+-    ENDIF (${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES x86_64)
++#    ENDIF (${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES x86_64)
+ ELSE (NOT DEFINED SKIP_RPATH)
+     MESSAGE(STATUS "NOTE: Skip for RPATH build!")
+ ENDIF (NOT DEFINED SKIP_RPATH)
+--- q4wine-0.118.orig/src/q4wine-lib/CMakeLists.txt
++++ q4wine-0.118/src/q4wine-lib/CMakeLists.txt
+@@ -51,8 +51,8 @@ QT4_WRAP_CPP( Q4WINE_LIB_LIB_MOC_SOURCES
+ 
+ ADD_LIBRARY( q4wine-core SHARED ${Q4WINE_LIB_SOURCES} ${Q4WINE_LIB_UI_HEADERS} ${Q4WINE_LIB_LIB_MOC_SOURCES} ${Q4WINE_LIB_HEADERS} ${QM_I18N} )
+ 
+-IF (${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES x86_64)
+-    install(TARGETS q4wine-core LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/lib64/q4wine)
+-ELSE (${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES x86_64)
++#IF (${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES x86_64)
++#    install(TARGETS q4wine-core LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/lib64/q4wine)
++#ELSE (${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES x86_64)
+     install(TARGETS q4wine-core LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/q4wine)
+-ENDIF (${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES x86_64)
++#ENDIF (${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES x86_64)
diff -Nru q4wine-0.118/debian/patches/series q4wine-0.118/debian/patches/series
--- q4wine-0.118/debian/patches/series	1970-01-01 03:00:00.000000000 +0300
+++ q4wine-0.118/debian/patches/series	2011-02-07 19:57:25.000000000 +0200
@@ -0,0 +1 @@
+debian-changes-0.118-5
