Bug#886096: lintian: Emit warnings for Alioth URLs in packaging (migration to Salsa)

2018-03-13 Thread Chris Lamb
Hi Stuart, > we now only have 6 time quanta until alioth is read-only I like this "time quanta" concept :) Okay, agreed, let's get onto this ASAP. Can you help by drafting the specific tag (or tags?) and giving some examples of Vcs-Foo it should trigger on? Best wishes, -- Chris Lamb

Bug#886096: lintian: Emit warnings for Alioth URLs in packaging (migration to Salsa)

2018-03-13 Thread Stuart Prescott
Control: tags 886096 - moreinfo > > lintian: Emit warnings for Alioth URLs in packaging > > I'm going to "park" this bug for the time being until we know the state > of any redirection services — simply warning maintainers right now that > they are using anonscm URIs is probably not tremendously

Processed: Re: lintian: Emit warnings for Alioth URLs in packaging (migration to Salsa)

2018-03-13 Thread Debian Bug Tracking System
Processing control commands: > tags 886096 - moreinfo Bug #886096 [lintian] lintian: Emit warnings for Alioth URLs in packaging (migration to Salsa) Removed tag(s) moreinfo. -- 886096: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886096 Debian Bug Tracking System Contact

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-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