[atlas] 01/04: libatlas3-base: add dependency on libblas-common.
Sébastien Villemot
sebastien at debian.org
Sat Sep 27 18:47:27 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository atlas.
commit 54469d64ef63ff6598e250abdd7d0db594d95978
Author: Sébastien Villemot <sebastien at debian.org>
Date: Sat Sep 27 20:17:05 2014 +0200
libatlas3-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 cd5e0a5..8e12866 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/atlas.g
Package: libatlas3-base
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, libblas-common
Provides: libblas.so.3gf, liblapack.so.3gf, libblas.so.3, liblapack.so.3
Conflicts: libblas3gf (<< 1.2-5), liblapack3gf (<< 3.2.1-4),
libatlas3gf-base (<< 3.8.4-4)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/atlas.git
More information about the debian-science-commits
mailing list