[scikit-learn] 01/02: move joblib to Depends from Recommends (Closes: #709056)
Andreas Tille
tille at debian.org
Wed Dec 28 13:10:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to annotated tag debian/0.11.0-2+deb7u1
in repository scikit-learn.
commit e3f47e06482da54561b5a2963a24966f79f3db2d
Author: Yaroslav Halchenko <debian at onerussian.com>
Date: Mon May 20 11:01:30 2013 -0400
move joblib to Depends from Recommends (Closes: #709056)
extracted from 9e4518b6c32888c1440f4a092f5de63ab8dd232e
---
debian/changelog | 7 +++++++
debian/control | 5 +++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c767e1c..34c07aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+scikit-learn (0.13-3) unstable; urgency=low
+
+ * debian/control
+ - move joblib to Depends from Recommends (Closes: #709056)
+
+ -- Yaroslav Halchenko <debian at onerussian.com> Mon, 20 May 2013 11:01:00 -0400
+
scikit-learn (0.11.0-2) unstable; urgency=low
* Patches to resolve FTBFS'es (Closes: #680246)
diff --git a/debian/control b/debian/control
index ab168bd..045fe0c 100644
--- a/debian/control
+++ b/debian/control
@@ -15,10 +15,11 @@ Package: python-sklearn
Replaces: python-scikits-learn (<< 0.9~)
Breaks: python-scikits-learn (<< 0.9~)
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-numpy, python-scipy, python-sklearn-lib(>= ${source:Version})
+Depends: ${misc:Depends}, ${python:Depends}, python-numpy, python-scipy, python-sklearn-lib(>= ${source:Version}),
+ python-joblib (>= 0.4.5),
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
-Recommends: python-nose, python-psyco, python-matplotlib, python-joblib (>= 0.4.5)
+Recommends: python-nose, python-psyco, python-matplotlib
Suggests: python-dap, python-scikits-optimization, python-sklearn-doc, ipython
Enhances: python-mvpa2, python-mdp
Description: Python modules for machine learning and data mining
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/scikit-learn.git
More information about the debian-science-commits
mailing list