From 4f29ddca1f0b340650548b7e0cc0d1a78902db5b Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Wed, 28 Oct 2009 15:13:25 +0000 Subject: [PATCH] check_lintian needs all the source, otherwise we can't check the package. Signed-off-by: Chris Lamb --- daklib/queue.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daklib/queue.py b/daklib/queue.py index f2cc8bd5..0c79a260 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -1222,6 +1222,8 @@ class Upload(object): if not valid_dist: return + self.ensure_all_source_exists() + cnf = Config() tagfile = cnf["Dinstall::LintianTags"] # Parse the yaml file -- 2.39.5