[caffe] 05/11: control: update B-D for python3 package
Zhou Mo
cdluminate-guest at moszumanska.debian.org
Fri Jun 3 09:31:12 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.
commit 98c179223ff091d08906018474595015b9b0d8b7
Author: Zhou Mo <cdluminate at gmail.com>
Date: Fri Jun 3 09:03:11 2016 +0000
control: update B-D for python3 package
---
debian/control | 24 +++++++++++++++++++++---
1 file changed, 21 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index fc3903f..0059711 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: bc,
bash-completion,
debhelper (>=9),
dh-python,
-# libboost-all-dev (>= 1.55) - we pull boost stack partially.
+# libboost-all-dev (>= 1.55) - we merely pull partial boost stack, the true B-D.
libboost-filesystem-dev,
libboost-system-dev,
libboost-thread-dev,
@@ -26,8 +26,26 @@ Build-Depends: bc,
libprotoc-dev,
libsnappy-dev,
protobuf-compiler,
- python-all-dev,
- python-numpy,
+ python3-all-dev,
+ python3-numpy,
+# non B-D for python3 package, but we need these Runtime-Dep to pass the testsuite
+ cython3,
+ ipython3,
+ python3,
+ python3-skimage,
+# python3-protobuf, # not available yet, FIXME before upload
+ python3-dateutil,
+ python3-gflags,
+ python3-h5py,
+ python3-leveldb,
+ python3-matplotlib,
+ python3-networkx,
+ python3-nose,
+ python3-pandas,
+ python3-pil,
+ python3-scipy,
+ python3-six,
+ python3-yaml,
Standards-Version: 3.9.8
Homepage: http://caffe.berkeleyvision.org
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/caffe.git
--
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