Author: adam-guest
Date: 2008-04-05 16:35:17 +0000 (Sat, 05 Apr 2008)
New Revision: 1247
Modified:
trunk/scripts/debchange.pl
Log:
Skip the 'is this an NMU?' check for bin-NMUs, QA and security uploads,
backports and local-versioned packages
Modified: trunk/scripts/debchange.pl
===================================================================
--- trunk/scripts/debchange.pl 2008-04-05 16:31:38 UTC (rev 1246)
+++ trunk/scripts/debchange.pl 2008-04-05 16:35:17 UTC (rev 1247)
@@ -645,7 +645,7 @@
#####
-if (! $opt_v) {
+if (! $opt_v and ! $opt_l and ! $opt_s and ! $opt_qa and ! $opt_bpo and !
$opt_bn and ! $opt_n) {
if (-f 'debian/control') {
my $parser = new Parse::DebControl;
--
To unsubscribe, send mail to [EMAIL PROTECTED]