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-05 22:20:59.000000000 +0200
@@ -1,3 +1,11 @@
+q4wine (0.118-5) testing-proposed-updates; urgency=high
+
+  * High-urgency upload for RC bugfix.
+  * 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>  Sat, 05 Feb 2011 22:20:52 +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-05 22:25:28.000000000 +0200
@@ -0,0 +1,49 @@
+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) testing-proposed-updates; urgency=high
+ .
+   * High-urgency upload for RC bugfix.
+   * 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/q4wine-lib/CMakeLists.txt
++++ q4wine-0.118/src/q4wine-lib/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 2.6) 
++cmake_minimum_required(VERSION 2.6)
+ 
+ SET ( Q4WINE_HEADERS_DIR
+     ${CMAKE_SOURCE_DIR}
+@@ -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-05 22:25:28.000000000 +0200
@@ -0,0 +1 @@
+debian-changes-0.118-5
