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

[lintian] 01/01: Corect comment in checks/files.pm. Thanks to Mattia Rizzolo.



This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository lintian.

commit 8c767ffd85d3bde2e91fa136d2fc5b204670f955
Author: Chris Lamb <lamby@debian.org>
Date:   Sun Aug 27 22:25:16 2017 +0100

    Corect comment in checks/files.pm. Thanks to Mattia Rizzolo.
---
 checks/files.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checks/files.pm b/checks/files.pm
index aec0465..84cac35 100644
--- a/checks/files.pm
+++ b/checks/files.pm
@@ -1163,7 +1163,7 @@ sub run {
             tag 'package-contains-python-coverage-file', $file;
         }
 
-        # ---------------- .coverage (coverage.py output)
+        # ---------------- .class (compiled Java files)
         if ($fname =~ m,\.class$,o) {
             tag 'package-installs-java-bytecode', $file;
         }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: