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

Bug#762660: lintian: useless-autogenerated-doxygen-file : remove map file checking



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


Reply to: