The following commit has been merged in the master branch:
commit eb3582e0392ca0294ba294ed862269637c89a3b1
Author: Jordà Polo <[EMAIL PROTECTED]>
Date:   Tue Jul 22 11:07:02 2008 +0200

    Display severity and certainty with tag descriptions

diff --git a/lib/Read_taginfo.pm b/lib/Read_taginfo.pm
index 33ddba6..5714bf0 100644
--- a/lib/Read_taginfo.pm
+++ b/lib/Read_taginfo.pm
@@ -61,6 +61,12 @@ sub read_tag_info {
                push(@foo,format_ref($secs[$i]->{'ref'}));
            }
 
+           if ($secs[$i]->{'severity'} and $secs[$i]->{'certainty'}) {
+               push(@foo, "");
+               push(@foo, "Severity: $secs[$i]->{'severity'};");
+               push(@foo, "Certainty: $secs[$i]->{'certainty'}");
+           }
+
            if ($secs[$i]->{'experimental'}) {
                push(@foo,"");
                push(@foo,"Please note that this tag is marked Experimental, 
which "

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to