X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fregexes.py;h=7560511f6edd6cae9fa2a52d204d8785f6076bab;hb=98711aaaba0f4e55e7c92cf91149df0db5d412a6;hp=d1f0d38136afcc9616bcd82e3ab50106b4bfa861;hpb=5a0b2ebc5cd3cddbe8f94330b4b43d48e727455a;p=dak.git diff --git a/daklib/regexes.py b/daklib/regexes.py index d1f0d381..7560511f 100755 --- a/daklib/regexes.py +++ b/daklib/regexes.py @@ -108,3 +108,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): (.*?): (.*?) (.*)$")