Re: Non-NEW backports rejected with "ACL dm: NEW uploads are not allowed"

2016-10-31 Thread Gianfranco Costamagna
Hi,

>With Distribution: jessie-backports, golang-gopkg-cheggaaa-pb.v1 has
>now been accepted. But golang-github-fatih-color is still rejected
>with the same error "ACL dm: NEW uploads are not allowed". I tried
>ploading the latter both without and with an orig tarball.
>
>I attached once more the (unsigned) .changes file.



I don't see any error, and also rmadison agrees with me

$ rmadison -u debian golang-github-fatih-color
golang-github-fatih-color | 0.0~git20160225.0.4f7bcef-1~bpo8+1 | 
jessie-backports | source
golang-github-fatih-color | 1.0.0-2| testing
  | source
golang-github-fatih-color | 1.0.0-2| unstable   
  | source


$ rmadison -u debian golang-github-fatih-color-dev
golang-github-fatih-color-dev | 0.0~git20160225.0.4f7bcef-1~bpo8+1 | 
jessie-backports | all
golang-github-fatih-color-dev | 1.0.0-2| testing
  | all
golang-github-fatih-color-dev | 1.0.0-2| unstable   
  | all

so, I would just try again :)

G.



Re: Non-NEW backports rejected with "ACL dm: NEW uploads are not allowed"

2016-10-30 Thread Peter Colberg
On Sun, Oct 30, 2016 at 12:04:16AM -0400, Peter Colberg wrote:
> Dear mentors,
> 
> I am trying to update the following packages in jessie-backports:
> 
> gbp clone --debian-branch=debian/jessie-backports 
> https://anonscm.debian.org/git/pkg-go/packages/golang-gopkg-cheggaaa-pb.v1.git
> gbp clone --debian-branch=debian/jessie-backports 
> https://anonscm.debian.org/git/pkg-go/packages/golang-github-fatih-color.git
> 
> Older versions of the packages already exist in jessie-backports. My
> key has been added to the backports ACL (and has worked for similar
> updates in the past), and I have DM upload rights for the packages.

With Distribution: jessie-backports, golang-gopkg-cheggaaa-pb.v1 has
now been accepted. But golang-github-fatih-color is still rejected
with the same error "ACL dm: NEW uploads are not allowed". I tried
uploading the latter both without and with an orig tarball.

I attached once more the (unsigned) .changes file.

Thanks,
Peter
Format: 1.8
Date: Sun, 16 Oct 2016 14:12:31 -0400
Source: golang-github-fatih-color
Binary: golang-github-fatih-color-dev
Architecture: source all
Version: 1.0.0-2~bpo8+1
Distribution: jessie-backports
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Peter Colberg 
Description:
 golang-github-fatih-color-dev - console colors for Go
Changes:
 golang-github-fatih-color (1.0.0-2~bpo8+1) jessie-backports; urgency=medium
 .
   * Rebuild for jessie-backports.
 .
 golang-github-fatih-color (1.0.0-2) unstable; urgency=medium
 .
   * Remove Built-Using field from -dev package
 .
 golang-github-fatih-color (1.0.0-1) unstable; urgency=medium
 .
   * New upstream release
   * Add watch file to track upstream releases
   * Update Standards-Version to 3.9.8
Checksums-Sha1:
 5b996758c17f623560220620f0d717d0507c31ef 1445 
golang-github-fatih-color_1.0.0-2~bpo8+1.dsc
 52e30378a7414b42871e029dd3c5133d92d4ce74 7173 
golang-github-fatih-color_1.0.0.orig.tar.gz
 5551c4686224c9ae75825e7581411186c1c745fd 2064 
golang-github-fatih-color_1.0.0-2~bpo8+1.debian.tar.xz
 420246a66f7f58d6f60c671c80b1944c110de0de 8320 
golang-github-fatih-color-dev_1.0.0-2~bpo8+1_all.deb
Checksums-Sha256:
 fa8896e3e25b0e02ae979718943b0d827e725365d691e913f5f16b20f9c34aa5 1445 
golang-github-fatih-color_1.0.0-2~bpo8+1.dsc
 035f20ae3e9940416433ba4c3d9cb55511608a1ac3927e371be61fe5d6052590 7173 
golang-github-fatih-color_1.0.0.orig.tar.gz
 04aaffed43585cac00ca71dd16301cda009bcded5277efcc4fb59c3adc89e825 2064 
golang-github-fatih-color_1.0.0-2~bpo8+1.debian.tar.xz
 d0033dd543faf9610aa00f699e91513845ce80bc9bfad2f5c8d88a9ab4b31ba2 8320 
golang-github-fatih-color-dev_1.0.0-2~bpo8+1_all.deb
Files:
 3eb405e3dc4552b0e8c7d62eb83a0daa 1445 devel extra 
golang-github-fatih-color_1.0.0-2~bpo8+1.dsc
 449000448b8dcc366b70258c29b36ea5 7173 devel extra 
golang-github-fatih-color_1.0.0.orig.tar.gz
 77b05e25cc020d700133304b586608e1 2064 devel extra 
golang-github-fatih-color_1.0.0-2~bpo8+1.debian.tar.xz
 d56de4160d4a4f7dbe7e056c370a8224 8320 devel extra 
golang-github-fatih-color-dev_1.0.0-2~bpo8+1_all.deb


Re: Non-NEW backports rejected with "ACL dm: NEW uploads are not allowed"

2016-10-30 Thread Peter Colberg
On Sun, Oct 30, 2016 at 11:19:41AM +0100, Christian Seiler wrote:
> I would recommend to use dput from dput-ng instead of plain old
> dput, because that will catch the discrepancy between the distribution
> in the changelog and the changes file. It prints a nice error message
> explaining the problem, before the package is even uploaded.

Thanks for the pointer!

Peter



Re: Non-NEW backports rejected with "ACL dm: NEW uploads are not allowed"

2016-10-30 Thread Peter Colberg
On Sun, Oct 30, 2016 at 10:11:06AM +, Mattia Rizzolo wrote:
> from the first .changes:
> 
> | Distribution: jessie
> 
> that's wrong, you are trying to upload to the stable distribution,
> instead of jessie-backports.
> 
> Am I right that you used sbuild with -D to build this package?

Thanks, that’s it. I was using --dist=jessie since the chroot is
named jessie-amd64-sbuild. I have added to the schroot config

aliases=jessie-backports-amd64-sbuild

so the chroot is now selected automatically.

Peter



Re: Non-NEW backports rejected with "ACL dm: NEW uploads are not allowed"

2016-10-30 Thread Christian Seiler
On 10/30/2016 11:11 AM, Mattia Rizzolo wrote:
> On Sun, Oct 30, 2016 at 12:04:16AM -0400, Peter Colberg wrote:
>> Older versions of the packages already exist in jessie-backports. My
>> key has been added to the backports ACL (and has worked for similar
>> updates in the past), and I have DM upload rights for the packages.
>>
>> My uploads for both packages were rejected with "ACL dm: NEW uploads
>> are not allowed". I tried two times each, on October 16 and today, to
>> rule out temporary errors. Do you have any idea what I am missing?
>>
>> I attached the (unsigned) .changes files for the attempted uploads.
> 
> from the first .changes:
> 
> | Distribution: jessie
> 
> that's wrong, you are trying to upload to the stable distribution,
> instead of jessie-backports.

I would recommend to use dput from dput-ng instead of plain old
dput, because that will catch the discrepancy between the distribution
in the changelog and the changes file. It prints a nice error message
explaining the problem, before the package is even uploaded.
(I accidentally stumbled over that yesterday, due to sbuild -d sid
but changelog having unstable in it.)

Regards,
Christian



Re: Non-NEW backports rejected with "ACL dm: NEW uploads are not allowed"

2016-10-30 Thread Mattia Rizzolo
On Sun, Oct 30, 2016 at 12:04:16AM -0400, Peter Colberg wrote:
> Older versions of the packages already exist in jessie-backports. My
> key has been added to the backports ACL (and has worked for similar
> updates in the past), and I have DM upload rights for the packages.
> 
> My uploads for both packages were rejected with "ACL dm: NEW uploads
> are not allowed". I tried two times each, on October 16 and today, to
> rule out temporary errors. Do you have any idea what I am missing?
> 
> I attached the (unsigned) .changes files for the attempted uploads.

from the first .changes:

| Distribution: jessie

that's wrong, you are trying to upload to the stable distribution,
instead of jessie-backports.

Am I right that you used sbuild with -D to build this package?

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP signature


Non-NEW backports rejected with "ACL dm: NEW uploads are not allowed"

2016-10-29 Thread Peter Colberg
Dear mentors,

I am trying to update the following packages in jessie-backports:

gbp clone --debian-branch=debian/jessie-backports 
https://anonscm.debian.org/git/pkg-go/packages/golang-gopkg-cheggaaa-pb.v1.git
gbp clone --debian-branch=debian/jessie-backports 
https://anonscm.debian.org/git/pkg-go/packages/golang-github-fatih-color.git

Older versions of the packages already exist in jessie-backports. My
key has been added to the backports ACL (and has worked for similar
updates in the past), and I have DM upload rights for the packages.

My uploads for both packages were rejected with "ACL dm: NEW uploads
are not allowed". I tried two times each, on October 16 and today, to
rule out temporary errors. Do you have any idea what I am missing?

I attached the (unsigned) .changes files for the attempted uploads.

Regards,
Peter
Format: 1.8
Date: Sun, 16 Oct 2016 14:26:55 -0400
Source: golang-gopkg-cheggaaa-pb.v1
Binary: golang-gopkg-cheggaaa-pb.v1-dev
Architecture: source all
Version: 1.0.5-2~bpo8+1
Distribution: jessie
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Peter Colberg 
Description:
 golang-gopkg-cheggaaa-pb.v1-dev - simple console progress bar for Go
Changes:
 golang-gopkg-cheggaaa-pb.v1 (1.0.5-2~bpo8+1) jessie-backports; urgency=medium
 .
   * Rebuild for jessie-backports.
 .
 golang-gopkg-cheggaaa-pb.v1 (1.0.5-2) unstable; urgency=medium
 .
   * Remove Built-Using field from -dev package
Checksums-Sha1:
 fe77c8f35810927fd5a0020584475ca6c3f6bbb8 1501 
golang-gopkg-cheggaaa-pb.v1_1.0.5-2~bpo8+1.dsc
 80644218f21105032ac21da8af66d86acf4fd9f4 2496 
golang-gopkg-cheggaaa-pb.v1_1.0.5-2~bpo8+1.debian.tar.xz
 a0abc5db4310c02a889785e2596b1b076076ccef 12214 
golang-gopkg-cheggaaa-pb.v1-dev_1.0.5-2~bpo8+1_all.deb
Checksums-Sha256:
 da4a2b096543c4836cf13526d66d7354b38d676f7df945ca1bbcfbb0b049f404 1501 
golang-gopkg-cheggaaa-pb.v1_1.0.5-2~bpo8+1.dsc
 9ea9195b06bbad7d8a9682f99f7d416d4465ec2e306987033d80485fb3f2 2496 
golang-gopkg-cheggaaa-pb.v1_1.0.5-2~bpo8+1.debian.tar.xz
 51489fdd4ba5a96780e10e85717e4314250a8d9dcebd15819d6e5f91d7053478 12214 
golang-gopkg-cheggaaa-pb.v1-dev_1.0.5-2~bpo8+1_all.deb
Files:
 9d65f1fe55635b04420cda419f7578c5 1501 devel extra 
golang-gopkg-cheggaaa-pb.v1_1.0.5-2~bpo8+1.dsc
 66ff1492c237e7f34542c34e97ea2528 2496 devel extra 
golang-gopkg-cheggaaa-pb.v1_1.0.5-2~bpo8+1.debian.tar.xz
 1b250ed1098362f9f0593cc6283b9d5f 12214 devel extra 
golang-gopkg-cheggaaa-pb.v1-dev_1.0.5-2~bpo8+1_all.deb
Format: 1.8
Date: Sun, 16 Oct 2016 14:12:31 -0400
Source: golang-github-fatih-color
Binary: golang-github-fatih-color-dev
Architecture: source all
Version: 1.0.0-2~bpo8+1
Distribution: jessie
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Peter Colberg 
Description:
 golang-github-fatih-color-dev - console colors for Go
Changes:
 golang-github-fatih-color (1.0.0-2~bpo8+1) jessie-backports; urgency=medium
 .
   * Rebuild for jessie-backports.
 .
 golang-github-fatih-color (1.0.0-2) unstable; urgency=medium
 .
   * Remove Built-Using field from -dev package
 .
 golang-github-fatih-color (1.0.0-1) unstable; urgency=medium
 .
   * New upstream release
   * Add watch file to track upstream releases
   * Update Standards-Version to 3.9.8
Checksums-Sha1:
 514e47bbf4ee9cecdb41a7369743ab911d9b0813 1445 
golang-github-fatih-color_1.0.0-2~bpo8+1.dsc
 8b1f9737289c7eebed0cb5f94be77e193a609179 2064 
golang-github-fatih-color_1.0.0-2~bpo8+1.debian.tar.xz
 a9b8c9f143d2c0e5b5f07268140b1cd8b7bf198e 8330 
golang-github-fatih-color-dev_1.0.0-2~bpo8+1_all.deb
Checksums-Sha256:
 d7f73cc685a9115e8e4c91869bd87e67024d2d14ce3feb78bf48942d0e4fbca6 1445 
golang-github-fatih-color_1.0.0-2~bpo8+1.dsc
 ad8156cc58b11b562a6afdb008fe2c38b11b7e50172cace2263f4b30f6833de1 2064 
golang-github-fatih-color_1.0.0-2~bpo8+1.debian.tar.xz
 dfc31cb52124c935b7cf704a4453d12687c649ba8d29b592d3986da56c2a38dd 8330 
golang-github-fatih-color-dev_1.0.0-2~bpo8+1_all.deb
Files:
 acc39ff20b41f82271229ab0db4d7418 1445 devel extra 
golang-github-fatih-color_1.0.0-2~bpo8+1.dsc
 06a3e1e4259b67d27e9d4e59e966b6fc 2064 devel extra 
golang-github-fatih-color_1.0.0-2~bpo8+1.debian.tar.xz
 450d9de11acafcce76f21cb43f64497c 8330 devel extra 
golang-github-fatih-color-dev_1.0.0-2~bpo8+1_all.deb