From 36cde784caddeb08febc2619582f29995ecb4cec Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko <debian@onerussian.com> Date: Wed, 7 Aug 2013 20:17:59 -0400 Subject: [PATCH] boost policy to 3.9.4 --- debian/changelog | 5 +++-- debian/control | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 832e40c6d8..dd529c4dce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,13 +5,14 @@ scikit-learn (0.14-1) unstable; urgency=low - overload dh_auto_clean to call "clean" without -a (see https://github.com/scikit-learn/scikit-learn/issues/2351) * debian/control - - require sphinx 1.1.3 due to problems with unicode in earlier - present on older Debian/Ubuntu's versions - Build-Depends: - multilined - dropped swig (not needed since awhile) - moved sphinx, PIL, and graphviz to Build-Depends-Indep since needed only for -doc package + - require sphinx 1.1.3 due to problems with unicode in earlier + present on older Debian/Ubuntu's versions + - boosted policy to 3.9.4 (no further changes) -- Yaroslav Halchenko <debian@onerussian.com> Wed, 07 Aug 2013 20:16:04 -0400 diff --git a/debian/control b/debian/control index d2a3b775ab..0432a37ceb 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 7.0.50), python-joblib (>= 0.4.5), Build-Depends-Indep: python-sphinx (>= 1.1.3~), python-imaging, graphviz, -Standards-Version: 3.9.3 +Standards-Version: 3.9.4 XS-Python-Version: >= 2.6 Homepage: http://scikit-learn.sourceforge.net Vcs-Browser: http://github.com/yarikoptic/scikit-learn -- GitLab