Imported Debian patch 2.9.1-3
authorRene Engelhard <rene@debian.org>
Tue, 30 Jul 2013 19:23:42 +0000 (19:23 +0000)
committerRoberto C. Sanchez <roberto@connexer.com>
Wed, 22 Oct 2014 02:48:48 +0000 (22:48 -0400)
debian/changelog
debian/patches/find-clucene-config.h.diff [new file with mode: 0644]
debian/patches/series

index fcd3654cef1882c5465e9e02d8a479776d29ef47..1aeca34cb0b52abbcd95a5e627e1e86da3ac4111 100644 (file)
@@ -1,3 +1,10 @@
+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)
diff --git a/debian/patches/find-clucene-config.h.diff b/debian/patches/find-clucene-config.h.diff
new file mode 100644 (file)
index 0000000..566172e
--- /dev/null
@@ -0,0 +1,13 @@
+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}
index fd217ed69ee630eb0eda2eedf2b2b54875997a0e..3b5fb5ad60faa951523e5c6798218efe84260869 100644 (file)
@@ -1 +1,2 @@
 gcc4.7-ftbfs.patch
+find-clucene-config.h.diff