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

[lintian] 01/01: Add .ogg files to the list of non-license file extensions to avoid a false-positive in extra-license-file. Thanks to Innocent De Marchi for the report. (Closes: #894139)



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

lamby pushed a commit to branch master
in repository lintian.

commit 12b05def244907f9624424504b44e0a6658ca3f9
Author: Chris Lamb <lamby@debian.org>
Date:   Mon Mar 26 15:11:55 2018 -0400

    Add .ogg files to the list of non-license file extensions to avoid a false-positive in extra-license-file. Thanks to Innocent De Marchi for the report. (Closes: #894139)
---
 checks/files.pm  | 2 +-
 debian/changelog | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/checks/files.pm b/checks/files.pm
index 6965538..67ec724 100644
--- a/checks/files.pm
+++ b/checks/files.pm
@@ -1290,7 +1290,7 @@ sub run {
             and not $fname =~ m{ \. (?:
                   # Common "non-license" file extensions...
                    el|[ch]|cc|p[ylmc]|[hu]i|p_hi|html|php|rb|xpm
-                     |png|jpe?g|gif|svg|dtd|mk|lisp|yml|rs
+                     |png|jpe?g|gif|svg|dtd|mk|lisp|yml|rs|ogg
                ) \Z}xsm
             and not $fname=~ m,^usr/share/zope/Products/.*\.(?:dtml|pt|cpt)$,
             and not $fname =~ m,/under\S+License\.docbook$,
diff --git a/debian/changelog b/debian/changelog
index 378a759..7f0bf41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,10 @@ lintian (2.5.81) UNRELEASED; urgency=medium
     + [CL] Correct location of "AutomaticDebugPackages" wiki page in the
       description of the debian-control-has-obsolete-dbg-package tag.
       Thanks to Antonio Ospite for the report.  (Closes: #893480)
+  * checks/files.pm:
+    + [CL] Add .ogg files to the list of non-license file extensions to
+      avoid a false-positive in extra-license-file. Thanks to Innocent De
+      Marchi for the report.  (Closes: #894139)
 
  -- Chris Lamb <lamby@debian.org>  Sun, 18 Mar 2018 22:55:23 -0400
 

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


Reply to: