diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index 77e5f00af52b5e5d62e5c7fc422f92a67ac3b7fb..c4ebd99472e9d820746a25ff5483a20a99addc80 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