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

lintian: r1354 - in trunk: checks debian



Author: rra
Date: 2008-06-07 02:49:18 +0200 (Sat, 07 Jun 2008)
New Revision: 1354

Modified:
   trunk/checks/nmu
   trunk/debian/changelog
Log:
  + [RA] Binary NMUs of QA-maintained packages are fine.

Modified: trunk/checks/nmu
===================================================================
--- trunk/checks/nmu	2008-06-07 00:48:49 UTC (rev 1353)
+++ trunk/checks/nmu	2008-06-07 00:49:18 UTC (rev 1354)
@@ -90,7 +90,7 @@
 	tag "orphaned-package-should-not-have-uploaders", ""
 		if defined $uploaders;
 	tag "qa-upload-has-incorrect-version-number", "$version"
-		if $version_nmuness;
+		if $version_nmuness == 1;
 	tag "changelog-should-mention-qa", ""
 		if !$changelog_mentions_qa;
 } else {

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-06-07 00:48:49 UTC (rev 1353)
+++ trunk/debian/changelog	2008-06-07 00:49:18 UTC (rev 1354)
@@ -54,6 +54,7 @@
   * checks/nmu:
     + [RA] Don't treat "Ack NMU" as an NMU declaration.  Thanks, Joe
       Nahmias.  (Closes: #484600)
+    + [RA] Binary NMUs of QA-maintained packages are fine.
   * checks/rules{.desc,}:
     + [RA] Add some basic checks for whether debhelper programs are called
       in a reasonable order.  (Closes: #471869)


Reply to: