[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master 2/5] check_lintian needs all the source, otherwise we can't check the package.



Signed-off-by: Chris Lamb <lamby@debian.org>
---
 daklib/queue.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/daklib/queue.py b/daklib/queue.py
index f2cc8bd..0c79a26 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
-- 
1.6.3.3



Reply to: