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

lintian: r210 - branches/1.23.0/checks



Author: djpig
Date: 2004-04-23 01:28:55 +0200 (Fri, 23 Apr 2004)
New Revision: 210

Modified:
   branches/1.23.0/checks/nmu
Log:
Avoid doubled warnings when you get the version number wrong
in a maintainer upload.


Modified: branches/1.23.0/checks/nmu
===================================================================
--- branches/1.23.0/checks/nmu	2004-04-22 21:50:13 UTC (rev 209)
+++ branches/1.23.0/checks/nmu	2004-04-22 23:28:55 UTC (rev 210)
@@ -70,7 +70,7 @@
 		if !$changelog_mentions_qa;
 } else {
 	print "W: $pkg $type: changelog-should-mention-nmu\n"
-		if !$changelog_mentions_nmu && ($upload_is_nmu || $version_nmuness);
+		if !$changelog_mentions_nmu && $upload_is_nmu;
 	print "W: $pkg $type: source-nmu-has-incorrect-version-number $version\n"
 		if $upload_is_nmu && $version_nmuness != 1;
 	print "W: $pkg $type: maintainer-upload-has-incorrect-version-number $version\n"



Reply to: