From f601bd71e61c6c265b5fa1f296a5258385e6f154 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Tue, 11 Jun 2013 06:51:04 +0000 Subject: [PATCH] Adjust obsolete_lintian_tags.pl to work with lintian 2.5.13 Signed-off-by: Luca Falavigna --- tools/obsolete_lintian_tags.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/obsolete_lintian_tags.pl b/tools/obsolete_lintian_tags.pl index 0de77d32..eeb06473 100755 --- a/tools/obsolete_lintian_tags.pl +++ b/tools/obsolete_lintian_tags.pl @@ -31,8 +31,7 @@ use Getopt::Long; use lib "$ENV{'LINTIAN_ROOT'}/lib"; use Lintian::Profile; -my $profile = Lintian::Profile->new ('debian', $ENV{'LINTIAN_ROOT'}, - ["$ENV{'LINTIAN_ROOT'}/profiles"]); +my $profile = Lintian::Profile->new ('debian'); my @lintian_tags = (sort $profile->tags(1)); my $autoreject_tags = '../config/debian/lintian.tags'; -- 2.39.2