[SCM] Calligra suite packaging. branch, master, updated. 02ac37904fd2b47a30c49aa3387b8e59f0e21bf1

Adrien Grellier adrien-guest at alioth.debian.org
Thu Sep 22 19:55:38 UTC 2011


The following commit has been merged in the master branch:
commit 3f2e49bac219009dc062ff96672f204ecf7db951
Author: Adrien Grellier <adrien.grellier at laposte.net>
Date:   Wed Sep 21 22:25:53 2011 +0200

    patch for braindump shlib-without-versioned-soname
    
    --HG--
    extra : rebase_source : 7f169fbb1c69ff956682a06fe35e81d1be4b37a1
---
 .../braindump_shlib-without-versioned-soname.patch |   13 +++++++++++++
 debian/patches/series                              |    1 +
 2 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/debian/patches/braindump_shlib-without-versioned-soname.patch b/debian/patches/braindump_shlib-without-versioned-soname.patch
new file mode 100644
index 0000000..d4ed1ab
--- /dev/null
+++ b/debian/patches/braindump_shlib-without-versioned-soname.patch
@@ -0,0 +1,13 @@
+Index: calligra-2.3.81/braindump/braindumpcore/CMakeLists.txt
+===================================================================
+--- calligra-2.3.81.orig/braindump/braindumpcore/CMakeLists.txt	2011-09-11 15:34:43.000000000 +0200
++++ calligra-2.3.81/braindump/braindumpcore/CMakeLists.txt	2011-09-20 22:02:08.857211970 +0200
+@@ -9,6 +9,8 @@
+ 
+ target_link_libraries(braindumpcore LINK_INTERFACE_LIBRARIES ${QT_QTCORE_LIBRARY})
+ 
++set_target_properties(braindumpcore PROPERTIES VERSION ${GENERIC_CALLIGRA_LIB_VERSION} SOVERSION ${GENERIC_CALLIGRA_LIB_SOVERSION} )
++
+ install(TARGETS braindumpcore ${INSTALL_TARGETS_DEFAULT_ARGS} )
+ 
+ install(
diff --git a/debian/patches/series b/debian/patches/series
index b6c5b05..9008ea9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 jpeg_filter_compile_with_lcms2.patch
 plan-shlib-without-versioned-soname.patch
 upstream_GENERIC_KOFFICE_LIB_-SO-VERSION-GENERIC_CALLIGRA_LIB.patch
+braindump_shlib-without-versioned-soname.patch

-- 
Calligra suite packaging.



More information about the pkg-kde-commits mailing list