[theano] 03/03: Use Suggests, not Recommends, between package and documentation
Rebecca Palmer
rnpalmer-guest at moszumanska.debian.org
Fri Sep 29 19:37:58 UTC 2017
This is an automated email from the git hooks/post-receive script.
rnpalmer-guest pushed a commit to branch master
in repository theano.
commit 2021932f04e4c55b4dbfe80bfb14324ae3465692
Author: Rebecca N. Palmer <rebecca_palmer at zoho.com>
Date: Fri Sep 29 19:05:03 2017 +0100
Use Suggests, not Recommends, between package and documentation
(we have reverse dependencies now so
https://lintian.debian.org/tags/lib-recommends-documentation.html
applies; also, python3-theano shouldn't also pull in python-theano)
---
debian/changelog | 1 +
debian/control | 17 ++++++++---------
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a30ffc7..46561ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ theano (0.9.0+dfsg-1) UNRELEASED; urgency=medium
* Use libjs-d3 instead of the embedded copy, but re-minify to
work around #745688.
* Clean up properly after build.
+ * Use Suggests, not Recommends, between package and documentation.
-- Rebecca N. Palmer <rebecca_palmer at zoho.com> Mon, 18 Sep 2017 22:15:10 +0100
diff --git a/debian/control b/debian/control
index 4881c0a..228e716 100644
--- a/debian/control
+++ b/debian/control
@@ -58,11 +58,11 @@ Recommends:
python-pydot,
python-nose,
python-nose-parameterized,
- python-pygpu,
- theano-doc
+ python-pygpu
Suggests:
nvidia-cuda-toolkit,
- python-pycuda
+ python-pycuda,
+ theano-doc
Built-Using: ${javascriptBU}
Description: CPU/GPU math expression compiler for Python
Theano is a Python library that allows one to define and evaluate mathematical
@@ -90,11 +90,11 @@ Recommends:
python3-pydot,
python3-nose,
python3-nose-parameterized,
- python3-pygpu,
- theano-doc
+ python3-pygpu
Suggests:
nvidia-cuda-toolkit,
- python3-pycuda
+ python3-pycuda,
+ theano-doc
Built-Using: ${javascriptBU}
Description: CPU/GPU math expression compiler for Python 3
Theano is a Python library that allows one to define and evaluate mathematical
@@ -112,9 +112,8 @@ Section: doc
Depends:
${sphinxdoc:Depends},
${misc:Depends}
-Recommends:
- python-theano,
- python3-theano
+Suggests:
+ python3-theano | python-theano
Built-Using: ${javascriptBU}
Description: CPU/GPU math expression compiler for Python (docs)
Theano is a Python library that allows one to define and evaluate mathematical
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/theano.git
More information about the debian-science-commits
mailing list