Søndag 18 september 2011 10:01:36 skrev Adrien:
> Hi,
> 
> The Debian packaging for Calligra is progressing and we have some questions
> to ask :
> 
> – the two libs « libbraindumpcore.so » and « liblibrcps_plan.so » raise a
> lintian error « shlib-without-versioned-soname » :
> http://lintian.debian.org/tags/shlib-without-versioned-soname.html
Ahh yes, missing set properties.
Patch attatched.

(...)
-- 
Mvh.
Dag Andersen
diff --git a/plan/plugins/schedulers/rcps/libs/src/CMakeLists.txt b/plan/plugins/schedulers/rcps/libs/src/CMakeLists.txt
index 08a600e..49397fa 100644
--- a/plan/plugins/schedulers/rcps/libs/src/CMakeLists.txt
+++ b/plan/plugins/schedulers/rcps/libs/src/CMakeLists.txt
@@ -34,4 +34,6 @@ target_link_libraries(
     ${CMAKE_THREAD_LIBS_INIT}
 )
 
+set_target_properties(librcps_plan PROPERTIES VERSION ${GENERIC_CALLIGRA_LIB_VERSION} SOVERSION ${GENERIC_CALLIGRA_LIB_SOVERSION} )
+
 install(TARGETS librcps_plan ${INSTALL_TARGETS_DEFAULT_ARGS})
_______________________________________________
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel

Reply via email to