X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_unchecked.py;h=c4ebd99472e9d820746a25ff5483a20a99addc80;hb=0a4c0c8b6f231bf36f0318a484e4ab5f037b40d0;hp=77e5f00af52b5e5d62e5c7fc422f92a67ac3b7fb;hpb=7aac641ca31157f344f6823507c6cc251958d0b5;p=dak.git diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index 77e5f00a..c4ebd994 100755 --- a/dak/process_unchecked.py +++ b/dak/process_unchecked.py @@ -757,6 +757,7 @@ def check_dsc(): m = daklib.utils.re_issource.match(f) if not m: reject("%s: %s in Files field not recognised as source." % (dsc_filename, f)) + continue type = m.group(3) if type == "orig.tar.gz" or type == "tar.gz": has_tar = 1