Re: [pkg-go] Review request for #889882: ITP: golang-github-opencontainers-go-digest -- Common digest package used across the container ecosystem

2018-02-13 Thread Michael Stapelberg
Thanks, uploaded.

On Tue, Feb 13, 2018 at 9:44 AM, Arnaud 
wrote:

>
> On 02/13/2018 03:07 PM, Michael Stapelberg wrote:
> > You’ll need to update the pristine-tar branch as well. I can’t build
> > the package as-is:
> >
> > $ gbp buildpackage
> > gbp:info: Tarballs
> > 'golang-github-opencontainers-go-digest_1.0.0~rc1.orig.tar.xz' not
> > found at '..'
> > gbp:info: Creating
> > /tmp/exp/o/golang-github-opencontainers-go-digest_1.0.0~rc1.orig.tar.xz
> > gbp:error: Error creating
> > golang-github-opencontainers-go-digest_1.0.0~rc1.orig.tar.xz:
> > Pristine-tar couldn't checkout
> > "golang-github-opencontainers-go-digest_1.0.0~rc1.orig.tar.xz": fatal:
> > Path
> > 'golang-github-opencontainers-go-digest_1.0.0~rc1.orig.tar.xz.delta'
> > does not exist in 'refs/heads/pristine-tar'
> > pristine-tar: git show
> > refs/heads/pristine-tar:golang-github-opencontainers-
> go-digest_1.0.0~rc1.orig.tar.xz.delta
> > failed
> >
>
> You're right, my mistake. It's now fixed, the package builds, and I also
> tagged the last commit as `debian/...`.
>
> Regards,
>   Arnaud
>
>
>


-- 
Best regards,
Michael
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

Re: [pkg-go] Review request for #889882: ITP: golang-github-opencontainers-go-digest -- Common digest package used across the container ecosystem

2018-02-13 Thread Arnaud

On 02/13/2018 03:07 PM, Michael Stapelberg wrote:
> You’ll need to update the pristine-tar branch as well. I can’t build
> the package as-is:
>
> $ gbp buildpackage
> gbp:info: Tarballs
> 'golang-github-opencontainers-go-digest_1.0.0~rc1.orig.tar.xz' not
> found at '..'
> gbp:info: Creating
> /tmp/exp/o/golang-github-opencontainers-go-digest_1.0.0~rc1.orig.tar.xz
> gbp:error: Error creating
> golang-github-opencontainers-go-digest_1.0.0~rc1.orig.tar.xz:
> Pristine-tar couldn't checkout
> "golang-github-opencontainers-go-digest_1.0.0~rc1.orig.tar.xz": fatal:
> Path
> 'golang-github-opencontainers-go-digest_1.0.0~rc1.orig.tar.xz.delta'
> does not exist in 'refs/heads/pristine-tar'
> pristine-tar: git show
> refs/heads/pristine-tar:golang-github-opencontainers-go-digest_1.0.0~rc1.orig.tar.xz.delta
> failed
>

You're right, my mistake. It's now fixed, the package builds, and I also
tagged the last commit as `debian/...`.

Regards,
  Arnaud



___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

Re: [pkg-go] Review request for #889882: ITP: golang-github-opencontainers-go-digest -- Common digest package used across the container ecosystem

2018-02-13 Thread Michael Stapelberg
You’ll need to update the pristine-tar branch as well. I can’t build the
package as-is:

$ gbp buildpackage
gbp:info: Tarballs
'golang-github-opencontainers-go-digest_1.0.0~rc1.orig.tar.xz' not found at
'..'
gbp:info: Creating
/tmp/exp/o/golang-github-opencontainers-go-digest_1.0.0~rc1.orig.tar.xz
gbp:error: Error creating
golang-github-opencontainers-go-digest_1.0.0~rc1.orig.tar.xz: Pristine-tar
couldn't checkout
"golang-github-opencontainers-go-digest_1.0.0~rc1.orig.tar.xz": fatal: Path
'golang-github-opencontainers-go-digest_1.0.0~rc1.orig.tar.xz.delta' does
not exist in 'refs/heads/pristine-tar'
pristine-tar: git show
refs/heads/pristine-tar:golang-github-opencontainers-go-digest_1.0.0~rc1.orig.tar.xz.delta
failed


On Tue, Feb 13, 2018 at 2:16 AM, Arnaud 
wrote:

>
> On 02/13/2018 04:17 AM, Michael Stapelberg wrote:
> > lintian reports:
> >
> > P: golang-github-opencontainers-go-digest source:
> > file-contains-trailing-whitespace debian/control (line 25)
> > W: golang-github-opencontainers-go-digest source:
> > rc-version-greater-than-expected-version 1.0.0-rc1 > 1.0.0 (consider
> > using 1.0.0~rc1)
>
> Thanks, I didn't see that. I pushed a fix. Sponsor would be appreciated !
>
> Best regards,
>   Arnaud
>
>


-- 
Best regards,
Michael
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

Re: [pkg-go] Review request for #889882: ITP: golang-github-opencontainers-go-digest -- Common digest package used across the container ecosystem

2018-02-12 Thread Arnaud

On 02/13/2018 04:17 AM, Michael Stapelberg wrote:
> lintian reports:
>
> P: golang-github-opencontainers-go-digest source:
> file-contains-trailing-whitespace debian/control (line 25)
> W: golang-github-opencontainers-go-digest source:
> rc-version-greater-than-expected-version 1.0.0-rc1 > 1.0.0 (consider
> using 1.0.0~rc1)

Thanks, I didn't see that. I pushed a fix. Sponsor would be appreciated !

Best regards,
  Arnaud


___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

Re: [pkg-go] Review request for #889882: ITP: golang-github-opencontainers-go-digest -- Common digest package used across the container ecosystem

2018-02-12 Thread Michael Stapelberg
lintian reports:

P: golang-github-opencontainers-go-digest source:
file-contains-trailing-whitespace debian/control (line 25)
W: golang-github-opencontainers-go-digest source:
rc-version-greater-than-expected-version 1.0.0-rc1 > 1.0.0 (consider using
1.0.0~rc1)

Aside from that, the package looks good.

On Mon, Feb 12, 2018 at 10:23 AM, Arnaud 
wrote:

>
>
> On 02/10/2018 04:27 PM, Michael Stapelberg wrote:
> > All the comments from the golang-github-nvveen-gotty review apply
> > here, too. Please bump once you addressed them and I’ll take another
> look.
>
> I re-created the package from scratch with the latest dh-make-golang,
> and the package is available at:
>
>
> https://salsa.debian.org/go-team/packages/golang-github-
> opencontainers-go-digest
>
> Best regards,
>
>   Arnaud
>
>
>
> ___
> Pkg-go-maintainers mailing list
> Pkg-go-maintainers@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers
>



-- 
Best regards,
Michael
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

Re: [pkg-go] Review request for #889882: ITP: golang-github-opencontainers-go-digest -- Common digest package used across the container ecosystem

2018-02-12 Thread Arnaud


On 02/10/2018 04:27 PM, Michael Stapelberg wrote:
> All the comments from the golang-github-nvveen-gotty review apply
> here, too. Please bump once you addressed them and I’ll take another look.

I re-created the package from scratch with the latest dh-make-golang,
and the package is available at:

 
https://salsa.debian.org/go-team/packages/golang-github-opencontainers-go-digest

Best regards,

  Arnaud



___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

Re: [pkg-go] Review request for #889882: ITP: golang-github-opencontainers-go-digest -- Common digest package used across the container ecosystem

2018-02-10 Thread Michael Stapelberg
All the comments from the golang-github-nvveen-gotty review apply here,
too. Please bump once you addressed them and I’ll take another look.

On Sat, Feb 10, 2018 at 3:16 AM, Arnaud 
wrote:

> Dear pkg-go team,
>
> you will find the package ready for review at:
>
>
> https://salsa.debian.org/elboulangero-guest/golang-
> github-opencontainers-go-digest
>
> The ITP link is:
>
>   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=889882
>
> Please note that:
> - the package was created with dh-make-golang
>
> Best regards,
>
>   Arnaud
>
> ___
> Pkg-go-maintainers mailing list
> Pkg-go-maintainers@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers




-- 
Best regards,
Michael
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Review request for #889882: ITP: golang-github-opencontainers-go-digest -- Common digest package used across the container ecosystem

2018-02-09 Thread Arnaud
Dear pkg-go team,

you will find the package ready for review at:


https://salsa.debian.org/elboulangero-guest/golang-github-opencontainers-go-digest

The ITP link is:

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=889882

Please note that:
- the package was created with dh-make-golang

Best regards,

  Arnaud

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers