[blas] 02/03: Add empty arch:any package libblas-common.

Sébastien Villemot sebastien at debian.org
Sun Sep 21 14:02:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository blas.

commit 8eab94dbcab4b54da2e6339c4485995d33f61531
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sun Sep 21 15:05:40 2014 +0200

    Add empty arch:any package libblas-common.
    
    All BLAS/LAPACK implementations will now depend on this package. The goal is to
    make BLAS implementations multi-arch safe by preventing the co-installability
    of, say, libblas3:amd64 and libatlas3-base:i386. See #760936 for more details.
    On the longer term, the right solution is of course to make BLAS
    implementations M-A:same.
    
    Git-Dch: Full
---
 debian/control | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 0f1a0ef..c10cd71 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/blas.gi
 Package: libblas3
 Architecture: any
 Provides: libblas.so.3gf, libblas3gf, libblas.so.3
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, libblas-common
 Replaces: libblas3gf (<< 1.2.20110419-3), libatlas3gf-base (<< 3.8.4-4),
  libopenblas-base (<< 0.1.1-3)
 Breaks: libblas3gf (<< 1.2.20110419-3), libatlas3gf-base (<< 3.8.4-4),
@@ -29,6 +29,13 @@ Description: Basic Linear Algebra Reference implementations, shared library
  .
  This package contains a shared version of the library.
 
+Package: libblas-common
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Dependency package for all BLAS implementations
+ The only purpose of this empty package is to ensure multi-arch safety of
+ different BLAS implementations. See #760936 for more details.
+
 Package: libblas3gf
 Architecture: all
 Section: oldlibs

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/blas.git



More information about the debian-science-commits mailing list