Package: clucene-core / 2.3.3.4+dfsg-1

Metadata

Package Version Patches format
clucene-core 2.3.3.4+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Fixing_ZLIB_configuration_in_shared_CMakeLists.patch | (download)

src/shared/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] fixing zlib configuration in shared's cmakelists


Fix pkgconfig file by adding clucene shared library.patch | (download)

src/core/libclucene-core.pc.cmake | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] fix .pc file by adding clucene-shared library


Install contribs lib.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
src/contribs-lib/CMakeLists.txt | 17 17 + 0 - 0 !
2 files changed, 18 insertions(+), 1 deletion(-)

 contribs-lib is not built and installed even with config
multiarch.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
src/core/libclucene-core.pc.cmake | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 add multiarch support.
bug715474 no boost headers.patch | (download)

src/core/libclucene-core.pc.cmake | 4 2 + 2 - 0 !
src/ext/CMakeLists.txt | 3 0 + 3 - 0 !
2 files changed, 2 insertions(+), 5 deletions(-)

 clucene-core contains boost headers under ext/boost.
And clucene-core's pkgconfig file adds -I/usr/include/CLucene/ext to CFLAGS.
This causes problems building packages that use both clucene-core and boost
Depending on the header search order, including a boost header may actually
result in getting one of the files in /usr/include/CLucene/ext/boost.
Or this may happen several levels deep of nested boost includes.
This patch drops boost from clucene-core.
bug718187 ftbfs hurd.patch | (download)

src/shared/CLucene/util/Misc.cpp | 2 2 + 0 - 0 !
src/shared/CLucene/util/Misc.h | 2 2 + 0 - 0 !
2 files changed, 4 insertions(+)

 ftbfs on hurd
gcc version.diff | (download)

src/shared/cmake/MacroCheckGccVisibility.cmake | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---