Re: how to convert ython module into deb package

2017-03-22 Thread Ben Finney
Ángel Luis writes: > I am trying to package |numpy 1.12.1| into deb package. The creation of a Debian package is — quite deliberately — not an automated process [0]. There are many human decisions to be made, in order to work well with the rest of Debian, and to conform with Debian Policy. > Ho

Re: how to convert ython module into deb package

2017-03-22 Thread Andrey Rahmatullin
On Wed, Mar 22, 2017 at 11:15:06PM +0100, Ángel Luis wrote: > I am trying to package |numpy 1.12.1| into deb package. testing, unstable and jessie-backports contain 1.12.0. If you really need 1.12.1 you should start with the existing package and update it, not write all the packaging from scratch.

how to convert ython module into deb package

2017-03-22 Thread Ángel Luis
I am trying to package |numpy 1.12.1| into deb package. In order to do that first I run |dh_make -f ../numpy1.12.1.tar.gz| and it generates a |debian| directory, in the |control| file generated it shows |numpyBROKEN|, I change that to numpy1.12.1 and edit |debian/rules| to tell that this pack