[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



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')
          ->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..

I would have thought it should work at first glance. :)


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby@debian.org / chris-lamb.co.uk
       `-


Reply to: