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

lintian: r569 - in trunk: checks debian



Author: rra
Date: 2006-03-12 01:34:26 +0100 (Sun, 12 Mar 2006)
New Revision: 569

Modified:
   trunk/checks/menu-format
   trunk/debian/changelog
Log:
* checks/menu-format:
  + [RA] Look for binaries in /usr/X11R6/bin, not /usr/bin/X11, per
    Policy 11.8.7.  Thanks, Matej Vela.  (Closes: #354890)

Modified: trunk/checks/menu-format
===================================================================
--- trunk/checks/menu-format	2006-03-12 00:22:16 UTC (rev 568)
+++ trunk/checks/menu-format	2006-03-12 00:34:26 UTC (rev 569)
@@ -358,14 +358,14 @@
 	    } else {   
 		tag "menu-command-not-in-package", "$fullname:$linecount $cmd"
 		    if (!($file_index{".$cmd"} 
-			|| grep {$file_index{".".$_.$cmd}} qw(/usr/local/bin/ /usr/bin/ /bin/ /usr/bin/X11/ /usr/games/)) # Check for binary in PATH
+			|| grep {$file_index{".".$_.$cmd}} qw(/usr/local/bin/ /usr/bin/ /bin/ /usr/X11R6/bin/ /usr/games/)) # Check for binary in PATH
 			&& ($tested_packages < 2)
 			&& ($section !~ m:^WindowManagers/Modules:));
 	    }
 	} else {
 	    tag "menu-command-not-in-package", "$fullname:$linecount $com[0]"
 	        if ($com[0] && ! ($file_index{".$com[0]"}
-		    || grep {$file_index{".".$_.$com[0]}} qw(/usr/local/bin/ /usr/bin/ /bin/ /usr/bin/X11/ /usr/games/)) # Check for binary in PATH
+		    || grep {$file_index{".".$_.$com[0]}} qw(/usr/local/bin/ /usr/bin/ /bin/ /usr/X11R6/bin/ /usr/games/)) # Check for binary in PATH
 		    && ($tested_packages < 2)
 		    && ($section !~ m:^WindowManagers/Modules:));
 	}

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-03-12 00:22:16 UTC (rev 568)
+++ trunk/debian/changelog	2006-03-12 00:34:26 UTC (rev 569)
@@ -21,6 +21,9 @@
   * checks/manpages:
     + [FL] Ignore more warnings ("cannot adjust line", "can't break
       line") in non-English manpages. (Closes: #349792)
+  * checks/menu-format:
+    + [RA] Look for binaries in /usr/X11R6/bin, not /usr/bin/X11, per
+      Policy 11.8.7.  Thanks, Matej Vela.  (Closes: #354890)
   * checks/menu-format.desc:
     + [RA] Use "menu manual" rather than "menu" for references to more
       clearly distinguish from the Debian Menu Policy.  (Closes: #347510)



Reply to: