Re: using setup.py in debian/rules

2001-12-17 Thread Joe Reinhardt
Neil Schemenauer <[EMAIL PROTECTED]> writes: > Joe Reinhardt wrote: >> -python setup.py bdist >> cd debian/scipy && tar zxvf ../../dist/SciPy-0.2.0.linux-*.tar.gz > > The install command takes a --prefix argument. That might be cleaner > than using bdist. Thanks, this is just what I n

Re: using setup.py in debian/rules

2001-12-17 Thread Neil Schemenauer
Joe Reinhardt wrote: > -python setup.py bdist > cd debian/scipy && tar zxvf ../../dist/SciPy-0.2.0.linux-*.tar.gz The install command takes a --prefix argument. That might be cleaner than using bdist. Neil

using setup.py in debian/rules

2001-12-17 Thread Joe Reinhardt
Hi, I just finished packaging scipy (www.scipy.org). Scipy uses a pretty complicated setup.py file that manages running f2py, compiling f77 code, compiling several helper modules (including a patched copy of Numeric), etc. Most of the python modules I have seen packaged for debian use a makefil