The following commit has been merged in the master branch:
commit d761ccdee7c1904b218effdf0b08a2bd1b97c10f
Author: Niels Thykier <[email protected]>
Date:   Thu Dec 15 13:37:06 2011 +0100

    Fixed a mistake in (my correction of) the last commit
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/reporting/html_reports b/reporting/html_reports
index aa606c3..9da9317 100755
--- a/reporting/html_reports
+++ b/reporting/html_reports
@@ -80,7 +80,7 @@ my $profile = Lintian::Profile->new (find_default_profile 
("$LINTIAN_ROOT/profil
                                     ["$LINTIAN_ROOT/profiles"]);
 
 while ( my ($tagname, $severity) = each (%{$profile->severity_changes}) ) {
-    my $tag = $tag_data{$tagname};
+    my $tag = $tag_info{$tagname};
     $tag->set_severity ($severity);
 }
 

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to