From 2722755682c1a10f86360b0f33254ef5b924d8d9 Mon Sep 17 00:00:00 2001
From: Yaroslav Halchenko <debian@onerussian.com>
Date: Wed, 7 Aug 2013 20:14:30 -0400
Subject: [PATCH] dropping swig from build-depends

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

diff --git a/debian/changelog b/debian/changelog
index 3fc06609e8..f3ee771cd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,9 +7,11 @@ scikit-learn (0.14-1) unstable; urgency=low
   * debian/control
     - require sphinx 1.1.3 due to problems with unicode in earlier
       present on older Debian/Ubuntu's versions
-    - multilined Build-Depends
+    - Build-Depends:
+      - multilined
+      - dropped swig (not needed since awhile)
 
- -- Yaroslav Halchenko <debian@onerussian.com>  Wed, 07 Aug 2013 20:13:12 -0400
+ -- Yaroslav Halchenko <debian@onerussian.com>  Wed, 07 Aug 2013 20:14:16 -0400
 
 scikit-learn (0.14~a1+git20-gc9ba2c3-1) UNRELEASED; urgency=low
 
diff --git a/debian/control b/debian/control
index 73854de099..41db61085e 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,6 @@ Build-Depends: debhelper (>= 7.0.50),
                python-nose,
                python-matplotlib,
                python-joblib (>= 0.4.5),
-               swig,
 Standards-Version: 3.9.3
 XS-Python-Version: >= 2.6
 Homepage: http://scikit-learn.sourceforge.net
-- 
GitLab