X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fregexes.py;h=95cf35231b1f26c3fa425c7c134df453ec84cf43;hb=2b8ba2f36f49583328b699763ecc2e9702deab72;hp=a8107113ecd54257ec7a72f922fe8828d8e6f7a5;hpb=129ee05ec943535f154032b73cca5f96c161540f;p=dak.git diff --git a/daklib/regexes.py b/daklib/regexes.py index a8107113..95cf3523 100644 --- a/daklib/regexes.py +++ b/daklib/regexes.py @@ -90,10 +90,6 @@ re_spacestrip = re.compile('(\s)') # From import_archive.py re_arch_from_filename = re.compile(r"binary-[^/]+") -# From import_ldap_fingerprints.py -re_gpg_fingerprint = re.compile(r"^\s+Key fingerprint = (.*)$", re.MULTILINE) -re_debian_address = re.compile(r"^.*<(.*)@debian\.org>$", re.MULTILINE) - # From new_security_install.py re_taint_free = re.compile(r"^['/;\-\+\.~\s\w]+$")