Processed: Re: Bug#890361: lintian: handling of new source override location possibly buggy

2018-02-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 890361 + pending Bug #890361 [lintian] lintian: handling of new source override location possibly buggy Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 890361: https://bugs.debi

Bug#890361: lintian: handling of new source override location possibly buggy

2018-02-14 Thread Chris Lamb
tags 890361 + pending thanks Hi Thorsten, > sorry, I don’t even have a testcase. I only noticed it during > looking at the source, trying to figure out whether a symlink > in the new position was good enough. :) > > +last if $file; Applied here:

Bug#890361: lintian: handling of new source override location possibly buggy

2018-02-13 Thread Thorsten Glaser
Hi Chris, >I think you're right. Here's one patch - can you quickly test it works >for you? sorry, I don’t even have a testcase. I only noticed it during looking at the source, trying to figure out whether a symlink in the new position was good enough. > +last if $file; But this is

Processed: Re: Bug#890361: lintian: handling of new source override location possibly buggy

2018-02-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 890361 + patch Bug #890361 [lintian] lintian: handling of new source override location possibly buggy Added tag(s) patch. > thanks Stopping processing here. Please contact me if you need assistance. -- 890361: https://bugs.debian.o

Bug#890361: lintian: handling of new source override location possibly buggy

2018-02-13 Thread Chris Lamb
tags 890361 + patch thanks Hey Thorsten! > I’m fairly sure the code around lines 56-62 of > /usr/share/lintian/collection/override-file > does NOT prefer the first (cf. line 44ff.) > but the last override file found. I think you're right. Here's one patch - can you quickly test it works for

Bug#890361: lintian: handling of new source override location possibly buggy

2018-02-13 Thread Thorsten Glaser
Package: lintian Version: 2.5.74 Severity: minor I’m fairly sure the code around lines 56-62 of /usr/share/lintian/collection/override-file does NOT prefer the first (cf. line 44ff.) but the last override file found. I think there’s a break missing in lines 58 and 60. (Or, well, the Perl