Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5cb9f5a

Browse files
committed
debian/control - require sphinx 1.1.3 due to problems with unicode in earlier present on older Debian/Ubuntu's versions
1 parent 475aaeb commit 5cb9f5a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

debian/changelog

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ scikit-learn (0.14-1) unstable; urgency=low
44
* debian/rules
55
- overload dh_auto_clean to call "clean" without -a
66
(see https://github.com/scikit-learn/scikit-learn/issues/2351)
7+
* debian/control
8+
- require sphinx 1.1.3 due to problems with unicode in earlier
9+
present on older Debian/Ubuntu's versions
710

8-
-- Yaroslav Halchenko <[email protected]> Wed, 07 Aug 2013 20:02:44 -0400
11+
-- Yaroslav Halchenko <[email protected]> Wed, 07 Aug 2013 20:06:18 -0400
912

1013
scikit-learn (0.14~a1+git20-gc9ba2c3-1) UNRELEASED; urgency=low
1114

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Section: python
33
Priority: optional
44
Maintainer: NeuroDebian Team <[email protected]>
55
Uploaders: Yaroslav Halchenko <[email protected]>, Michael Hanke <[email protected]>
6-
Build-Depends: debhelper (>= 7.0.50), python-all-dev (>= 2.5), python-support (>= 0.6), python-numpy, python-scipy, libsvm-dev (>= 2.84.0), python-sphinx (>= 1.0~), graphviz, python-nose, python-setuptools, cython (>= 0.12~), python-matplotlib, swig, python-joblib (>= 0.4.5), python-imaging
6+
Build-Depends: debhelper (>= 7.0.50), python-all-dev (>= 2.5), python-support (>= 0.6), python-numpy, python-scipy, libsvm-dev (>= 2.84.0), python-sphinx (>= 1.1.3~), graphviz, python-nose, python-setuptools, cython (>= 0.12~), python-matplotlib, swig, python-joblib (>= 0.4.5), python-imaging
77
Standards-Version: 3.9.3
88
XS-Python-Version: >= 2.6
99
Homepage: http://scikit-learn.sourceforge.net

0 commit comments

Comments
 (0)