From 5cb9f5a2344431631ceae77d9ace84ddb5615fea Mon Sep 17 00:00:00 2001
From: Yaroslav Halchenko <debian@onerussian.com>
Date: Wed, 7 Aug 2013 20:06:50 -0400
Subject: [PATCH] debian/control - require sphinx 1.1.3 due to problems with
 unicode in earlier present on older Debian/Ubuntu's versions

---
 debian/changelog | 5 ++++-
 debian/control   | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0f7f5b79d1..ea5a651b14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,11 @@ scikit-learn (0.14-1) unstable; urgency=low
   * debian/rules
     - 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
 
- -- Yaroslav Halchenko <debian@onerussian.com>  Wed, 07 Aug 2013 20:02:44 -0400
+ -- Yaroslav Halchenko <debian@onerussian.com>  Wed, 07 Aug 2013 20:06:18 -0400
 
 scikit-learn (0.14~a1+git20-gc9ba2c3-1) UNRELEASED; urgency=low
 
diff --git a/debian/control b/debian/control
index a3737c2ba0..375ec7ed6e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
 Priority: optional
 Maintainer: NeuroDebian Team <team@neuro.debian.net>
 Uploaders: Yaroslav Halchenko <debian@onerussian.com>, Michael Hanke <michael.hanke@gmail.com>
-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
+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
 Standards-Version: 3.9.3
 XS-Python-Version: >= 2.6
 Homepage: http://scikit-learn.sourceforge.net
-- 
GitLab