* Miguel de Val-Borro <miguel.de...@gmail.com>, 2011-12-02, 23:07:
| $ python -c 'import numexpr'
| Traceback (most recent call last):
| File "<string>", line 1, in <module>
| File "/usr/lib/pymodules/python2.6/numexpr/__init__.py", line 28, in
<module>
| from numexpr.expressions import E
| File "/usr/lib/pymodules/python2.6/numexpr/expressions.py", line 7, in
<module>
| import numpy
| ImportError: No module named numpy
BTW, since your package uses Numpy via a C extension module, you
should use dh_numpy to generate versioned dependency on it.
The dependency on numpy is fixed in the attached patch editing
debian/control because the package is not using dh,
Why is that relevant that the package doesn't use dh?
+ * Change Standards-Version to 3.9.2 to fix out-of-date-standards-version
+ lintian warning
Cosmetic changes like this are not appropriate for an NMU.
--
Jakub Wilk
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org