Author: adam-guest
Date: 2008-04-07 06:53:18 +0000 (Mon, 07 Apr 2008)
New Revision: 1278
Modified:
trunk/debian/changelog
trunk/scripts/debchange.pl
Log:
Re-enable NMU detection for NEWS files for consistency
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-04-07 06:28:21 UTC (rev 1277)
+++ trunk/debian/changelog 2008-04-07 06:53:18 UTC (rev 1278)
@@ -10,7 +10,7 @@
heuristics introduced in 2.10.21 to be disabled. Based on a patch by
gregor herrmann
+ Fix and improve some manpage formatting. Thanks gregor herrmann
- + Skip NMU detection when handling NEWS files or creating a new changelog
+ + Skip NMU detection when creating a new changelog
+ Fix NEWS files in combination with NMU versioning
[ James Vega ]
Modified: trunk/scripts/debchange.pl
===================================================================
--- trunk/scripts/debchange.pl 2008-04-07 06:28:21 UTC (rev 1277)
+++ trunk/scripts/debchange.pl 2008-04-07 06:53:18 UTC (rev 1278)
@@ -670,7 +670,7 @@
if ($opt_auto_nmu eq 'yes' and ! $opt_v and ! $opt_l and ! $opt_s and
! $opt_qa and ! $opt_bpo and ! $opt_bn and ! $opt_n and ! $opt_c and
- ! $opt_news and ! $opt_create) {
+ ! $opt_create) {
if (-f 'debian/control') {
fatal "$progname: Unable to parse control file: $lpdc_broken\n"
--
To unsubscribe, send mail to [EMAIL PROTECTED]