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

lintian: r646 - trunk/checks



Author: rra
Date: 2006-04-29 10:06:19 +0200 (Sat, 29 Apr 2006)
New Revision: 646

Modified:
   trunk/checks/files
Log:
Don't allow architecture-specific manpage subdirectories yet even though
FHS does.  Debian doesn't use them at the moment, and it causes us to
miss too many things.  Eventually, this check needs to be overhauled and
made more thorough.


Modified: trunk/checks/files
===================================================================
--- trunk/checks/files	2006-04-29 08:01:50 UTC (rev 645)
+++ trunk/checks/files	2006-04-29 08:06:19 UTC (rev 646)
@@ -292,7 +292,7 @@
 	    }
 	    if ($perm =~ m/^d/) {
 		tag "stray-directory-in-manpage-directory", "$file"
-		    if ($file !~ m,^usr/(X11R6|share)/man/(?:[^/]+/(?:[^/]+/)?)?(man\d/)?$,);
+		    if ($file !~ m,^usr/(X11R6|share)/man/(?:[^/]+/)?(man\d/)?$,);
 	    } elsif ($perm =~ m/^-.*[xt]/) {
 		tag "executable-manpage", "$file";
 	    }



Reply to: