Re: [lintian] 01/01: checks/files.pm: Correct extra-license-check filename matching. Thanks Mattia!

2018-01-01 Thread Chris Lamb
Mattia, > Not yet there, I believe this still won't match anymore license.rst.txt > that the bug mentioned. Let's just say it was a long night last night. Should be fixed in: https://anonscm.debian.org/git/lintian/lintian.git/commit/?id=4199e3735bcbe03a5e5990c8de5f1f3ed7ab6867 > Also,

Re: [lintian] 01/01: checks/files.pm: Correct extra-license-check filename matching. Thanks Mattia!

2018-01-01 Thread Mattia Rizzolo
On Mon, Jan 01, 2018 at 02:45:16PM +, Chris Lamb wrote: > -and not $fname =~ m,/_sources/license\.rst(\.txt)?$,o > +and not $fname =~ m,/_sources/license\.txt(\.rst)?$,oi Not yet there, I believe this still won't match anymore license.rst.txt that the bug mentioned.

[lintian] 01/01: checks/files.pm: Correct extra-license-check filename matching. Thanks Mattia!

2018-01-01 Thread Chris Lamb
This is an automated email from the git hooks/post-receive script. lamby pushed a commit to branch master in repository lintian. commit b0c92d1d66aed86e4922219a117116d0212966d9 Author: Chris Lamb Date: Mon Jan 1 14:45:13 2018 + checks/files.pm: Correct