File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- scikit-learn (0.14-1) unstable; urgency=low
1
+ scikit-learn (0.14.1-1) unstable; urgency=low
2
+
3
+ * The freshiest upstream release
4
+ - addressed 'clean -a' issue, thus removing the dh_auto_clean override
5
+
6
+ -- Yaroslav Halchenko <debian@onerussian.com> Thu, 08 Aug 2013 14:06:48 -0400
7
+
8
+ scikit-learn (0.14-1) UNRELEASED; urgency=low
2
9
3
10
* The fresh upstream release
4
11
* debian/rules
Original file line number Diff line number Diff line change @@ -25,13 +25,6 @@ override_dh_clean:
25
25
rm -rf build doc/_build doc/auto_examples * -stamp * .egg-info sklearn/datasets/__config__.py
26
26
dh_clean
27
27
28
- # overload call to setup.py due to custom clean action:
29
- # https://github.com/scikit-learn/scikit-learn/issues/2351
30
- override_dh_auto_clean :
31
- : # still call a standard cleaner if there is more to it
32
- -dh_auto_clean
33
- python setup.py clean
34
-
35
28
override_dh_auto_install : ${PYVERS:% =python-install% } ${PYVERS:% =python-test% }
36
29
# Per Python version logic -- install, test, move .so into -lib
37
30
python-install% :
You can’t perform that action at this time.
0 commit comments