[SCM] Calligra suite packaging branch, tip, updated. debian/2.4.3-2-368-g6843e2f
Adrien Grellier
adrien-guest at alioth.debian.org
Mon Mar 18 19:56:56 UTC 2013
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/calligra.git;a=commitdiff;h=9dd1889
The following commit has been merged in the tip branch:
commit 9dd188923a6dd8227d124f0303f04de7476348e5
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