[SCM] OpenBLAS packaging for Debian branch, master, updated. debian/0.2.6-2-10-g126a126

Sébastien Villemot sebastien at debian.org
Fri Jul 26 16:53:03 UTC 2013


The following commit has been merged in the master branch:
commit 973b1271ae10f1a2939ace0d7dacac6339f17e6b
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Fri Jul 26 17:57:27 2013 +0200

    Add dependency of libopenblas-dev on libblas-dev, so that CBLAS headers are installed. (Closes: #685890)

diff --git a/debian/changelog b/debian/changelog
index 4960f1c..9c1c716 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ openblas (0.2.7-1) UNRELEASED; urgency=low
   * Repackage upstream tarball without embedded LAPACK copy
   * Package descriptions: mention that multiple arch is only for x86; fix typo
   * Use canonical URLs for packaging VCS
+  * Add dependency of libopenblas-dev on libblas-dev, so that CBLAS headers are
+    installed. (Closes: #685890)
 
  -- Sébastien Villemot <sebastien at debian.org>  Fri, 26 Jul 2013 17:23:55 +0200
 
diff --git a/debian/control b/debian/control
index af273aa..a199ae7 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,8 @@ Description: Optimized BLAS (linear algebra) library based on GotoBLAS2
 Package: libopenblas-dev
 Section: libdevel
 Architecture: amd64 i386 ia64 powerpc powerpcspe ppc64 kfreebsd-i386 kfreebsd-amd64 hurd-i386 sparc
-Depends: libopenblas-base (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libopenblas-base (= ${binary:Version}), libblas-dev, ${shlibs:Depends},
+ ${misc:Depends}
 Provides: libblas.so
 Suggests: liblapack-dev
 Description: Optimized BLAS (linear algebra) library based on GotoBLAS2

-- 
OpenBLAS packaging for Debian



More information about the debian-science-commits mailing list