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

lintian: r186 - in branches/1.23.0: checks testset/binary/debian



Author: jeroen
Date: 2004-04-18 09:51:28 +0200 (Sun, 18 Apr 2004)
New Revision: 186

Modified:
   branches/1.23.0/checks/nmu
   branches/1.23.0/testset/binary/debian/changelog
Log:
NMU's: operator precedence, and be a little bit more lenient in detecting an
ack, and modify test to verify this.


Modified: branches/1.23.0/checks/nmu
===================================================================
--- branches/1.23.0/checks/nmu	2004-04-18 02:41:48 UTC (rev 185)
+++ branches/1.23.0/checks/nmu	2004-04-18 07:51:28 UTC (rev 186)
@@ -33,7 +33,8 @@
 my $firstline = 1;
 while (<CHANGELOG>) {
 	if ($firstline) {
-		$changelog_mentions_nmu = 1 if /nmu/i or /non-maintainer upload/i and not /acknowledge/i;
+		$changelog_mentions_nmu = 1
+			if (/nmu/i or /non-maintainer upload/i) and not /ack/i;
 		$changelog_mentions_qa = 1 if /orphan/i or /qa (?:group )?upload/i;
 		$firstline = 0 if /^\s+\S/ 
 	}

Modified: branches/1.23.0/testset/binary/debian/changelog
===================================================================
--- branches/1.23.0/testset/binary/debian/changelog	2004-04-18 02:41:48 UTC (rev 185)
+++ branches/1.23.0/testset/binary/debian/changelog	2004-04-18 07:51:28 UTC (rev 186)
@@ -1,7 +1,7 @@
 binary (4-1.1) unstable; urgency=low
 
-  * I'm doing an comaintainer-upload, but with a version number which suggests
-    I'm doing a NMU.
+  * I'm doing an comaintainer-upload, acknowledging a NMU, but with a version
+    number which suggests I'm doing a NMU myself.
 
     Lintian-maintainers: Please don't update this changelog, otherwise you'll
     probably break the checks/nmu checks.



Reply to: