[SCM] Debian packaging for suitesparse branch, master, updated. upstream/4.2.0-18-gb3e5b87

Sébastien Villemot sebastien at debian.org
Tue Apr 23 20:42:56 UTC 2013


The following commit has been merged in the master branch:
commit b3e5b87874baf3c1b46b523b38436200e678ed07
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Tue Apr 23 22:28:49 2013 +0200

    Fix BLAS/LAPACK dependencies of libsuitesparse-dev

diff --git a/debian/changelog b/debian/changelog
index 6d5a021..ab586ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,9 @@ suitesparse (1:4.2.0-1) experimental; urgency=low
   * Fix version in NEWS.Debian, to make lintian happy
   * parallel-build.diff: new patch, fixes parallel build
   * Multiarchify the package
+  * Fix BLAS/LAPACK dependencies of libsuitesparse-dev:
+    - remove obsolete ATLAS specialized libraries (Closes: #645846)
+    - add libopenblas-dev as a BLAS alternative (Closes: #645844)
 
  -- Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>  Mon, 10 Sep 2012 16:40:47 +0200
 
diff --git a/debian/control.in b/debian/control.in
index e3c7dc1..ad8fdc3 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -209,8 +209,8 @@ Depends: ${misc:Depends},
  @KLU@ (= ${binary:Version}),
  @LDL@ (= ${binary:Version}),
  @UMFPACK@ (= ${binary:Version}),
- libblas-dev | libatlas-base-dev | libatlas-sse-dev | libatlas-sse2-dev | libatlas-3dnow-dev,
- liblapack-dev | libatlas-base-dev | libatlas-sse-dev | libatlas-sse2-dev | libatlas-3dnow-dev
+ libblas-dev | libatlas-base-dev | libopenblas-dev,
+ liblapack-dev | libatlas-base-dev
 Conflicts: libufsparse-dbg
 Replaces: libufsparse-dbg
 Description: libraries for sparse matrices computations (debugging symbols)

-- 
Debian packaging for suitesparse



More information about the debian-science-commits mailing list