Author: adam-guest
Date: 2008-04-14 13:09:40 +0000 (Mon, 14 Apr 2008)
New Revision: 1340

Modified:
   trunk/debian/changelog
   trunk/scripts/debchange.pl
Log:
  + Fix a side-effect of the automagic NMU detection functionality which
    could lead to a spurious stanza being added to the end of the changelog

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2008-04-14 12:24:03 UTC (rev 1339)
+++ trunk/debian/changelog      2008-04-14 13:09:40 UTC (rev 1340)
@@ -15,6 +15,8 @@
       next time debchange is used with it) (Closes: #475578)
     + Correctly handle control files containing comments when checking
       for NMUs (Closes: #475750)
+    + Fix a side-effect of the automagic NMU detection functionality which
+      could lead to a spurious stanza being added to the end of the changelog
   * debcommit: Modify the "strip message" functionality so that:
     - Changelog lines beginning with any of *, + or - are considered to
       indicate a "change" for the purposes of deciding whether to strip 

Modified: trunk/scripts/debchange.pl
===================================================================
--- trunk/scripts/debchange.pl  2008-04-14 12:24:03 UTC (rev 1339)
+++ trunk/scripts/debchange.pl  2008-04-14 13:09:40 UTC (rev 1340)
@@ -691,6 +691,7 @@
        if (! grep { $_ eq $packager } ($maintainer, @uploaders) and
            $packager ne $changelog{'Maintainer'}) {
            $opt_n=1;
+           $opt_a=0;
        }
 
     } else {



-- 
To unsubscribe, send mail to [EMAIL PROTECTED]

Reply via email to