[caffe-contrib] 126/362: Revert "d/control: bump python to python3"

Zhou Mo cdluminate-guest at moszumanska.debian.org
Tue May 3 09:24:22 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 89a8456d53d9017b21d2d795e2ff284293bdd50a
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Tue Sep 1 08:27:50 2015 +0000

    Revert "d/control: bump python to python3"
    
    This reverts commit 9bf1d07e11adb7fed82f545ce61b1404984b5671.
---
 debian/control | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index b186219..52fabb5 100644
--- a/debian/control
+++ b/debian/control
@@ -16,8 +16,8 @@ Build-Depends: cmake, debhelper (>=9),
                libgoogle-glog-dev,
                liblmdb-dev,
                protobuf-compiler,
-               python3-all-dev,
-               python3-numpy,
+               python-all,
+               python-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: >= 3.3
+X-Python-Version: >= 2.6
 
 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: python3-caffe-cpu
+Package: python-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 python3 interface of CPU caffe.
+ This package contains the python2 interface of CPU caffe.
 
-Package: python3-caffe-cuda
+Package: python-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 python3 interface of CUDA caffe.
+ This package contains the python2 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