[caffe] 223/249: d/control: misc update incl remove Pre-Depends
Zhou Mo
cdluminate-guest at moszumanska.debian.org
Tue Mar 8 14:51:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
cdluminate-guest pushed a commit to branch debian/experimental
in repository caffe.
commit 90cc4720a9da8313803dd1593a4279e5400efddf
Author: Zhou Mo <cdluminate at gmail.com>
Date: Fri Sep 4 06:34:36 2015 +0000
d/control: misc update incl remove Pre-Depends
---
debian/control | 20 +++++++++-----------
1 file changed, 9 insertions(+), 11 deletions(-)
diff --git a/debian/control b/debian/control
index ec86062..a3a8379 100644
--- a/debian/control
+++ b/debian/control
@@ -28,13 +28,12 @@ Standards-Version: 3.9.6
Homepage: http://caffe.berkeleyvision.org
Vcs-Browser: http://anonscm.debian.org/cgit/debian-science/packages/caffe.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/caffe.git
-X-Python-Version: >= 2.6
+X-Python-Version: >= 2.7
Package: caffe-cpu
Architecture: any
Depends: libcaffe-cpu0 (= ${binary:Version}),
- ${misc:Depends},
- ${shlibs:Depends}
+ ${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,
@@ -46,7 +45,6 @@ Description: Fast open framework for Deep Learning (Tools, CPU_ONLY)
Package: libcaffe-cpu0
Section: contrib/libs
Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Conflicts: libcaffe-cuda0
Provides: libcaffe.so.0
@@ -62,7 +60,7 @@ Section: contrib/libdevel
Architecture: any
Conflicts: libcaffe-cuda-dev
Depends: libcaffe-cpu0 (= ${binary:Version}), ${misc:Depends}
-Description: Fast open framework for Deep Learning (LibDev, CPU_ONLY)
+Description: Fast open framework for Deep Learning (Dev, 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.
@@ -73,8 +71,7 @@ Package: caffe-cuda
# CUDA is available only on i386 and amd64
Architecture: i386 amd64
Depends: libcaffe-cuda0 (= ${binary:Version}),
- ${misc:Depends},
- ${shlibs:Depends}
+ ${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,
@@ -87,7 +84,6 @@ Package: libcaffe-cuda0
Section: contrib/libs
# CUDA is available only on i386 and amd64
Architecture: i386 amd64
-Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Conflicts: libcaffe-cpu0
Provides: libcaffe.so.0
@@ -104,7 +100,7 @@ Section: contrib/libdevel
Architecture: i386 amd64
Depends: libcaffe-cuda0 (= ${binary:Version}), ${misc:Depends}
Conflicts: libcaffe-cpu-dev
-Description: Fast open framework for Deep Learning (LibDev, CUDA)
+Description: Fast open framework for Deep Learning (Dev, 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.
@@ -114,7 +110,8 @@ Description: Fast open framework for Deep Learning (LibDev, 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,
@@ -126,7 +123,8 @@ Description: Fast open framework for Deep Learning (Python2, CPU_ONLY)
Package: python-caffe-cuda
Section: contrib/python
Architecture: i386 amd64
-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,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/caffe.git
More information about the debian-science-commits
mailing list