Author: zobel
Date: 2008-04-05 13:11:13 +0000 (Sat, 05 Apr 2008)
New Revision: 1241
Modified:
trunk/scripts/debchange.pl
Log:
set urgency=high if NMU and no other urgency set
Modified: trunk/scripts/debchange.pl
===================================================================
--- trunk/scripts/debchange.pl 2008-04-05 11:18:18 UTC (rev 1240)
+++ trunk/scripts/debchange.pl 2008-04-05 13:11:13 UTC (rev 1241)
@@ -952,6 +952,9 @@
$merge = 1;
} else {
+ if ($opt_n && ! $opt_u) {
+ $urgency='high';
+ }
print O "$PACKAGE ($NEW_VERSION) $distribution; urgency=$urgency\n\n";
if ($opt_n && ! $opt_news) {
print O " * Non-maintainer upload.\n";
--
To unsubscribe, send mail to [EMAIL PROTECTED]