[SCM] Git repository for devscripts branch, master, updated. v2.12.4-203-geee7517

James McCoy jamessan at debian.org
Sun May 5 03:54:04 UTC 2013


The following commit has been merged in the master branch:
commit eee7517b13f9be36859973b1d6ab5da340448649
Author: James McCoy <jamessan at debian.org>
Date:   Sat May 4 22:56:17 2013 -0400

    rc-alert: Change description of I flag to reference wheezy instead of lenny
    
    Closes: #683491
    Signed-off-by: James McCoy <jamessan at debian.org>

diff --git a/debian/changelog b/debian/changelog
index c02c93d..a4dac4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ devscripts (2.13.2) UNRELEASED; urgency=low
     modules.  (Closes: #669942)
   * licensecheck: Fix invalid regular expression syntax.  (Closes: #706232)
   * debchange: Set Wheezy as the default --bpo target.  (Closes: #703633)
+  * rc-alert: Change description of I flag to reference wheezy instead of
+    lenny.  (Closes: #683491)
 
   [ Christoph Berg ]
   * dget: "--all pkg" will download all binaries for source package pkg.
diff --git a/scripts/rc-alert.pl b/scripts/rc-alert.pl
index 6169352..1787a6d 100755
--- a/scripts/rc-alert.pl
+++ b/scripts/rc-alert.pl
@@ -45,7 +45,7 @@ my %flagmap = ( '(P)' => "pending",
 		'....(R)' => "unreproducible",
 		'.....(S)' => "security",
 		'......(U)' => "upstream",
-		'.......(I)' => "lenny-ignore or squeeze-ignore",
+		'.......(I)' => "wheezy-ignore or squeeze-ignore",
 	      );
 # A little hacky but allows us to sort the list by length
 my %distmap = ( '(O)' => "oldstable",

-- 
Git repository for devscripts



More information about the devscripts-devel mailing list