From: Joerg Jaspert Date: Thu, 15 Jan 2009 08:52:05 +0000 (+0100) Subject: show_new X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d5c520a2338f28a04ab11cf6c73bf4d9a0e1adc;p=dak show_new and the same goes for check_dsc/check_deb Signed-off-by: Joerg Jaspert --- 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: