X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=tools%2Fobsolete_lintian_tags.pl;h=eeb064735ce2199cdfe9e45d8544cfb919a65abe;hb=80108bebf0307acfc27d586e6faffe193199b14b;hp=0de77d32f5c803edcfdedb5856820e2c4d50dd9f;hpb=df6e3e5f79788962ecb9f2d283ef640c6fef0301;p=dak.git 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';