From 264de0d88bcbba2a418005088dc8d16b96175236 Mon Sep 17 00:00:00 2001
From: Yaroslav Halchenko <debian@onerussian.com>
Date: Thu, 8 Aug 2013 14:07:23 -0400
Subject: [PATCH] The freshiest upstream release - addressed 'clean -a' issue,
 thus removing the dh_auto_clean override

---
 debian/changelog | 9 ++++++++-
 debian/rules     | 7 -------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f9ef4d776f..9308dbd98d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,11 @@
-scikit-learn (0.14-1) unstable; urgency=low
+scikit-learn (0.14.1-1) unstable; urgency=low
+
+  * The freshiest upstream release
+    - addressed 'clean -a' issue, thus removing the dh_auto_clean override
+
+ -- Yaroslav Halchenko <debian@onerussian.com>  Thu, 08 Aug 2013 14:06:48 -0400
+
+scikit-learn (0.14-1) UNRELEASED; urgency=low
 
   * The fresh upstream release
   * debian/rules
diff --git a/debian/rules b/debian/rules
index eacf75a5dd..0818ec0b06 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,13 +25,6 @@ override_dh_clean:
 	rm -rf build doc/_build doc/auto_examples *-stamp *.egg-info sklearn/datasets/__config__.py
 	dh_clean
 
-# overload call to setup.py due to custom clean action:
-# https://github.com/scikit-learn/scikit-learn/issues/2351
-override_dh_auto_clean:
-	: # still call a standard cleaner if there is more to it
-	-dh_auto_clean
-	python setup.py clean
-
 override_dh_auto_install: ${PYVERS:%=python-install%} ${PYVERS:%=python-test%}
 # Per Python version logic -- install, test, move .so into -lib
 python-install%:
-- 
GitLab