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

[SCM] Debian package checker branch, master, updated. 2.2.0-9-g084c116



The following commit has been merged in the master branch:
commit 2592b71fa798ebb0a6dc9c2fbc259d633e224978
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Mon Jan 26 20:28:28 2009 +0000

    Add a colour for pedantic tags
    
    * lib/Lintian/Output.pm:
      + [ADB] Add a colour for pedantic tags to avoid warnings when colourised
        output is used and make the combination more useful.  Thanks, gregor
        herrmann.  (Closes: #513132)

diff --git a/debian/changelog b/debian/changelog
index 1cb9e7c..85c8420 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,11 @@ lintian (2.2.1) UNRELEASED; urgency=low
     + [RA] Add references to the UsingSymbolsFiles wiki page in the tags
       requesting generation of a symbols file.
 
+  * lib/Lintian/Output.pm:
+    + [ADB] Add a colour for pedantic tags to avoid warnings when colourised
+      output is used and make the combination more useful.  Thanks, gregor
+      herrmann.  (Closes: #513132)
+
   * man/lintian.1:
     + [ADB] Fix the spelling of "pedantic".  Thanks, Michal Čihař.
       (Closes: #513083)
diff --git a/lib/Lintian/Output.pm b/lib/Lintian/Output.pm
index 6a37ccc..0670f34 100644
--- a/lib/Lintian/Output.pm
+++ b/lib/Lintian/Output.pm
@@ -126,7 +126,8 @@ our @EXPORT_OK = (@{$EXPORT_TAGS{messages}},
 		  'string');
 
 # for the non-OO interface
-my %default_colors = ( 'E' => 'red' , 'W' => 'yellow' , 'I' => 'cyan' );
+my %default_colors = ( 'E' => 'red' , 'W' => 'yellow' , 'I' => 'cyan',
+		       'P' => 'green' );
 
 our $GLOBAL = new Lintian::Output;
 

-- 
Debian package checker


Reply to: