Author: adsb
Date: 2008-11-04 18:51:59 +0000 (Tue, 04 Nov 2008)
New Revision: 1697

Modified:
   trunk/debian/changelog
   trunk/scripts/debchange.pl
Log:
Modify the message produced by --closes to make it clearer that it 
is intended to be edited to add details of the bug and fix as 
appropriate. (Closes: #495743)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2008-11-02 17:58:57 UTC (rev 1696)
+++ trunk/debian/changelog      2008-11-04 18:51:59 UTC (rev 1697)
@@ -23,6 +23,9 @@
     + Update the Ubuntu distribution list. Add jaunty and remove the
       no-longer supported warty, hoary, edgy and fiesty. Also add
       "-backports" as a supported "extension".
+    + Modify the message produced by --closes to make it clearer that it 
+      is intended to be edited to add details of the bug and fix as 
+      appropriate. (Closes: #495743)
   * debdiff: Correctly handle hyphenated distribution names when generating
     a diff against the previous version of the package. (Closes: #503950)
   * getbuildlog:

Modified: trunk/scripts/debchange.pl
===================================================================
--- trunk/scripts/debchange.pl  2008-11-02 17:58:57 UTC (rev 1696)
+++ trunk/scripts/debchange.pl  2008-11-04 18:51:59 UTC (rev 1697)
@@ -738,7 +738,7 @@
                my $title = $statuses->{$close}->{subject};
                my $pkg = $statuses->{$close}->{package};
                $title =~ s/^($pkg|$PACKAGE): //;
-               push @closes_text, "$title (Closes: \#$close)\n";
+               push @closes_text, "Fix \"$title\" <explain what you changed 
and why> (Closes: \#$close)\n";
            }
            else { # not our package, or wnpp
                my $bug = Devscripts::Debbugs::status(



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

Reply via email to