The following commit has been merged in the master branch:
commit f73500ebf5510212691c9d9bf33ba4226f24f65a
Author: Niels Thykier <ni...@thykier.net>
Date:   Thu Dec 8 23:06:41 2011 +0100

    Allow fonts in packages starting with "fonts-"
    
    This completes the fix for #646838.
    
    Signed-off-by: Niels Thykier <ni...@thykier.net>

diff --git a/checks/files b/checks/files
index 97ed0ce..bab92c8 100644
--- a/checks/files
+++ b/checks/files
@@ -1045,7 +1045,7 @@ foreach my $file (@{$info->sorted_index}) {
             if ($FONT_PACKAGES->known($font)) {
                 tag 'duplicate-font-file', "$file also in", 
$FONT_PACKAGES->value($font)
                     if ($pkg ne $FONT_PACKAGES->value($font) and $type ne 
'udeb');
-            } elsif ($pkg !~ m/^(?:[ot]tf|t1|xfonts)-/) {
+            } elsif ($pkg !~ m/^(?:[ot]tf|t1|x?fonts)-/) {
                 tag 'font-in-non-font-package', $file;
             }
         }
diff --git a/debian/changelog b/debian/changelog
index 0256c7e..8ecf10d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,6 +29,9 @@ lintian (2.5.5) UNRELEASED; urgency=low
     + [JW]  Fixed a false-negative "empty-binary-package" if the
       package contained the /u/s/doc/$pkg symlink.
       (Closes: #650959)
+    + [NT] Allow fonts in packages starting with "fonts-".  This
+      completes the fix for #646838.  Thanks to أحمد المحمودي for
+      the follow up report.  (Closes: #651045)
   * checks/nmu:
     + [JW] Properly handle uploader names with commas.
   * checks/scripts:

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to debian-lint-maint-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rym7b-0007eb...@vasks.debian.org

Reply via email to