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

lintian: r198 - branches/1.23.0/checks



Author: jeroen
Date: 2004-04-19 23:31:19 +0200 (Mon, 19 Apr 2004)
New Revision: 198

Modified:
   branches/1.23.0/checks/nmu
Log:
checks/nmu:
- ackno should only match acknowledge + misspellings, ack matched 'package'
  too. Also check for confir (-med) too now.

(catched by one of the tests :-), thankfully they are nearly-useful
again)


Modified: branches/1.23.0/checks/nmu
===================================================================
--- branches/1.23.0/checks/nmu	2004-04-19 21:27:07 UTC (rev 197)
+++ branches/1.23.0/checks/nmu	2004-04-19 21:31:19 UTC (rev 198)
@@ -34,7 +34,7 @@
 while (<CHANGELOG>) {
 	if ($firstline) {
 		$changelog_mentions_nmu = 1
-			if (/nmu/i or /non-maintainer upload/i) and not /ack/i;
+			if (/nmu/i or /non-maintainer upload/i) and not /(ackno|confir)/i;
 		$changelog_mentions_qa = 1 if /orphan/i or /qa (?:group )?upload/i;
 		$firstline = 0 if /^\s+\S/ 
 	}



Reply to: