Package: lintian
Version: 2.5.27
Severity: important
Tags: patch

As originally reported in #751945, it is mentionned that only '*.md5'
files should be checked. Please change:

         if (   $fname =~ m,^usr/share/doc/$ppkg/[^/]+/.+\.md5$,
             or $fname =~ m,^usr/share/doc/$ppkg/[^/]+/.+\.map$,) {


into simply

         if (   $fname =~ m,^usr/share/doc/$ppkg/[^/]+/.+\.md5$,) {

*.map file are actually very important (this is need for HTML
navigation). See #751949 for yet another lintian possible tag about
*.map files.

Regards


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: 
https://lists.debian.org/CA+7wUsyc8AwFKLevx=CWmW81tRKryAUEaWtD_RmE=7nnt2h...@mail.gmail.com

Reply via email to