Re: Updating Celery, Kombu, python-amqp

2017-03-23 Thread Christopher Hoskin
Presumably it will also run into trouble as python-amqp is at 1.4.9 in
unstable, but 2.1.4 from experimental is required.

Christopher

On 23 March 2017 at 21:19, Brian May  wrote:
> 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 file a bug
>> against the ftp.debian.org pseudo-package?
>
> I see your changes in the debian/experimental branch. Wondering if it is
> probably best to include them now in master (or debian/master?),
> considering they are now in debian/unstable.
>
> Looks like this change has problems, see #858540. Suspect a missing
> depends on the vine package.
> --
> Brian May 



Re: Updating Celery, Kombu, python-amqp

2017-03-23 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 file a bug
> against the ftp.debian.org pseudo-package?

I see your changes in the debian/experimental branch. Wondering if it is
probably best to include them now in master (or debian/master?),
considering they are now in debian/unstable.

Looks like this change has problems, see #858540. Suspect a missing
depends on the vine package.
-- 
Brian May 



Re: how to convert ython module into deb package

2017-03-23 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.

> How can I generate a debian package from python module?

The general answer is: This is the work of a maintainer, so learn how to
do that .

The specific answer for NumPy is: Use the existing packages
 and/or
collaborate with the existing maintainers.


[0] Of course, there are many tools to help with those small steps that
are mechanical and *can* be automated. But these do not by any
measure automate the “start with upstream work, end with Debian
package” process.

-- 
 \   德不孤、必有鄰。 (The virtuous are not abandoned, |
  `\   they shall surely have neighbours.) |
_o__)—孔夫子 Confucius (551 BCE – 479 BCE) |
Ben Finney