The following commit has been merged in the master branch:
commit f27ccdd066ee54417acffd3352fa95b8aa7d9056
Author: Niels Thykier <[email protected]>
Date: Tue Apr 2 18:36:56 2013 +0200
p/tag-stats: Fix call to L::Tag::Info->new
Signed-off-by: Niels Thykier <[email protected]>
diff --git a/private/tag-stats b/private/tag-stats
index 64e8c46..fd8d8dc 100755
--- a/private/tag-stats
+++ b/private/tag-stats
@@ -61,7 +61,7 @@ for my $check (readdir CHECKDIR) {
$severity = 'unclassified' if not $severity;
$certainty = 'unclassified' if not $certainty;
- my $info = Lintian::Tag::Info->new($tag->{tag});
+ my $info = Lintian::Tag::Info->new($tag, $desc->{'check-script'},
$desc->{'type'});
my $code = $info->code;
push(@{$stats{severity}{$severity}}, $name);
--
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]