Re: [dh-make-golang][Solution]

2020-03-08 Thread Raman Tehlan
Hey, I just raised a PR in `dh-make-golang`, you can check it out here: https://github.com/Debian/dh-make-golang/pull/137 *Cheers* *Raman Tehlan* https://ramantehlan.github.io On Thu, Oct 17, 2019 at 2:15 PM Raman Tehlan wrote: > > Hey, > > Thank you for the fo

Re: [dh-make-golang][Solution]

2020-03-08 Thread Utkarsh Gupta
Hi Anthony, On Sun, 8 Mar, 2020, 3:26 PM Raman Tehlan, wrote: > I just raised a PR in `dh-make-golang`, you can check it out here: > https://github.com/Debian/dh-make-golang/pull/137 > Could you take a quick look at it? Best, Utkarsh >

Bug#953382: ITP: golang-github-tonistiigi-units -- Simple byte size formatting

2020-03-08 Thread Tong Sun
Package: wnpp Severity: wishlist Owner: Tong Sun * Package name: golang-github-tonistiigi-units Version : 0.0~git20180711.6950e57-1 Upstream Author : Tõnis Tiigi * URL : https://github.com/tonistiigi/units * License : Expat Programming Lang: Go Description

RFS: golang-github-grpc-ecosystem-grpc-opentracing

2020-03-08 Thread Tong Sun
Dear Go team, I'm looking for a sponsor for the package "golang-github-grpc-ecosystem-grpc-opentracing" (#953324). This package is a prerequisite for the upcoming package of github.com/google/go-containerregistry The package is at: https://salsa.debian.org/go-team/packages/golang-github-grpc-

RFS: golang-github-tonistiigi-units

2020-03-08 Thread Tong Sun
Hi, I'm looking for a sponsor for the package "golang-github-tonistiigi-units" (#953382). This package is a prerequisite for the upcoming package of github.com/google/go-containerregistry It is at: https://salsa.debian.org/go-team/packages/golang-github-tonistiigi-units The package was tested

Bug#953390: ITP: golang-github-tonistiigi-fsutil -- Incremental file directory sync tools

2020-03-08 Thread Tong Sun
Package: wnpp Severity: wishlist Owner: Tong Sun * Package name: golang-github-tonistiigi-fsutil Version : 0.0~git20200225.013a9fe-1 Upstream Author : Tõnis Tiigi * URL : https://github.com/tonistiigi/fsutil * License : Expat Programming Lang: Go Descriptio

undefined: proto.GoGoProtoPackageIsVersion3

2020-03-08 Thread Tong Sun
Hi, I'm trying to build github.com/tonistiigi/fsutil as a Debian package but am meeting with building problems -- the build failed because of the `undefined: proto.GoGoProtoPackageIsVersion3` error. The full build log included at the end of the message. I did some researches on such problem, and

Bug#953403: ITP: golang-k8s-sigs-structured-merge-diff -- Test cases and implementation for "server-side apply"

2020-03-08 Thread Tong Sun
Package: wnpp Severity: wishlist Owner: Tong Sun * Package name: golang-k8s-sigs-structured-merge-diff Version : 3.0.0-1 Upstream Author : Kubernetes SIGs * URL : https://github.com/kubernetes-sigs/structured-merge-diff * License : Apache-2.0 Programming Lang

Re: RFS: golang-github-grpc-ecosystem-grpc-opentracing

2020-03-08 Thread Utkarsh Gupta
Hi Tong, On Mon, Mar 9, 2020 at 1:36 AM Tong Sun wrote: > I'm looking for a sponsor for the package > "golang-github-grpc-ecosystem-grpc-opentracing" (#953324). Thank you for your work, uploaded! :) Best, Utkarsh

Re: RFS: golang-github-tonistiigi-units

2020-03-08 Thread Utkarsh Gupta
Hi Tong, On Mon, Mar 9, 2020 at 2:03 AM Tong Sun wrote: > It is at: > https://salsa.debian.org/go-team/packages/golang-github-tonistiigi-units It seems that you didn't quite push your changes yet :) Best, Utkarsh

Re: undefined: proto.GoGoProtoPackageIsVersion3

2020-03-08 Thread Shengjing Zhu
On Mon, Mar 9, 2020 at 6:38 AM Tong Sun wrote: > > Hi, > > I'm trying to build github.com/tonistiigi/fsutil > as a Debian package but am meeting with building problems -- the build > failed because of the `undefined: proto.GoGoProtoPackageIsVersion3` > error. The full build log included at the end

Re: Basics of packaging with the new workflow

2020-03-08 Thread Shengjing Zhu
On Mon, Mar 9, 2020 at 12:00 PM Tong Sun wrote: > > Hi Shengjing, > > On Sat, Feb 22, 2020 at 1:03 PM Shengjing Zhu wrote: > > > > ...So when you create a new package with dh-make-golang, it creates two > > branches for you, > > + debian/sid > > + upstream > > upstream branch contains upstream hi

Re: undefined: proto.GoGoProtoPackageIsVersion3

2020-03-08 Thread Utkarsh Gupta
Hi Tong, On Mon, Mar 9, 2020 at 4:08 AM Tong Sun wrote: > I did some researches on such problem, and it seems to have been > caused by that the github.com:golang/protobuf version used by > github.com/tonistiigi/fsutil (v1.3.1) and that provided by > golang-gogoprotobuf-dev package (1.2.1) are dif

Re: Basics of packaging with the new workflow

2020-03-08 Thread Tong Sun
Hi Shengjing, On Sat, Feb 22, 2020 at 1:03 PM Shengjing Zhu wrote: > > ...So when you create a new package with dh-make-golang, it creates two > branches for you, > + debian/sid > + upstream > upstream branch contains upstream history. > If the vendor directory should be removed, it still needs m

Re: undefined: proto.GoGoProtoPackageIsVersion3

2020-03-08 Thread Shengjing Zhu
On Mon, Mar 9, 2020 at 12:15 PM Utkarsh Gupta wrote: > > Hi Tong, > > On Mon, Mar 9, 2020 at 4:08 AM Tong Sun > wrote: > > I did some researches on such problem, and it seems to have been > > caused by that the github.com:golang/protobuf version used by > > github.com/tonistiigi/fsutil (v1.3.1) a

Re: undefined: proto.GoGoProtoPackageIsVersion3

2020-03-08 Thread Utkarsh Gupta
Hi Shengjing, On Mon, Mar 9, 2020 at 9:51 AM Shengjing Zhu wrote: > > There's a beautiful build script[1] used by the Ruby team. > > You can use that to see what all reverse-dependencies break. > > Invoke the script via meta/build. > > I think this script is not suitable for go-team. As it only t

Re: Basics of packaging with the new workflow

2020-03-08 Thread Anthony Fok
On Sun, Mar 8, 2020 at 10:18 PM Tong Sun wrote: > > Hi Shengjing, > > On Sat, Feb 22, 2020 at 1:03 PM Shengjing Zhu wrote: > > > > ...So when you create a new package with dh-make-golang, it creates two > > branches for you, > > + debian/sid > > + upstream > > upstream branch contains upstream hi