Skip to content
Snippets Groups Projects
Commit 264de0d8 authored by Yaroslav Halchenko's avatar Yaroslav Halchenko
Browse files

The freshiest upstream release - addressed 'clean -a' issue, thus removing the...

The freshiest upstream release - addressed 'clean -a' issue, thus removing the dh_auto_clean override
parent 18579d5d
No related branches found
No related tags found
No related merge requests found
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
......
......@@ -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%:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment