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

lintian: r1136 - in trunk: checks debian



Author: rra
Date: 2008-01-22 05:53:00 +0100 (Tue, 22 Jan 2008)
New Revision: 1136

Modified:
   trunk/checks/infofiles
   trunk/checks/menus
   trunk/debian/changelog
Log:
* checks/infofiles:
  + [RA] Don't issue unknown-intepreter for maintainer scripts with
    weird interpreters.  checks/scripts already handles this and the tag
    wasn't defined.  Thanks, Thijs Kinkhorst.  (Closes: #460964)
* checks/menus:
  + [RA] Don't issue unknown-interpreter for maintainer scripts with
    weird interpreters.

Modified: trunk/checks/infofiles
===================================================================
--- trunk/checks/infofiles	2008-01-22 04:45:43 UTC (rev 1135)
+++ trunk/checks/infofiles	2008-01-22 04:53:00 UTC (rev 1136)
@@ -186,7 +186,6 @@
 	    }
 	    $interp = 'unknown';
 	}
-	tag "unknown-interpreter", $script, $interp;
     }
 
     my $hold;

Modified: trunk/checks/menus
===================================================================
--- trunk/checks/menus	2008-01-22 04:45:43 UTC (rev 1135)
+++ trunk/checks/menus	2008-01-22 04:53:00 UTC (rev 1136)
@@ -560,7 +560,6 @@
 	    }
 	    $interp = 'unknown';
 	}
-	tag "unknown-interpreter", $script, $interp;
     }
 
     while (<IN>) {

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-01-22 04:45:43 UTC (rev 1135)
+++ trunk/debian/changelog	2008-01-22 04:53:00 UTC (rev 1136)
@@ -15,12 +15,19 @@
   * checks/files.desc:
     + [RA] In many of the long descriptions for symlink-related tags,
       mention that running dh_link will fix symlink problems.
+  * checks/infofiles:
+    + [RA] Don't issue unknown-intepreter for maintainer scripts with
+      weird interpreters.  checks/scripts already handles this and the tag
+      wasn't defined.  Thanks, Thijs Kinkhorst.  (Closes: #460964)
   * checks/init.d{.desc,}:
     + [RA] Downgrade a missing LSB Short-Description keyword to info since
       it's not required for functionality.  Thanks, Petter Reinholdtsen.
       (Closes: #460499)
   * checks/menu-format:
     + [RA] Avoid a Perl warning for desktop entries without Exec.
+  * checks/menus:
+    + [RA] Don't issue unknown-interpreter for maintainer scripts with
+      weird interpreters.
 
   * frontend/lintian:
     + [RA] Include info tags in the broken-down description of the


Reply to: