X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fregexes.py;h=6be999771acabbd41ff2926061a5cbde9ad1f1a6;hb=1fa1f22b70c6ee46aea78ee40b9797a574d7c583;hp=cc5d1be6873de251852e92b0e85d8e1a7900f3e1;hpb=07d3da93cd81ae7c9657e3521cc081751a9cd810;p=dak.git diff --git a/daklib/regexes.py b/daklib/regexes.py index cc5d1be6..6be99977 100755 --- a/daklib/regexes.py +++ b/daklib/regexes.py @@ -112,4 +112,4 @@ re_user_mails = re.compile(r"^(pub|uid):[^rdin].*<(.*@.*)>.*$", re.MULTILINE); re_user_name = re.compile(r"^pub:.*:(.*)<.*$", re.MULTILINE); re_re_mark = re.compile(r'^RE:') -re_parse_lintian = re.compile(r"^(W|E|O): (.*?): (.*?) (.*)$") +re_parse_lintian = re.compile(r"^(W|E|O): (.*?): ([^ ]*) ?(.*)$")