[caffe-contrib] 114/362: d/control: fix missing Deps, misc update

Zhou Mo cdluminate-guest at moszumanska.debian.org
Tue May 3 09:24:20 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 0202b80eafc7c345d3ec39470492fa56814df4ce
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Tue Sep 1 06:08:45 2015 +0000

    d/control: fix missing Deps, misc update
---
 debian/control | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index dc7fd6b..52fabb5 100644
--- a/debian/control
+++ b/debian/control
@@ -40,7 +40,7 @@ Description: Fast open framework for Deep Learning (Binary, CPU_ONLY)
  and modularity in mind. It is developed by the Berkeley Vision
  and Learning Center (BVLC) and community contributors.
  .
- This package contains the compiled binary executable of CPU_ONLY caffe.
+ This package contains the compiled binary executable of CPU caffe.
 
 Package: libcaffe-cpu0
 Section: contrib/libs
@@ -49,12 +49,13 @@ Multi-Arch: no
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Conflicts: libcaffe-cuda0
+Provides: libcaffe.so.0
 Description: Fast open framework for Deep Learning (Library, 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 shared library of CPU_ONLY caffe.
+ This package contains the shared library of CPU caffe.
 
 Package: libcaffe-cpu-dev
 Section: contrib/libdevel
@@ -67,7 +68,7 @@ Description: Fast open framework for Deep Learning (Library Dev, CPU_ONLY)
  and modularity in mind. It is developed by the Berkeley Vision
  and Learning Center (BVLC) and community contributors.
  .
- This package contains the development files of CPU_ONLY caffe.
+ This package contains the development files of CPU caffe.
 
 Package: caffe-cuda
 Section: contrib/science
@@ -93,6 +94,7 @@ Multi-Arch: no
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Conflicts: libcaffe-cpu0
+Provides: libcaffe.so.0
 Description: Fast open framework for Deep Learning (Library, CUDA)
  Caffe is a deep learning framework made with expression, speed, 
  and modularity in mind. It is developed by the Berkeley Vision
@@ -117,7 +119,7 @@ Description: Fast open framework for Deep Learning (Library Dev, CUDA)
 Package: python-caffe-cpu
 Section: contrib/python
 Architecture: any
-Depends: ${python:Depends}, libcaffe-cpu0
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, libcaffe-cpu0
 Conflicts: python-caffe-cuda
 Description: Fast open framework for Deep Learning (Python Interface)
  Caffe is a deep learning framework made with expression, speed, 
@@ -129,7 +131,7 @@ Description: Fast open framework for Deep Learning (Python Interface)
 Package: python-caffe-cuda
 Section: contrib/python
 Architecture: i386 amd64
-Depends: ${python:Depends}, libcaffe-cuda0
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, libcaffe-cuda0
 Conflicts: python-caffe-cpu
 Description: Fast open framework for Deep Learning (Python Interface)
  Caffe is a deep learning framework made with expression, speed, 

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