[SCM] OpenBLAS packaging for Debian branch, master, updated. upstream/0.2.6-7-gf2b7e18

Sébastien Villemot sebastien at debian.org
Mon May 20 17:04:23 UTC 2013


The following commit has been merged in the master branch:
commit 4ddabcc15655e49d5517d366a621426bddc043f3
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon May 20 18:40:03 2013 +0200

    Put "libblas3 | libblas.so.3" in the shlibs of libopenblas-base
    
    Packages compiled with libopenblas-dev installed will now have a BLAS
    dependency satisfiable by all BLAS flavours.

diff --git a/debian/changelog b/debian/changelog
index 424f36a..7c67d60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ openblas (0.2.6-2) UNRELEASED; urgency=low
   * power7.patch: new patch, should fix FTBFS on powerpc buildd with Power7 arch
   * libblas3-soname.patch: new patch, sets the SONAME of the dynamic library to
     libblas.so.3. (Closes: #687349)
+  * Put "libblas3 | libblas.so.3" in the shlibs of libopenblas-base.
+    Packages compiled with libopenblas-dev installed will now have a BLAS
+    dependency satisfiable by all BLAS flavours.
   * Switch to git as VCS for packaging
 
  -- Sébastien Villemot <sebastien at debian.org>  Mon, 20 May 2013 16:05:33 +0200
diff --git a/debian/rules b/debian/rules
index e31a991..c0f108e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-DEB_DH_MAKESHLIBS_ARGS_libopenblas-base = -n
+DEB_DH_MAKESHLIBS_ARGS_libopenblas-base = -V "libblas3 | libblas.so.3" -n
 
 COMMON_MAKE_OPTIONS = NO_LAPACK=1 NO_AFFINITY=1
 ENABLE_DYNAMIC_ARCHS := amd64 i386 kfreebsd-amd64 kfreebsd-i386

-- 
OpenBLAS packaging for Debian



More information about the debian-science-commits mailing list