[caffe-contrib] 180/362: d/control: bump python version to 3

Zhou Mo cdluminate-guest at moszumanska.debian.org
Tue May 3 09:24:29 UTC 2016


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

cdluminate-guest pushed a commit to branch master
in repository caffe-contrib.

commit 0d0dc17c9b4168433c638bce27d89f21540f4b7c
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Wed Sep 2 07:02:48 2015 +0000

    d/control: bump python version to 3
---
 debian/control | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index 39da832..97c04d3 100644
--- a/debian/control
+++ b/debian/control
@@ -16,8 +16,9 @@ Build-Depends: cmake, debhelper (>=9),
                libgoogle-glog-dev,
                liblmdb-dev,
                protobuf-compiler,
-               python-all,
-               python-numpy,
+               python3-all,
+               python3-all-dev,
+               python3-numpy,
                dh-python,
                bc,
 # constrain CUDA from experimental (31 Aug, 2015).
@@ -26,7 +27,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
 Architecture: any
@@ -115,26 +116,26 @@ 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
-Conflicts: python-caffe-cuda
-Description: Fast open framework for Deep Learning (Python Interface, CPU_ONLY)
+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, 
  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
-Conflicts: python-caffe-cpu
-Description: Fast open framework for Deep Learning (Python Interface, CUDA)
+Conflicts: python3-caffe-cpu
+Description: Fast open framework for Deep Learning (Python3 Interface, CUDA)
  Caffe is a deep learning framework made with expression, speed, 
  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-contrib.git



More information about the debian-science-commits mailing list