From 4d5c520a2338f28a04ab11cf6c73bf4d9a0e1adc Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Thu, 15 Jan 2009 09:52:05 +0100 Subject: [PATCH] show_new and the same goes for check_dsc/check_deb Signed-off-by: Joerg Jaspert --- dak/show_new.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dak/show_new.py b/dak/show_new.py index e87ca892..a576426e 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: -- 2.39.2