Re: Bug#589759: debhelper: dh_auto_install + python-all-dbg changes shebang of scripts

2010-07-20 Thread Éric Araujo
Hello You can control the shebang through an option: python-dbg setup.py build --executable /usr/bin/python This is distutils behavior, I don’t know how setuptools script generation works. Hope this helps. By the way, I don’t know the standard practice for replying on this list, so I’m not cc’in

Re: Bug#589759: debhelper: dh_auto_install + python-all-dbg changes shebang of scripts

2010-07-20 Thread Joey Hess
When building a package with python-all-dbg, dh_auto_build does this: dh_auto_build python2.5-dbg setup.py build python-dbg setup.py build python2.5 setup.py build python setup.py build This results in build/scripts-2.6/* having python-dbg in the shebang line. B

Re: Numpy API change?

2010-07-20 Thread Jakub Wilk
* Antoine Sirinelli , 2010-07-19, 21:27: It seems that since the last numpy upload, pytables is no longer working. I have filled a bug report (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589669) but my question is more general. It seems that pytables is broken because of a change in numpy AP

Re: Numpy API change?

2010-07-20 Thread Josselin Mouette
Le lundi 19 juillet 2010 à 21:27 +0100, Antoine Sirinelli a écrit : > Hello everybody, > > It seems that since the last numpy upload, pytables is no longer working. I > have filled a bug report > (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589669) but my question is > more general. It seems