X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fregexes.py;h=9040e217cf89b4d9fe13a2ecc78c4dc468d4da31;hb=b5da3a8242954873807477980107afb3d5d33876;hp=cc5d1be6873de251852e92b0e85d8e1a7900f3e1;hpb=07d3da93cd81ae7c9657e3521cc081751a9cd810;p=dak.git diff --git a/daklib/regexes.py b/daklib/regexes.py index cc5d1be6..9040e217 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"^(?PW|E|O): (?P.*?): (?P[^ ]*) ?(?P.*)$")