File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
scikit-learn (0.14-1) unstable; urgency=low
2
2
3
3
* The fresh upstream release
4
+ * debian/rules
5
+ - overload dh_auto_clean to call "clean" without -a
6
+ (see https://github.com/scikit-learn/scikit-learn/issues/2351)
4
7
5
- -- Yaroslav Halchenko <debian@onerussian.com> Wed, 07 Aug 2013 19:30:19 -0400
8
+ -- Yaroslav Halchenko <debian@onerussian.com> Wed, 07 Aug 2013 20:02:44 -0400
6
9
7
10
scikit-learn (0.14~a1+git20-gc9ba2c3-1) UNRELEASED; urgency=low
8
11
Original file line number Diff line number Diff line change @@ -21,6 +21,12 @@ override_dh_clean:
21
21
rm -rf build doc/_build doc/auto_examples * -stamp * .egg-info sklearn/datasets/__config__.py
22
22
dh_clean
23
23
24
+ # overload call to setup.py due to custom clean action:
25
+ # https://github.com/scikit-learn/scikit-learn/issues/2351
26
+ override_dh_auto_clean :
27
+ : # still call a standard cleaner if there is more to it
28
+ -dh_auto_clean
29
+ python setup.py clean
24
30
25
31
override_dh_auto_install : ${PYVERS:% =python-install% } ${PYVERS:% =python-test% }
26
32
# Per Python version logic -- install, test, move .so into -lib
You can’t perform that action at this time.
0 commit comments