[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.0.0-13-g0094324



The following commit has been merged in the master branch:
commit 009432454574818684a15353403cf616cba3ae43
Author: Frank Lichtenheld <djpig@debian.org>
Date:   Sun Sep 28 12:04:11 2008 +0200

    Document the fact that --color=html is currently not supported
    
    This will be fixed one way or the other before the next release.
    I'm just not sure which one, yet.

diff --git a/frontend/lintian b/frontend/lintian
index d7c2adf..57ccc41 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -496,7 +496,7 @@ if (($check_everything or $packages_file) and $#ARGV+1 > 0) {
 }
 
 # check permitted values for --color
-if ($color and $color !~ /^(never|always|auto|html)$/) {
+if ($color and $color !~ /^(never|always|auto)$/) {
     die "invalid argument to --color: $color\n";
 }
 
diff --git a/man/lintian.1 b/man/lintian.1
index 90a20b1..3834c65 100644
--- a/man/lintian.1
+++ b/man/lintian.1
@@ -192,12 +192,10 @@ Don't use the overrides file.
 Output tags that have been overriden.
 
 .TP
-.BR \-\-color " (never|always|auto|html)"
+.BR \-\-color " (never|always|auto)"
 Whether to colorize tags in lintian output based on their severity.  The
 default is "never", which never uses color.  "always" will always use
-color, "auto" will use color only if the output is going to a terminal,
-and "html" will use HTML <span> tags with a color style attribute (instead
-of ANSI color escape sequences).
+color, and "auto" will use color only if the output is going to a terminal.
 
 .TP
 .BR \-U " info1,info2,..., " \-\-unpack\-info " info1,info2,..."

-- 
Debian package checker


Reply to: