Author: rra
Date: 2008-06-05 07:52:56 +0200 (Thu, 05 Jun 2008)
New Revision: 1340

Modified:
   trunk/checks/nmu
   trunk/debian/changelog
Log:
* checks/nmu:
  + [RA] Don't treat "Ack NMU" as an NMU declaration.  Thanks, Joe
    Nahmias.  (Closes: #484600)

Modified: trunk/checks/nmu
===================================================================
--- trunk/checks/nmu    2008-06-05 04:34:24 UTC (rev 1339)
+++ trunk/checks/nmu    2008-06-05 05:52:56 UTC (rev 1340)
@@ -47,7 +47,7 @@
 while (<CHANGELOG>) {
        if ($firstline) {
                $changelog_mentions_nmu = 1
-                       if (/\bnmu\b/i or /non-maintainer upload/i) and not 
/(ackno|confir|incorporat)/i;
+                       if (/\bnmu\b/i or /non-maintainer upload/i) and not 
/(ackno|\back\b|confir|incorporat)/i;
                $changelog_mentions_qa = 1 if /orphan/i or /qa (?:group 
)?upload/i;
                $firstline = 0 if /^\s+\S/;
        }

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2008-06-05 04:34:24 UTC (rev 1339)
+++ trunk/debian/changelog      2008-06-05 05:52:56 UTC (rev 1340)
@@ -27,6 +27,9 @@
   * checks/md5sums:
     + [FL] Don't complain about missing md5sums file if the
       package only contains conffiles.  (Closes: #482869)
+  * checks/nmu:
+    + [RA] Don't treat "Ack NMU" as an NMU declaration.  Thanks, Joe
+      Nahmias.  (Closes: #484600)
   * checks/rules{.desc,}:
     + [RA] Add some basic checks for whether debhelper programs are called
       in a reasonable order.  (Closes: #471869)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to