Author: adsb
Date: 2008-11-04 21:09:27 +0000 (Tue, 04 Nov 2008)
New Revision: 1703
Modified:
trunk/debian/changelog
trunk/scripts/tagpending.pl
Log:
tagpending: Don't output a spurious empty line near the end of the
changelog comments under some circumstances.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-11-04 21:02:52 UTC (rev 1702)
+++ trunk/debian/changelog 2008-11-04 21:09:27 UTC (rev 1703)
@@ -47,6 +47,8 @@
easily retrieved. Based on a patch by Jörg Sommer.
* licensecheck: Match a couple more variants on the wording of a
3-clause BSD license. (Closes: #503378)
+ * tagpending: Don't output a spurious empty line near the end of the
+ changelog comments under some circumstances.
* uscan:
+ Document the USCAN_TIMEOUT configuration file variable.
(Closes: #502517)
Modified: trunk/scripts/tagpending.pl
===================================================================
--- trunk/scripts/tagpending.pl 2008-11-04 21:02:52 UTC (rev 1702)
+++ trunk/scripts/tagpending.pl 2008-11-04 21:09:27 UTC (rev 1703)
@@ -321,6 +321,7 @@
if ($comments) {
$comments =~ s/\n\n/\n/sg;
+ $comments =~ s/\n\n/\n/m;
$comments =~ s/^ /#/mg;
push(@bts_args, $comments);
# We don't want to add comments twice if there are
--
To unsubscribe, send mail to [EMAIL PROTECTED]