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 debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to