]> git.decadent.org.uk Git - dak.git/blobdiff - dak/examine_package.py
Lintian now loves html output too
[dak.git] / dak / examine_package.py
index 598e45770546183463801906e7ce56a3da7e78f6..72e098d562b91a03b7dcf0ac5b39732bc7b24b89 100755 (executable)
@@ -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)