Author: rra
Date: 2008-04-26 03:26:10 +0200 (Sat, 26 Apr 2008)
New Revision: 1282

Modified:
   trunk/checks/nmu
   trunk/debian/changelog
Log:
  + [RA] Don't consider an NMU changelog entries that mention NMU with
    a variation of the word "incorporate."

Modified: trunk/checks/nmu
===================================================================
--- trunk/checks/nmu    2008-04-25 09:32:26 UTC (rev 1281)
+++ trunk/checks/nmu    2008-04-26 01:26:10 UTC (rev 1282)
@@ -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)/i;
+                       if (/\bnmu\b/i or /non-maintainer upload/i) and not 
/(ackno|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-04-25 09:32:26 UTC (rev 1281)
+++ trunk/debian/changelog      2008-04-26 01:26:10 UTC (rev 1282)
@@ -45,6 +45,8 @@
   * checks/nmu{.desc,}:
     + [RA] Add support for +nmuX versioning for NMUs of native packages.
       Patch from James Vega.  (Closes: #475026)
+    + [RA] Don't consider an NMU changelog entries that mention NMU with
+      a variation of the word "incorporate."
   * checks/scripts:
     + [RA] Attempt to quash some Perl warnings.
     + [RA] *.py files in /usr/{lib,share}, /etc/init.d/skeleton, and *.ex


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

Reply via email to