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

lintian: r328 - trunk/checks



Author: djpig
Date: 2004-07-06 17:23:44 +0200 (Tue, 06 Jul 2004)
New Revision: 328

Modified:
   trunk/checks/copyright-file.desc
   trunk/checks/debconf
   trunk/checks/description.desc
Log:
Some tag issues. A s/warn/warning/, some bogus whitespace,
and a missing tag description


Modified: trunk/checks/copyright-file.desc
===================================================================
--- trunk/checks/copyright-file.desc	2004-07-06 00:11:23 UTC (rev 327)
+++ trunk/checks/copyright-file.desc	2004-07-06 15:23:44 UTC (rev 328)
@@ -68,6 +68,15 @@
  within <i>pkg1</i> and copy the copyright file to that directory.
 Ref: policy 12.5
 
+Tag: cannot-check-whether-usr-doc-symlink-points-to-foreign-package
+Type: info
+Info: There is a symlink /usr/share/doc/<i>pkg1</i> -&gt; <i>pkg2</i>
+ in your package. This means that <i>pkg1</i> and <i>pkg2</i> must
+ both come from the same source package. I can't check this right now
+ however since I'm only checking a binary package and I only can check
+ this when I'm checking both the binary and the corresponding source
+ package.
+
 Tag: old-style-copyright-file
 Type: error
 Info: The package installs a /usr/doc/copyright/<i>pkg</i> file. Instead,

Modified: trunk/checks/debconf
===================================================================
--- trunk/checks/debconf	2004-07-06 00:11:23 UTC (rev 327)
+++ trunk/checks/debconf	2004-07-06 15:23:44 UTC (rev 328)
@@ -127,7 +127,7 @@
 	$isselect=1;
 	$usesmultiselect=1;
     } elsif ($template->{type} eq 'boolean') {
-	tag "boolean-template-has-bogus-default ",
+	tag "boolean-template-has-bogus-default",
 	    "$template->{template} $template->{default}"
 		if defined $template->{default}
 		    and $template->{default} ne 'true'

Modified: trunk/checks/description.desc
===================================================================
--- trunk/checks/description.desc	2004-07-06 00:11:23 UTC (rev 327)
+++ trunk/checks/description.desc	2004-07-06 15:23:44 UTC (rev 328)
@@ -97,7 +97,7 @@
 Ref: policy 3.4.2
 
 Tag: extended-description-line-too-long
-Type: warn
+Type: warning
 Info: One or more lines in the extended part of the "Description:" field
  have been found to contain more than 80 characters. For the benefit of
  users of 80x25 terminals, it is recommended that the lines do not exceed



Reply to: