[Secure-testing-commits] r2520 - bin
Joey Hess
joeyh at costa.debian.org
Thu Oct 20 17:24:52 UTC 2005
Author: joeyh
Date: 2005-10-20 17:24:52 +0000 (Thu, 20 Oct 2005)
New Revision: 2520
Modified:
bin/checklist
Log:
ignore new distro tags until I work out something better to do with them
Modified: bin/checklist
===================================================================
--- bin/checklist 2005-10-20 16:53:12 UTC (rev 2519)
+++ bin/checklist 2005-10-20 17:24:52 UTC (rev 2520)
@@ -113,7 +113,7 @@
elsif (/^((?:DSA|DTSA|CVE)-[^\s]+)/) { # Check for a line with an advisory at the start : Set $id to it
$id=$1;
}
- elsif (/^\s+[!-]\s+(\S+)\s+(.*?)\s*$/) { # Deal with the rest of the lines
+ elsif (/^\s+(?:\[\w+\]\s+)?[!-]\s+(\S+)\s+(.*?)\s*$/) { # Deal with the rest of the lines
my $package=$1; # We know which package it is.
my $rest=$2;
my $version;
More information about the Secure-testing-commits
mailing list