[SCM] Calligra suite packaging. branch, master, updated. ba66e349ad42dcf2e15eb44b7e8cf3ccb8de1fc8
Raúl Sánchez Siles
kebianizao-guest at alioth.debian.org
Mon Dec 5 19:18:31 UTC 2011
The following commit has been merged in the master branch:
commit ba66e349ad42dcf2e15eb44b7e8cf3ccb8de1fc8
Author: Raúl Sánchez Siles <rasasi78 at gmail.com>
Date: Wed Nov 2 19:59:25 2011 +0100
Patch to avoid linking blas.
---
debian/patches/do_not_link_blas | 17 +++++++++++++++++
debian/patches/series | 1 +
2 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/debian/patches/do_not_link_blas b/debian/patches/do_not_link_blas
new file mode 100644
index 0000000..3f84b09
--- /dev/null
+++ b/debian/patches/do_not_link_blas
@@ -0,0 +1,17 @@
+Description: Do not link blas library
+ Upstream is linking blas library which is not needed.
+Author: Raúl Sánchez Siles <rasasi78 at gmail.com>
+Last-Update: 2011-12-01
+Origin: vendor, http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-std/calligra.git;a=blob;f=debian/patches/do_not_link_blas;hb=HEAD
+Forwarded: needed
+diff -r abb77af91876 tables/plugins/solver/CMakeLists.txt
+--- a/tables/plugins/solver/CMakeLists.txt Tue Nov 01 20:03:45 2011 +0100
++++ b/tables/plugins/solver/CMakeLists.txt Wed Nov 02 09:11:38 2011 +0100
+@@ -27,7 +27,6 @@
+
+ target_link_libraries( kspreadsolver
+ ${GSL_LIBRARIES}
+- ${GSL_CBLAS_LIBRARIES}
+ calligratablescommon
+ )
+
diff --git a/debian/patches/series b/debian/patches/series
index 6de1827..2d2ed06 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+do_not_link_blas
braindump_shlib-without-versioned-soname.patch
upstream_KDEinit_pb.patch
--
Calligra suite packaging.
More information about the pkg-kde-commits
mailing list