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

Bug#709041: [check/cruft] Non free check in cruft does not work



On 2013-05-20 13:47, bastien ROUCARIES wrote:
> Package: lintian
> Version: 2.5.12
> Severity: normal
> tags: confirmed
> 
> next if $info->is_non_free; # (license issue does not apply to non-free) line 447 of cruft does not work. We list non free package for license 
> check
> 
> 

Indeed.  By the looks of it, the issue stems from is_non_free relying on
$info->field('section') but the 'Section' field is not present in .dsc
files.  It should probably look in d/control instead.

~Niels


Reply to: