From: Chris Lamb Date: Wed, 28 Oct 2009 15:13:25 +0000 (+0000) Subject: check_lintian needs all the source, otherwise we can't check the package. X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=4f29ddca1f0b340650548b7e0cc0d1a78902db5b;p=dak.git check_lintian needs all the source, otherwise we can't check the package. Signed-off-by: Chris Lamb --- 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