X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fregexes.py;h=48b5281435e7a333beee65e51141dd5286f85195;hb=0ce3d6f605d22c2769a8dcbe1ab8c016bb7aa442;hp=1ed01c888aa52d89f18874d2f25f71287fabe418;hpb=5d1a48553085b05a9bda395db9d12deb463d893a;p=dak.git diff --git a/daklib/regexes.py b/daklib/regexes.py index 1ed01c88..48b52814 100644 --- a/daklib/regexes.py +++ b/daklib/regexes.py @@ -62,10 +62,6 @@ re_doc_directory = re.compile(r".*/doc/([^/]*).*") re_contrib = re.compile('^contrib/') re_nonfree = re.compile('^non\-free/') -re_arch = re.compile("Architecture: .*") -re_builddep = re.compile("Build-Depends: .*") -re_builddepind = re.compile("Build-Depends-Indep: .*") - re_localhost = re.compile("localhost\.localdomain") re_version = re.compile('^(.*)\((.*)\)')