diff --git a/debian/changelog b/debian/changelog index f9ef4d776fef083b79bfe57c93d3883227f98d63..9308dbd98dc7428df372d955463009a426a253d1 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 eacf75a5ddaee787f601ade067176e5c76e6f6a4..0818ec0b06f48342e6fb2d6287982fe38b10121a 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%: