[theano] 01/23: deb/control: use virtual libblas.so for the deps of binary packages

Daniel Stender stender at moszumanska.debian.org
Tue Jul 12 10:54:31 UTC 2016


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

stender pushed a commit to branch master
in repository theano.

commit 430daa60dbcc7b2d9d2bf2d40bf69d05d3ee193d
Author: Daniel Stender <stender at debian.org>
Date:   Sun Jul 10 17:00:04 2016 +0200

    deb/control: use virtual libblas.so for the deps of binary packages
---
 debian/changelog | 7 +++++++
 debian/control   | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bddc443..a2de969 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+theano (0.7-6) UNRELEASED; urgency=medium
+
+  * deb/control:
+    + use virtual libblas.so for the deps of binary packages.
+
+ -- Daniel Stender <stender at debian.org>  Sun, 10 Jul 2016 16:58:39 +0200
+
 theano (0.7-5) unstable; urgency=medium
 
   * deb/control: build with libblas-dev.
diff --git a/debian/control b/debian/control
index f3d3e72..4d127b4 100644
--- a/debian/control
+++ b/debian/control
@@ -40,7 +40,7 @@ Section: python
 Depends:
  ${python:Depends},
  python-dev,
- libopenblas-dev | libblas-dev,
+ libblas-dev | libblas.so,
  ${misc:Depends}
 Recommends:
  python-pydot,
@@ -67,7 +67,7 @@ Section: python
 Depends:
  ${python3:Depends},
  python3-dev,
- libopenblas-dev | libblas-dev,
+ libblas-dev | libblas.so,
  ${misc:Depends}
 Recommends:
  python3-pydot,

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



More information about the debian-science-commits mailing list