Bug#891892: lintian: False positive: statically-linked-binary despite the Build-Depends on golang-go

2018-03-14 Thread Arnaud
On 03/14/2018 11:41 AM, Chris Lamb wrote: > Ah, sorry, I should/could have told you that :( Sorry for causing you > extra work.. No worries, I need to practice my debian-fu anyway :) > >> let me just clarify that with the go packaging team, and fix the control >> file to start with. > Can you

Bug#891892: lintian: False positive: statically-linked-binary despite the Build-Depends on golang-go

2018-03-13 Thread Chris Lamb
Hi Arnaud, > > $built_with_golang > > = $src->info->relation('build-depends') > > ->implies('golang-go | golang-any'); > > > > Not sure whether it's the >= version of the "golang-go" part or > > the "golang-1.9-go" part in itself is causing it not to match.. > > These

Bug#891892: lintian: False positive: statically-linked-binary despite the Build-Depends on golang-go

2018-03-13 Thread Arnaud
Hi, I did a few tests ! On 03/02/2018 09:20 PM, Chris Lamb wrote: > Hi Arnaud, > >> The statically-linked-binary warninf shouldn't be there, as the field >> Build-Depends contains: >> >> golang-go (>= 2:1.9~) | golang-1.9-go > The Lintian code in question is: > > $built_with_golang

Bug#891892: lintian: False positive: statically-linked-binary despite the Build-Depends on golang-go

2018-03-02 Thread Chris Lamb
Hi Arnaud, > The statically-linked-binary warninf shouldn't be there, as the field > Build-Depends contains: > > golang-go (>= 2:1.9~) | golang-1.9-go The Lintian code in question is: $built_with_golang = $src->info->relation('build-depends')

Bug#891892: lintian: False positive: statically-linked-binary despite the Build-Depends on golang-go

2018-03-01 Thread Arnaud Rebillout
Package: lintian Version: 2.5.67~bpo9+1 Severity: normal Dear Maintainer, Package concerned (should be pushed in Debian experimental soon) https://salsa.debian.org/elboulangero-guest/golang-gogottrpc Build the package with gbp clone