How to use Debian packaged lapack in python-miso

2015-02-16 Thread Andreas Tille
Hi, I intent to package python MISO on behalf of the Debian Med team. The packaging code is in SVN at Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-miso/trunk/ It builds and runs the test suite but I'd like to drop the lapack code copy. I have not found any chance to con

Re: How to use Debian packaged lapack in python-miso

2015-02-16 Thread Ghislain Vaillant
Hi Andreas, Could you provide an http link to the upstream sources please ? Cheers, 2015-02-16 13:59 GMT+00:00 Andreas Tille : > Hi, > > I intent to package python MISO on behalf of the Debian Med team. The > packaging > code is in SVN at > > Vcs-Svn: svn:// > anonscm.debian.org/debian-med/

dh_python3: how to use .pydist file?

2015-02-16 Thread Nikolaus Rath
Hello, I'm trying to get dh_python to generate versioned dependencies for the s3ql package (available in the python-apps SVN repository). I have created a file debian/s3ql.pydist with the contents: $ cat debian/s3ql.pydist dugong python3-dugong; PEP386 The requirements in setup.py are: $ cat