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

Re: Updating Celery, Kombu, python-amqp

2017-03-22 Thread Brian May
Christopher Hoskin writes: > I've made a mistake, and kombu has got uploaded to unstable instead of > experimental. (I had experimental in the changelog, but didn't pass > "-d experimental" to sbuild on the final build). I'm very sorry about > this. What is the best way to resolve this? Should I

Re: Updating Celery, Kombu, python-amqp

2017-03-22 Thread Christopher Hoskin
I've made a mistake, and kombu has got uploaded to unstable instead of experimental. (I had experimental in the changelog, but didn't pass "-d experimental" to sbuild on the final build). I'm very sorry about this. What is the best way to resolve this? Should I file a bug against the ftp.debian.org