Package: lintian
Version: 1.23.10
Author: Guillem Jover <guillem@hadrons.org>
Status: applied
Debbug: 320382
Description:
 Do not trigger static binary checking for /boot subdirectories.

diff -Naur lintian-1.23.10/checks/binaries lintian-1.23.10.new/checks/binaries
--- lintian-1.23.10/checks/binaries	2005-07-10 18:05:31.000000000 +0300
+++ lintian-1.23.10.new/checks/binaries	2005-07-29 01:48:19.000000000 +0300
@@ -180,8 +180,7 @@
 	} else {
 	    # Some exceptions: files in /boot, /usr/lib/debug/*, named *-static or
 	    # *.static, or *-static as package-name.
-	    use File::Basename;
-	    next if (dirname($file) eq './boot');
+	    next if ($file =~ m#^./boot/#);
 	    # Location of debugging symbols:
 	    next if ($file =~ m#^./usr/lib/debug/#);
 	    next if ($file =~ /(\.|-)static$/);
