提交 57750c00 编写于 作者: J Joerg Jaspert

s/µ/u/. Also use daklib.queue for check_valid, its there

上级 7be20695
......@@ -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)
......
......@@ -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():
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册