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

[dak/master] show_new



and the same goes for check_dsc/check_deb

Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 dak/show_new.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dak/show_new.py b/dak/show_new.py
index e87ca89..a576426 100755
--- a/dak/show_new.py
+++ b/dak/show_new.py
@@ -172,9 +172,9 @@ def do_pkg(changes_file):
         examine_package.display_changes(changes['distribution'], Upload.pkg.changes_file)
 
         for fn in filter(lambda fn: fn.endswith(".dsc"), filestoexamine):
-            examine_package.check_dsc(fn)
+            examine_package.check_dsc(changes['distribution'], fn)
         for fn in filter(lambda fn: fn.endswith(".deb") or fn.endswith(".udeb"), filestoexamine):
-            examine_package.check_deb(fn)
+            examine_package.check_deb(changes['distribution'], fn)
 
         html_footer()
         if sys.stdout != stdout_fd:
-- 
1.5.6.5


Reply to: