[caffe-contrib] 03/362: control: fill with content essential to build

Zhou Mo cdluminate-guest at moszumanska.debian.org
Tue May 3 09:24:06 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 6b8ff760f11a5af32eef37dc0e73b3842d19b132
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Thu Jul 9 01:16:13 2015 +0000

    control: fill with content essential to build
---
 debian/control | 39 ++++++++++++++++++++++++++++-----------
 1 file changed, 28 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index 6134a98..1ff575c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,32 @@
 Source: caffe
-Section: unknown
+Section: non-free/science
 Priority: extra
 Maintainer: Zhou Mo <cdluminate at gmail.com>
-Build-Depends: cmake, debhelper (>=9)
+Uploaders: Zhou Mo <cdluminate at gmail.com>
+Build-Depends: cmake, debhelper (>=9),
+               python-all,
+               libopencv-dev (>= 2.4),
+               libboost-all-dev (>= 1.55) | libboost1.55-all-dev (>= 1.55),
+               libopenblas-dev,
+               libprotobuf-dev,
+               libleveldb-dev,
+               libsnappy-dev,
+               libhdf5-serial-dev,
+               libgflags-dev,
+               libgoogle-glog-dev,
+               liblmdb-dev,
+               protobuf-compiler
+# nvidia-cuda-toolkit
 Standards-Version: 3.9.6
-Homepage: <insert the upstream URL, if relevant>
+Homepage: http://caffe.berkeleyvision.org/
+Vcs-Git: https://github.com/BVLC/caffe.git
+#X-Python-Version: >= 2.6
 
 Package: caffe
+Section: science
 Architecture: any
 Multi-Arch: foreign
 Depends: libcaffe (= ${binary:Version}),
-         libcaffe-cuda (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: auto-generated package by debmake: bin #0
@@ -37,18 +53,19 @@ Description: auto-generated package by debmake: dev #2
  This package contains the development files.: #2
 
 Package: caffe-cuda
-Architecture: any
+Section: non-free/science
+# CUDA is available only on i386 and amd64
+Architecture: i386 amd64
 Multi-Arch: foreign
-Depends: libcaffe (= ${binary:Version}),
-         libcaffe-cuda (= ${binary:Version}),
+Depends: libcaffe-cuda (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: auto-generated package by debmake: bin #3
  This package contains the compiled binary executable.: #3
 
 Package: libcaffe-cuda
-Section: libs
-Architecture: any
+Section: non-free/libs
+Architecture: i386 amd64
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -56,8 +73,8 @@ Description: auto-generated package by debmake: lib #4
  This package contains the shared library.: #4
 
 Package: libcaffe-cuda-dev
-Section: libdevel
-Architecture: any
+Section: non-free/libdevel
+Architecture: i386 amd64
 Multi-Arch: same
 Depends: libcaffe-cuda (= ${binary:Version}), ${misc:Depends}
 Description: auto-generated package by debmake: dev #5

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