From 314f2961afb4d8496d12e17dd4d51047d626389b Mon Sep 17 00:00:00 2001
From: Yaroslav Halchenko <debian@onerussian.com>
Date: Wed, 7 Aug 2013 20:16:21 -0400
Subject: [PATCH] ENH: Move sphinx&Co to build-depends-indep

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

diff --git a/debian/changelog b/debian/changelog
index f3ee771cd3..832e40c6d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,8 +10,10 @@ scikit-learn (0.14-1) unstable; urgency=low
     - Build-Depends:
       - multilined
       - dropped swig (not needed since awhile)
+      - moved sphinx, PIL, and graphviz to Build-Depends-Indep since
+        needed only for -doc package
 
- -- Yaroslav Halchenko <debian@onerussian.com>  Wed, 07 Aug 2013 20:14:16 -0400
+ -- Yaroslav Halchenko <debian@onerussian.com>  Wed, 07 Aug 2013 20:16:04 -0400
 
 scikit-learn (0.14~a1+git20-gc9ba2c3-1) UNRELEASED; urgency=low
 
diff --git a/debian/control b/debian/control
index 41db61085e..d2a3b775ab 100644
--- a/debian/control
+++ b/debian/control
@@ -9,10 +9,11 @@ Build-Depends: debhelper (>= 7.0.50),
                python-setuptools,
                python-numpy, python-scipy,
                libsvm-dev (>= 2.84.0),
-               python-sphinx (>= 1.1.3~), python-imaging, graphviz,
                python-nose,
                python-matplotlib,
                python-joblib (>= 0.4.5),
+Build-Depends-Indep:
+               python-sphinx (>= 1.1.3~), python-imaging, graphviz,
 Standards-Version: 3.9.3
 XS-Python-Version: >= 2.6
 Homepage: http://scikit-learn.sourceforge.net
-- 
GitLab