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

[SCM] Debian package checker branch, master, updated. 2.5.3-62-g69f93b0



The following commit has been merged in the master branch:
commit 69f93b0c19bbe54eb170d52d1aa8bda5e7772dad
Author: Niels Thykier <niels@thykier.net>
Date:   Wed Oct 12 15:00:17 2011 +0200

    Fixed private/tag-stats
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/private/tag-stats b/private/tag-stats
index 205e371..b7e9988 100755
--- a/private/tag-stats
+++ b/private/tag-stats
@@ -24,8 +24,8 @@ BEGIN {
 my $LINTIAN_ROOT = $ENV{'LINTIAN_ROOT'};
 
 use lib "$ENV{'LINTIAN_ROOT'}/lib";
-use Read_pkglists;
 use Lintian::Tag::Info;
+use Util;
 
 my @severities = reverse qw(pedantic wishlist minor normal important serious);
 my @certainties = reverse qw(wild-guess possible certain);

-- 
Debian package checker


Reply to: