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

[SCM] Debian package checker branch, master, updated. 2.4.3-109-gf7e8118



The following commit has been merged in the master branch:
commit f7e8118e64e5dedf8933cde2bd1f176441ffdabc
Author: Niels Thykier <niels@thykier.net>
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


Reply to: