X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=daklib%2Fregexes.py;h=06cb173604689b3d1b42d2ac7180f80b56c49ffa;hb=f5255d39ec6915a97fdccfc536479d579b5f19a3;hp=ad57ce5f8030be228cb7efe96ff88e5e6ac32de0;hpb=159be8fa02c62b9a9114c78edddc0913df21d636;p=dak.git diff --git a/daklib/regexes.py b/daklib/regexes.py index ad57ce5f..06cb1736 100644 --- a/daklib/regexes.py +++ b/daklib/regexes.py @@ -61,7 +61,6 @@ re_multi_line_field = re.compile(r"^\s(.*)") re_taint_free = re.compile(r"^[-+~/\.\w]+$") re_parse_maintainer = re.compile(r"^\s*(\S.*\S)\s*\<([^\>]+)\>") -re_gpg_uid = re.compile('^uid.*<([^>]*)>') re_srchasver = re.compile(r"^(\S+)\s+\((\S+)\)$") re_verwithext = re.compile(r"^(\d+)(?:\.(\d+))(?:\s+\((\S+)\))?$")