[caffe] 121/249: d/control: bump python to python3
Zhou Mo
cdluminate-guest at moszumanska.debian.org
Tue Mar 8 14:51:30 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 9bf1d07e11adb7fed82f545ce61b1404984b5671
Author: Zhou Mo <cdluminate at gmail.com>
Date: Tue Sep 1 07:42:55 2015 +0000
d/control: bump python to python3
---
debian/control | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/debian/control b/debian/control
index 52fabb5..b186219 100644
--- a/debian/control
+++ b/debian/control
@@ -16,8 +16,8 @@ Build-Depends: cmake, debhelper (>=9),
libgoogle-glog-dev,
liblmdb-dev,
protobuf-compiler,
- python-all,
- python-numpy,
+ python3-all-dev,
+ python3-numpy,
bc,
# constrain CUDA from experimental (31 Aug, 2015).
# to let it pass the build with gcc-4.9
@@ -25,7 +25,7 @@ Build-Depends: cmake, debhelper (>=9),
Standards-Version: 3.9.6
Homepage: http://caffe.berkeleyvision.org
Vcs-Git: https://github.com/BVLC/caffe.git
-X-Python-Version: >= 2.6
+X-Python-Version: >= 3.3
Package: caffe-cpu
Section: contrib/science
@@ -116,7 +116,7 @@ Description: Fast open framework for Deep Learning (Library Dev, CUDA)
.
This package contains the development files of CUDA caffe.
-Package: python-caffe-cpu
+Package: python3-caffe-cpu
Section: contrib/python
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, libcaffe-cpu0
@@ -126,9 +126,9 @@ Description: Fast open framework for Deep Learning (Python Interface)
and modularity in mind. It is developed by the Berkeley Vision
and Learning Center (BVLC) and community contributors.
.
- This package contains the python2 interface of CPU caffe.
+ This package contains the python3 interface of CPU caffe.
-Package: python-caffe-cuda
+Package: python3-caffe-cuda
Section: contrib/python
Architecture: i386 amd64
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, libcaffe-cuda0
@@ -138,4 +138,4 @@ Description: Fast open framework for Deep Learning (Python Interface)
and modularity in mind. It is developed by the Berkeley Vision
and Learning Center (BVLC) and community contributors.
.
- This package contains the python2 interface of CUDA caffe.
+ This package contains the python3 interface of CUDA caffe.
--
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