[SCM] Calligra suite packaging. branch, master, updated. d379117ed37d101111807405f74861308ff58b39

Adrien Grellier adrien-guest at alioth.debian.org
Sun Sep 18 19:47:48 UTC 2011


The following commit has been merged in the master branch:
commit d379117ed37d101111807405f74861308ff58b39
Author: Adrien Grellier <adrien.grellier at laposte.net>
Date:   Sun Sep 18 21:46:34 2011 +0200

    backport upstream fix for shlib-without-versioned-soname in calligraplan
---
 debian/calligraplan.install                        |    2 ++
 .../plan-shlib-without-versioned-soname.patch      |   20 ++++++++++++++++++++
 debian/patches/series                              |    1 +
 3 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/debian/calligraplan.install b/debian/calligraplan.install
index 764df14..2378ae7 100644
--- a/debian/calligraplan.install
+++ b/debian/calligraplan.install
@@ -16,6 +16,8 @@ usr/lib/libkplatomodels.so.8.0.0
 usr/lib/libkplatoui.so.8
 usr/lib/libkplatoui.so.8.0.0
 usr/lib/liblibrcps_plan.so
+usr/lib/liblibrcps_plan.so.8
+usr/lib/liblibrcps_plan.so.8.0.0
 usr/lib/libplanprivate.so.8
 usr/lib/libplanprivate.so.8.0.0
 usr/lib/libplanworkapp.so.8
diff --git a/debian/patches/plan-shlib-without-versioned-soname.patch b/debian/patches/plan-shlib-without-versioned-soname.patch
new file mode 100644
index 0000000..9c84a5e
--- /dev/null
+++ b/debian/patches/plan-shlib-without-versioned-soname.patch
@@ -0,0 +1,20 @@
+From: Dag Andersen <danders at get2net.dk>
+Date: Sun, 18 Sep 2011 11:41:25 +0000
+Subject: Version librcps_plan
+X-Git-Url: http://quickgit.kde.org/?p=calligra.git&a=commitdiff&h=460a7061258ffd56c4eca3a87cb89e33d3dc9112
+---
+Version librcps_plan
+
+Correct the lintian pb shlib-without-versioned-soname
+---
+
+
+--- a/plan/plugins/schedulers/rcps/libs/src/CMakeLists.txt
++++ b/plan/plugins/schedulers/rcps/libs/src/CMakeLists.txt
+@@ -34,4 +34,6 @@
+     ${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})
diff --git a/debian/patches/series b/debian/patches/series
index 2de132b..b6c5b05 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 jpeg_filter_compile_with_lcms2.patch
+plan-shlib-without-versioned-soname.patch
 upstream_GENERIC_KOFFICE_LIB_-SO-VERSION-GENERIC_CALLIGRA_LIB.patch

-- 
Calligra suite packaging.



More information about the pkg-kde-commits mailing list