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

lintian: r783 - trunk/checks



Author: rra
Date: 2006-11-15 09:58:22 +0100 (Wed, 15 Nov 2006)
New Revision: 783

Modified:
   trunk/checks/infofiles
Log:
Be a bit more explicit and clear in the comment.


Modified: trunk/checks/infofiles
===================================================================
--- trunk/checks/infofiles	2006-11-15 08:53:13 UTC (rev 782)
+++ trunk/checks/infofiles	2006-11-15 08:58:22 UTC (rev 783)
@@ -146,8 +146,8 @@
 	unless $prerm{'calls-install-info-quiet'};
 }
 
-# Currently we assume all the info pages are fine if any of them are.  It
-# would be nice to be stricter.
+# Currently we assume all the info pages are fine if any of them are installed
+# with an explicit --section option.  It would be nice to be stricter.
 for my $file (keys %missing_section) {
     tag "info-document-missing-dir-section", "$file"
 	unless ($postinst{'calls-install-info-section'});



Reply to: