Author: adsb
Date: 2009-01-15 21:47:41 +0000 (Thu, 15 Jan 2009)
New Revision: 1791
Modified:
trunk/debian/changelog
trunk/scripts/debchange.pl
Log:
Make -v and -l interoperate with NEWS files properly again.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-01-15 21:46:23 UTC (rev 1790)
+++ trunk/debian/changelog 2009-01-15 21:47:41 UTC (rev 1791)
@@ -13,6 +13,7 @@
* debchange:
+ When adding a NEWS item, automatically propogate the urgency from the
changelog. (Closes: #511911)
+ + Make -v and -l interoperate with NEWS files properly again.
[ James Vega ]
* debcheckout:
Modified: trunk/scripts/debchange.pl
===================================================================
--- trunk/scripts/debchange.pl 2009-01-15 21:46:23 UTC (rev 1790)
+++ trunk/scripts/debchange.pl 2009-01-15 21:47:41 UTC (rev 1791)
@@ -821,7 +821,7 @@
chomp(my $DATE=`$date_cmd`);
if ($opt_news && !$opt_i && !$opt_a) {
- if ($VERSION eq $changelog{'Version'}) {
+ if ($VERSION eq $changelog{'Version'} && !$opt_v && !$opt_l) {
$opt_a = 1;
} else {
$opt_i = 1;
--
To unsubscribe, send mail to [email protected].