From c076dd0ee4fa48f6777f89bcdb5893f67646dec0 Mon Sep 17 00:00:00 2001 From: Nico Golde <nion@debian.org> Date: Fri, 6 Aug 2010 10:12:11 -0400 Subject: [PATCH] Accepting Nico's patch to account for NumPy transition --- debian/changelog | 8 ++++++++ debian/rules | 1 + 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index da30823fae..c7032d2e7a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +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 diff --git a/debian/rules b/debian/rules index aea45d1f9a..cd572e9d7e 100755 --- a/debian/rules +++ b/debian/rules @@ -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: -- GitLab