X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fregexes.py;h=7560511f6edd6cae9fa2a52d204d8785f6076bab;hb=ce324ffde27b192a8e713b6e98368a3b00edaf27;hp=d1f0d38136afcc9616bcd82e3ab50106b4bfa861;hpb=d7eb2f04ceaa42082294fe05a79e0bc77a817831;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): (.*?): (.*?) (.*)$")