The following commit has been merged in the master branch:
commit f7e8118e64e5dedf8933cde2bd1f176441ffdabc
Author: Niels Thykier <[email protected]>
Date:   Tue Jan 4 15:01:49 2011 +0100

      * checks/files{,.desc}
        + [NT] Fixed false-positive extra-license-file for games.
          (Closes: #608866)

diff --git a/checks/files b/checks/files
index 6cc08f9..e1bee21 100644
--- a/checks/files
+++ b/checks/files
@@ -761,6 +761,7 @@ foreach my $file (@{$info->sorted_index}) {
        and not $file =~ m,^usr/share/zope/Products/.*\.(?:dtml|pt|cpt)$,
        and not $file =~ m,/under\S+License\.docbook$,
        and not $file =~ m,^(?:usr/)?s?bin/,
+       and not $file =~ m,^usr/games/,
        and not $file =~ m,^usr/share/doc/[^/]+/examples/,
        and not defined $link) {
        tag "extra-license-file", "$file";
diff --git a/debian/changelog b/debian/changelog
index dd15dde..9b685e9 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -43,6 +43,8 @@ lintian (2.4.4) UNRELEASED; urgency=low
       the patch.  (Closes: #591331)
     + [NT] Fixed spelling of metapackage in empty-binary-package tag
       description.  (Closes: #591300)
+    + [NT] Fixed false-positive extra-license-file for games.
+      (Closes: #608866)
   * checks/menu-format.desc:
     + [CW] Fix several typos.
   * checks/menus.desc:

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to