[caffe-contrib] 290/362: control: refresh with debmake

Zhou Mo cdluminate-guest at moszumanska.debian.org
Tue May 3 09:24:45 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 f81cefb276b7a7a103d9faeac0b1c9aa6f52dc2f
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Wed Mar 9 07:50:29 2016 +0000

    control: refresh with debmake
---
 debian/control | 77 +++++++++++++++++++++++++++++++---------------------------
 1 file changed, 41 insertions(+), 36 deletions(-)

diff --git a/debian/control b/debian/control
index 499bd0e..9a93d59 100644
--- a/debian/control
+++ b/debian/control
@@ -3,32 +3,31 @@ Section: contrib/science
 Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Zhou Mo <cdluminate at gmail.com>
-Build-Depends: cmake,
+Build-Depends: bc,
+               cmake,
                debhelper (>=9),
-               libopencv-dev (>= 2.4),
+               dh-python,
+# require gcc-5, being prepared for the gcc-6 transition
+               gcc-5,
                libboost-all-dev (>= 1.55),
+               libgflags-dev,
+               libgoogle-glog-dev,
+               libhdf5-dev,
+               libhdf5-serial-dev,
+               libleveldb-dev,
+               liblmdb-dev,
                libopenblas-dev,
+               libopencv-dev (>= 2.4),
                libprotobuf-dev,
                libprotoc-dev,
-               libleveldb-dev,
                libsnappy-dev,
-               libhdf5-serial-dev,
-               libhdf5-dev,
-               libgflags-dev,
-               libgoogle-glog-dev,
-               liblmdb-dev,
+# CUDA >= 7.5 is required for compiling with GCC-5
+               nvidia-cuda-dev (>= 7.5.18) [amd64 ppc64el],
+               nvidia-cuda-toolkit (>= 7.5.18) [amd64 ppc64el],
                protobuf-compiler,
-               python-all-dev,
                python-all,
-               python-numpy,
-               dh-python,
-               bc,
-# require gcc-5, being prepared for the gcc-6 transition
-               gcc-5,
-# CUDA >= 7.5 is required for compiling with GCC-5 .
-               nvidia-cuda-toolkit (>= 7.5.18) [amd64 ppc64el],
-               nvidia-cuda-dev (>= 7.5.18) [amd64 ppc64el],
-# bash-completion : for dh_bash-completion
+               python-all-dev,
+               python-numpy
 Standards-Version: 3.9.7
 Homepage: http://caffe.berkeleyvision.org
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/caffe.git
@@ -37,12 +36,13 @@ X-Python-Version: >= 2.7
 
 Package: caffe-cpu
 Architecture: any
-Depends: libcaffe-cpu0 (= ${binary:Version}),
-         bash-completion,
-         ${misc:Depends}, ${shlibs:Depends}
+Depends: bash-completion,
+         libcaffe-cpu0 (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Conflicts: caffe-cuda
 Description: Fast open framework for Deep Learning (Tools, CPU_ONLY)
- Caffe is a deep learning framework made with expression, speed, 
+ 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.
  .
@@ -55,7 +55,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}
 Conflicts: libcaffe-cuda0
 Provides: libcaffe.so.0
 Description: Fast open framework for Deep Learning (Lib, CPU_ONLY)
- Caffe is a deep learning framework made with expression, speed, 
+ 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.
  .
@@ -67,7 +67,7 @@ Architecture: any
 Conflicts: libcaffe-cuda-dev
 Depends: libcaffe-cpu0 (= ${binary:Version}), ${misc:Depends}
 Description: Fast open framework for Deep Learning (Dev, CPU_ONLY)
- Caffe is a deep learning framework made with expression, speed, 
+ 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.
  .
@@ -75,12 +75,13 @@ Description: Fast open framework for Deep Learning (Dev, CPU_ONLY)
 
 Package: caffe-cuda
 Architecture: amd64 ppc64el
-Depends: libcaffe-cuda0 (= ${binary:Version}),
-         bash-completion,
-         ${misc:Depends}, ${shlibs:Depends}
+Depends: bash-completion,
+         libcaffe-cuda0 (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Conflicts: caffe-cpu
 Description: Fast open framework for Deep Learning (Tools, CUDA)
- Caffe is a deep learning framework made with expression, speed, 
+ 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.
  .
@@ -93,7 +94,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}
 Conflicts: libcaffe-cpu0
 Provides: libcaffe.so.0
 Description: Fast open framework for Deep Learning (Lib, CUDA)
- Caffe is a deep learning framework made with expression, speed, 
+ 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.
  .
@@ -105,7 +106,7 @@ Architecture: amd64 ppc64el
 Depends: libcaffe-cuda0 (= ${binary:Version}), ${misc:Depends}
 Conflicts: libcaffe-cpu-dev
 Description: Fast open framework for Deep Learning (Dev, CUDA)
- Caffe is a deep learning framework made with expression, speed, 
+ 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.
  .
@@ -114,11 +115,13 @@ Description: Fast open framework for Deep Learning (Dev, CUDA)
 Package: python-caffe-cpu
 Section: contrib/python
 Architecture: any
-Depends: libcaffe-cpu0 (= ${binary:Version}), ${misc:Depends},
-         ${python:Depends}, ${shlibs:Depends}
+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, 
+ 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.
  .
@@ -127,11 +130,13 @@ Description: Fast open framework for Deep Learning (Python2, CPU_ONLY)
 Package: python-caffe-cuda
 Section: contrib/python
 Architecture: amd64 ppc64el
-Depends: libcaffe-cuda0 (= ${binary:Version}), ${misc:Depends},
-         ${python:Depends}, ${shlibs:Depends}
+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, 
+ 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.
  .

-- 
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