[caffe] 184/249: d/control: fix ${python3:Depends}
Zhou Mo
cdluminate-guest at moszumanska.debian.org
Tue Mar 8 14:51:39 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 50e641f4b9adcbd6721d9da739d0cead19e62408
Author: Zhou Mo <cdluminate at gmail.com>
Date: Wed Sep 2 07:18:21 2015 +0000
d/control: fix ${python3:Depends}
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 97c04d3..1402ff4 100644
--- a/debian/control
+++ b/debian/control
@@ -119,7 +119,7 @@ Description: Fast open framework for Deep Learning (Library Dev, CUDA)
Package: python3-caffe-cpu
Section: contrib/python
Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, libcaffe-cpu0
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, libcaffe-cpu0
Conflicts: python3-caffe-cuda
Description: Fast open framework for Deep Learning (Python3 Interface, CPU_ONLY)
Caffe is a deep learning framework made with expression, speed,
@@ -131,7 +131,7 @@ Description: Fast open framework for Deep Learning (Python3 Interface, CPU_ONLY)
Package: python3-caffe-cuda
Section: contrib/python
Architecture: i386 amd64
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, libcaffe-cuda0
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, libcaffe-cuda0
Conflicts: python3-caffe-cpu
Description: Fast open framework for Deep Learning (Python3 Interface, 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