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