The following commit has been merged in the master branch:
commit 984961bafc4d6642c5cc2a55b31361ff88840cf8
Author: Niels Thykier <[email protected]>
Date: Sat Nov 19 11:27:07 2011 +0100
Ignore broken links that appears to point to fonts
Signed-off-by: Niels Thykier <[email protected]>
diff --git a/checks/symlinks b/checks/symlinks
index 8671b75..8cd5126 100644
--- a/checks/symlinks
+++ b/checks/symlinks
@@ -65,6 +65,7 @@ foreach my $file (@{$info->sorted_index}) {
next if $path =~ m@man/man\d/undocumented@o or
$path =~ m@^etc/alternatives/@o or
$path =~ m@^usr/share/javascript/(?:[^/]++/)++[^/]+\.js$@o or
+ $path =~ m@^usr/share/fonts/[^/]++/.++$@o or # link to font dir or
a font file
$path =~ m@^usr/share/java/[^/]+\.jar$@o or
$path eq 'lib/init/upstart-job';
diff --git a/debian/changelog b/debian/changelog
index 7783df0..aa38f68 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -96,6 +96,8 @@ lintian (2.5.4) UNRELEASED; urgency=low
+ [JW] Added some more DEP-5 URLs. (Closes: #642027)
+ [JW] Improved the wording of the extra information for the tag
syntax-error-in-dep5-copyright. (Closes: #644556)
+ + checks/symlinks:
+ + [NT] Ignore broken links that appears to point to fonts.
* collection/index:
+ [NT] Fixed an "uninitialized variable" warning if no tarballs were
--
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]