X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dak%2Fshow_new.py;h=a576426e86ea1a2d198c66d520434e2a2558e1d2;hb=fb135219f1c99d0817e7d793bcfad3cc40a69a72;hp=e87ca89233f19a392707b3a14f3767593ad8b707;hpb=87f92d7fed6efc99b8d92aafbf9d1622034e6cd9;p=dak.git 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: