Skip to content
Snippets Groups Projects
Commit c076dd0e authored by Nico Golde's avatar Nico Golde Committed by Yaroslav Halchenko
Browse files

Accepting Nico's patch to account for NumPy transition

parent c0047b50
No related branches found
No related tags found
No related merge requests found
scikit-learn (0.4-2.1) unstable; urgency=low
* Non-maintainer upload.
* Call dh_numpy from debian/rules to add the correct depends for numpy in
python:Depends (Closes: #590762)
-- Nico Golde <nion@debian.org> Thu, 05 Aug 2010 13:34:19 +0200
scikit-learn (0.4-2) unstable; urgency=low
* deb_cython_0.12.1 to use code cythoned with up-to-date cython
......
......@@ -52,6 +52,7 @@ endif
echo "Moving '$$lib' into '$$tdir'." ; \
mv $$lib $$tdir ; \
done
if [ -x /usr/bin/dh_numpy ]; then dh_numpy; fi
## immediately useable documentation and exemplar scripts/data
override_dh_compress:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment