[caffe] 208/249: d/control: update dependency of python* package
Zhou Mo
cdluminate-guest at moszumanska.debian.org
Tue Mar 8 14:51:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
cdluminate-guest pushed a commit to branch debian/experimental
in repository caffe.
commit 7796e3ef2004289dd3e7620bc7130cdf69791a3d
Author: Zhou Mo <cdluminate at gmail.com>
Date: Thu Sep 3 07:38:01 2015 +0000
d/control: update dependency of python* package
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 2035ffd..4fc3b87 100644
--- a/debian/control
+++ b/debian/control
@@ -119,7 +119,7 @@ Description: Fast open framework for Deep Learning (LibDev, CUDA)
Package: python-caffe-cpu
Section: contrib/python
Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, libcaffe-cpu0
+Depends: libcaffe-cpu0 (= ${binary:Version}), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Conflicts: python-caffe-cuda
Description: Fast open framework for Deep Learning (Python2, CPU_ONLY)
Caffe is a deep learning framework made with expression, speed,
@@ -131,7 +131,7 @@ Description: Fast open framework for Deep Learning (Python2, CPU_ONLY)
Package: python-caffe-cuda
Section: contrib/python
Architecture: i386 amd64
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, libcaffe-cuda0
+Depends: libcaffe-cuda0 (= ${binary:Version}), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Conflicts: python-caffe-cpu
Description: Fast open framework for Deep Learning (Python2, CUDA)
Caffe is a deep learning framework made with expression, speed,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/caffe.git
More information about the debian-science-commits
mailing list