[openblas] 01/03: libopenblas-base: add dependency on libblas-common.

Sébastien Villemot sebastien at debian.org
Sat Sep 27 18:48:05 UTC 2014


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

sebastien pushed a commit to branch master
in repository openblas.

commit a60b07dd28328d4a3ea83603f3518d6ef871013f
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sat Sep 27 20:23:05 2014 +0200

    libopenblas-base: add dependency on libblas-common.
    
    The goal is to make BLAS implementations multi-arch safe by preventing the
    co-installability of, say, libblas3:amd64 and libatlas3-base:i386. See
    
    Git-Dch: Full
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 4e1664b..a90d0d1 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/openbla
 Package: libopenblas-base
 Section: libs
 Architecture: amd64 armhf i386 powerpc ppc64 kfreebsd-i386 kfreebsd-amd64
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, libblas-common
 Provides: libblas.so.3, liblapack.so.3
 Replaces: libblas3gf (<< 1.2.20110419-3), libatlas3gf-base (<< 3.8.4-4)
 Breaks: libblas3gf (<< 1.2.20110419-3), libatlas3gf-base (<< 3.8.4-4)

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



More information about the debian-science-commits mailing list