Author: adam-guest
Date: 2008-02-26 19:12:21 +0000 (Tue, 26 Feb 2008)
New Revision: 1059
Modified:
trunk/debian/changelog
trunk/scripts/debchange.pl
Log:
+ Use "etch-backports" instead of "Etch backports" in bpo changelog
entries (Closes: #467582)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-02-26 18:51:38 UTC (rev 1058)
+++ trunk/debian/changelog 2008-02-26 19:12:21 UTC (rev 1059)
@@ -37,21 +37,23 @@
* wnpp-alert: Note in the manpage that the results are source package
based
* debchange:
- - Modify --closes to use SOAP / Debbugs.pm
- - Add hardy (heron) to the list of supported Ubuntu distributions
- - Use existing changelog data directly rather than re-using
+ + Modify --closes to use SOAP / Debbugs.pm
+ + Add hardy (heron) to the list of supported Ubuntu distributions
+ + Use existing changelog data directly rather than re-using
dpkg-parsechangelog's Changes: field and therefore don't apply any
reformatting (Closes: #452806)
+ + Use "etch-backports" instead of "Etch backports" in bpo changelog
+ entries (Closes: #467582)
* bts:
- - Add a --force-interactive option which is similar to --interactive
+ + Add a --force-interactive option which is similar to --interactive
but spawns an editor for the message before prompting for sending
confirmation (Closes: #467134)
- - Allow the use of --{force-,}interactive to be specified in the
+ + Allow the use of --{force-,}interactive to be specified in the
configuration file (Closes: #467131)
* debsign: Allow multiple files to be signed in a single invocation
(Closes: #457355)
* mass-bug:
- + Correctly detect the start of a signature in the template file
+ + Correctly detect the start of a signature in the template file
(Closes: #467496)
+ Allow package versions to be specified in the package list file
as package_version (Closes: #467581)
Modified: trunk/scripts/debchange.pl
===================================================================
--- trunk/scripts/debchange.pl 2008-02-26 18:51:38 UTC (rev 1058)
+++ trunk/scripts/debchange.pl 2008-02-26 19:12:21 UTC (rev 1059)
@@ -942,7 +942,7 @@
print O " * Non-maintainer upload by the Security Team.\n";
$line = 1;
} elsif ($opt_bpo && ! $opt_news) {
- print O " * Rebuild for Etch backports.\n";
+ print O " * Rebuild for etch-backports.\n";
$line = 1;
}
if (@closes_text or $TEXT) {
--
To unsubscribe, send mail to [EMAIL PROTECTED]