X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fregexes.py;h=95cf35231b1f26c3fa425c7c134df453ec84cf43;hb=03dc8b94e1bc27800c426297ca826b211f6f754e;hp=a8107113ecd54257ec7a72f922fe8828d8e6f7a5;hpb=8ee83a95bf50f7e8fb8ec48a3e06c3f7f778d981;p=dak.git diff --git a/daklib/regexes.py b/daklib/regexes.py old mode 100755 new mode 100644 index a8107113..95cf3523 --- 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]+$")