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

lintian: r209 - branches/1.23.0/checks



Author: djpig
Date: 2004-04-22 23:50:13 +0200 (Thu, 22 Apr 2004)
New Revision: 209

Modified:
   branches/1.23.0/checks/files
   branches/1.23.0/checks/files.desc
Log:
renamed tag documentation-file to udeb-contains-documentation-file
as proposed by jvw


Modified: branches/1.23.0/checks/files
===================================================================
--- branches/1.23.0/checks/files	2004-04-22 20:13:45 UTC (rev 208)
+++ branches/1.23.0/checks/files	2004-04-22 21:50:13 UTC (rev 209)
@@ -147,7 +147,7 @@
 	# ---------------- /usr/share/doc
 	if ($file =~ m,^usr/share/doc/\S,) {
 	    if ($type eq 'udeb') {
-		print "E: $pkg $type: documentation-file $file\n";
+		print "E: $pkg $type: udeb-contains-documentation-file $file\n";
 	    } else {
 		# file not owned by root?
 		if ($owner ne 'root/root') {

Modified: branches/1.23.0/checks/files.desc
===================================================================
--- branches/1.23.0/checks/files.desc	2004-04-22 20:13:45 UTC (rev 208)
+++ branches/1.23.0/checks/files.desc	2004-04-22 21:50:13 UTC (rev 209)
@@ -235,7 +235,7 @@
  absolute.
 Ref: policy 10.5
 
-Tag: documentation-file
+Tag: udeb-contains-documentation-file
 Type: error
 Info: udeb packages should not contain any documentation.
  .



Reply to: