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

lintian: r136 - in trunk: checks debian



Author: djpig
Date: 2004-04-08 21:52:25 +0200 (Thu, 08 Apr 2004)
New Revision: 136

Modified:
   trunk/checks/files
   trunk/debian/changelog
Log:
Don't complain about read-only *.ali files as requested by
Ludovic Brenta. This makes #226879 wishlist again.


Modified: trunk/checks/files
===================================================================
--- trunk/checks/files	2004-04-08 19:11:05 UTC (rev 135)
+++ trunk/checks/files	2004-04-08 19:52:25 UTC (rev 136)
@@ -477,6 +477,10 @@
 	    if ($operm == 0664 and $owner =~ m,root/games, and
 		$file =~ m,var/(lib/)?games/\S+,) {
 		# everything is ok
+	    } elsif ($operm == 0444 and $file =~ m,usr/lib/.*\.ali$,) {
+		# Ada library information files should be read-only
+		# since GNAT behaviour depends on that
+		# everything is ok
 	    } elsif ($operm != 0644) {
 		printf "W: $pkg $type: non-standard-file-perm $file %04o != 0644\n",$operm;
 	    }

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-04-08 19:11:05 UTC (rev 135)
+++ trunk/debian/changelog	2004-04-08 19:52:25 UTC (rev 136)
@@ -32,6 +32,8 @@
     + [HE] New check for compiled python files (*.pyc). Patch by David
       Kimdon <david@kimdon.org>, thanks. (Closes: #236606)
     + [HE] Check for gzipped zero byte files. (Closes: #172052)
+    + [FL] Don't complain about read-only *.ali files as requested by
+       Ludovic Brenta. This makes #226879 wishlist again.
   * checks/manpages:
     + [FL] Two new errors: 1) if section number of directory and file
       differ, 2) if section number of file differs from what is expected
@@ -47,7 +49,7 @@
       shouldn't/can't be called directly anymore so add a new
       error and remove it from the list of usual interpreters.
       (Closes: #240806)
-  * checks/standards-version
+  * checks/standards-version:
     + [JvW] Also emit warning if standards version is 3.6.0, and not yet 3.6.1
 
  -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Mon,  5 Apr 2004 03:17:53 +0200



Reply to: