From 57750c00438df3775be51ce86c4fd1ac36df98c3 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 30 Dec 2007 22:55:44 +0100 Subject: [PATCH] =?utf8?q?s/=C2=B5/u/.=20Also=20use=20daklib.queue=20for?= =?utf8?q?=20check=5Fvalid,=20its=20there?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- dak/examine_package.py | 4 ++-- dak/show_new.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dak/examine_package.py b/dak/examine_package.py index 0b8a4422..598e4577 100755 --- a/dak/examine_package.py +++ b/dak/examine_package.py @@ -391,7 +391,7 @@ def check_deb (deb_filename): output_deb_info(deb_filename) if is_a_udeb: - headline("skipping lintian check for µdeb") + headline("skipping lintian check for udeb") print else: headline("lintian check for %s" % (filename)) @@ -403,7 +403,7 @@ def check_deb (deb_filename): do_command ("dpkg -c", deb_filename) if is_a_udeb: - headline("skipping copyright for µdeb") + headline("skipping copyright for udeb") else: headline("copyright of %s" % (filename)) print_copyright(deb_filename) diff --git a/dak/show_new.py b/dak/show_new.py index d6bd7ae1..674eca39 100755 --- a/dak/show_new.py +++ b/dak/show_new.py @@ -117,7 +117,7 @@ def do_pkg(changes_file): sys.stdout = open(os.path.join(Cnf["Show-New::HTMLPath"],htmlname),"w") html_header(changes["source"]) - daklib.utils.check_valid(new) + daklib.queue.check_valid(new) examine_package.display_changes(Upload.pkg.changes_file) for pkg in new.keys(): -- 2.39.5