10000 The freshiest upstream release - addressed 'clean -a' issue, thus rem… · javadba/scikit-learn@264de0d · GitHub
[go: up one dir, main page]

Skip to content

Commit 264de0d

Browse files
committed
The freshiest upstream release - addressed 'clean -a' issue, thus removing the dh_auto_clean override
1 parent 18579d5 commit 264de0d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

debian/changelog

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
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
29

310
* The fresh upstream release
411
* debian/rules

debian/rules

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ override_dh_clean:
2525
rm -rf build doc/_build doc/auto_examples *-stamp *.egg-info sklearn/datasets/__config__.py
2626
dh_clean
2727

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-
3528
override_dh_auto_install: ${PYVERS:%=python-install%} ${PYVERS:%=python-test%}
3629
# Per Python version logic -- install, test, move .so into -lib
3730
python-install%:

0 commit comments

Comments
 (0)
0