+bibletime (2.9.1-3) unstable; urgency=low
+
+ * fix FindCLucene.cmake to look in /usr/lib/{CMAKE_LIBRARY_ARCHITECTURE}
+ to find clucene-config.h with multiarched clucene (Closes: #718374)
+
+ -- Rene Engelhard <rene@debian.org> Tue, 30 Jul 2013 19:23:42 +0000
+
bibletime (2.9.1-2) unstable; urgency=low
* Disable -Werror to work-around FTBFS with gcc-4.7 (Closes: #667113)
--- /dev/null
+Description: find clucene-config.h in clucene 2.x' multiarch dir
+Author: Rene Engelhard <rene@debian.org>
+
+--- bibletime-2.9.1.orig/cmake/FindCLucene.cmake
++++ bibletime-2.9.1/cmake/FindCLucene.cmake
+@@ -55,6 +55,7 @@ SET(TRIAL_INCLUDE_PATHS
+ ${CMAKE_INSTALL_PREFIX}/include
+ /usr/local/include
+ /usr/include
++ /usr/lib/${CMAKE_LIBRARY_ARCHITECTURE}
+ /sw/include
+ /usr/pkg/include
+ ${WIN_CLUCENE_INCLUDE_PATH}