X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fexamine_package.py;h=72e098d562b91a03b7dcf0ac5b39732bc7b24b89;hb=76cc6b0f163f76c4bdcaceebf55a68348924c598;hp=598e45770546183463801906e7ce56a3da7e78f6;hpb=6d6100fcee8e50bef063d8b8cd395773d83077b4;p=dak.git diff --git a/dak/examine_package.py b/dak/examine_package.py index 598e4577..72e098d5 100755 --- a/dak/examine_package.py +++ b/dak/examine_package.py @@ -339,9 +339,8 @@ def do_command (command, filename): print_formatted_text(o.read()) def do_lintian (filename): - # lintian currently does not have html coloring, so dont use color for lintian (yet) if use_html: - do_command("lintian --show-overrides", filename) + do_command("lintian --show-overrides --color html", filename) else: do_command("lintian --show-overrides --color always", filename)