Author: adam-guest
Date: 2008-09-04 21:00:40 +0000 (Thu, 04 Sep 2008)
New Revision: 1614
Modified:
trunk/debian/changelog
trunk/scripts/tagpending.pl
Log:
Make the --wnpp option work again. Thanks gregor herrmann.
(Closes: #497820)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-09-04 20:58:25 UTC (rev 1613)
+++ trunk/debian/changelog 2008-09-04 21:00:40 UTC (rev 1614)
@@ -34,6 +34,8 @@
+ Fix a typo in the help output. Thanks Thijs Kinkhorst. (Closes: #494131)
+ Use the new "bts --toolname" switch instead of an in-body comment to
indicate that tagpending was used.
+ + Make the --wnpp option work again. Thanks gregor herrmann.
+ (Closes: #497820)
[ Stefano Zacchiroli ]
* bts: add support for the fake "gift" tag. It is to be used as a shorthand
Modified: trunk/scripts/tagpending.pl
===================================================================
--- trunk/scripts/tagpending.pl 2008-09-04 20:58:25 UTC (rev 1613)
+++ trunk/scripts/tagpending.pl 2008-09-04 21:00:40 UTC (rev 1614)
@@ -335,7 +335,7 @@
}
if (@wnpp_to_tag) {
push(@bts_args, ".") if scalar @bts_args > 1;
- push(@bts_args, "package wnpp");
+ push(@bts_args, "package", "wnpp");
if ($comments) {
$comments =~ s/\n\n/\n/sg;
--
To unsubscribe, send mail to [EMAIL PROTECTED]