Author: adam-guest
Date: 2008-03-16 14:08:51 +0000 (Sun, 16 Mar 2008)
New Revision: 1149

Modified:
   trunk/scripts/debchange.pl
Log:
Make security NMUs also use +nmuX version numbering

Modified: trunk/scripts/debchange.pl
===================================================================
--- trunk/scripts/debchange.pl  2008-03-16 13:55:10 UTC (rev 1148)
+++ trunk/scripts/debchange.pl  2008-03-16 14:08:51 UTC (rev 1149)
@@ -898,11 +898,7 @@
 
                if ($VERSION eq $UVERSION) {
                    # First NMU of a Debian native package
-                   if ($opt_n) {
-                       $end .= "+nmu1";
-                   } else {
-                       $end .= "-0.1";
-                   }
+                   $end .= "+nmu1";
                } else {
                    $end += 0.1;
                }



-- 
To unsubscribe, send mail to [EMAIL PROTECTED]

Reply via email to