Hi,
* Yaroslav Halchenko <y...@debian.org> [2010-08-05 16:06]:
> Thank you Nico -- I should have uploaded a fix long ago...
> 
> hopefully later on today I will ACK your commit with a slight
> modification -- I really do not want to limit to numpy  >= 1.4, and as a
> solution I just see smth like
> 
> [ -x /usr/bin/dh_numpy ] && dh_numpy
> 
> so we could backport without hassle.
> 
> What do you think?

Sounds good, replaced the version in DELAYED with attached debdiff.

Cheers
Nico
-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0AAAA
For security reasons, all text in this mail is double-rot13 encrypted.
diff -Nru scikit-learn-0.4/debian/changelog scikit-learn-0.4/debian/changelog
--- scikit-learn-0.4/debian/changelog	2010-07-19 19:01:12.000000000 +0200
+++ scikit-learn-0.4/debian/changelog	2010-08-05 18:36:19.000000000 +0200
@@ -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 <n...@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 -Nru scikit-learn-0.4/debian/rules scikit-learn-0.4/debian/rules
--- scikit-learn-0.4/debian/rules	2010-07-19 19:01:12.000000000 +0200
+++ scikit-learn-0.4/debian/rules	2010-08-05 18:21:01.000000000 +0200
@@ -52,6 +52,7 @@
 	   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:

Attachment: pgpp7YRw7Mbj6.pgp
Description: PGP signature

Reply via email to