Your Debian package(s) will not migrate to testing

2019-09-04 Thread Julian Gilbey


Dear GNU Hurd Maintainers,

This is a courtesy message about your package(s) which is/are
stuck in sid, and will not migrate to testing, in case you
are unaware; they are listed below.

The release managers announced on 7th July 2019 in their email
to debian-devel-announce and debian-release
(Message-ID: <20190707014700.gf15...@powdarrmonkey.net>)
that only source-only uploads would transition to testing.

Here is the relevant part of what they wrote:

~
No binary maintainer uploads for bullseye
=

The release of buster also means the bullseye release cycle is about to begin.
>From now on, we will no longer allow binaries uploaded by maintainers to
migrate to testing. This means that you will need to do source-only uploads if
you want them to reach bullseye.

  Q: I already did a binary upload, do I need to do a new (source-only) upload?
  A: Yes (preferably with other changes, not just a version bump).

  Q: I needed to do a binary upload because my upload went to the NEW queue,
 do I need to do a new (source-only) upload for it to reach bullseye?
  A: Yes. We also suggest going through NEW in experimental instead of unstable
 where possible, to avoid disruption in unstable.

  Q: Does this also apply to contrib and non-free?
  A: No. Not all packages in contrib and non-free can be built on the buildds,
 so maintainer uploads will still be allowed to migrate for packages
 outside main.
~

To perform a source-only build and upload, run dpkg-buildpackage -S
and then upload the relevant files in the normal way (for example,
using dupload or dput).

Your package(s) involved is/are as follows:

Source package: hurd
Version: 1:0.9.git20190331-8
One relevant line of the excuse file (including the uploader):
  Not built on buildd: arch all binaries uploaded by sthibault, a new 
source-only upload is needed to allow migration
Transition verdict: REJECTED_PERMANENTLY



I hope this is of help to you!

Best wishes,

   Julian



Re: Your Debian package(s) will not migrate to testing

2019-09-04 Thread Samuel Thibault
Julian Gilbey, le mer. 04 sept. 2019 22:10:18 +0100, a ecrit:
> Source package: hurd
> Version: 1:0.9.git20190331-8
> One relevant line of the excuse file (including the uploader):
>   Not built on buildd: arch all binaries uploaded by sthibault, a new 
> source-only upload is needed to allow migration
> Transition verdict: REJECTED_PERMANENTLY

Just for the note: this is expected. The hurd-doc arch:all currently
can't be built on the amd64 buildd, it'd need configure to accept being
run on non-Linux.

And the package is not useful in testing anyway.

Samuel



Re: Your Debian package(s) will not migrate to testing

2019-09-04 Thread Amos Jeffries
On 5/09/19 10:03 am, Samuel Thibault wrote:
> Julian Gilbey, le mer. 04 sept. 2019 22:10:18 +0100, a ecrit:
>> Source package: hurd
>> Version: 1:0.9.git20190331-8
>> One relevant line of the excuse file (including the uploader):
>>   Not built on buildd: arch all binaries uploaded by sthibault, a new 
>> source-only upload is needed to allow migration
>> Transition verdict: REJECTED_PERMANENTLY
> 
> Just for the note: this is expected. The hurd-doc arch:all currently
> can't be built on the amd64 buildd, it'd need configure to accept being
> run on non-Linux.

Does that 'non-Linux' set include being building in a Mach/Hurd environment?

If so I would think it useful to fix so we can have a Hurd machine build
all its things. I can volunteer to take a look at it with a pointer
towards the right configure to patch against.

AYJ