Codebase list i3-gaps / 72a6ad2
check-spelling: update to new Lintian::Profile API This changed between Lintian 2.62.0 and 2.64.0. Michael Stapelberg 4 years ago
1 changed file(s) with 5 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1616 # Lintian complains if we don’t set a vendor.
1717 use Lintian::Data;
1818 use Lintian::Profile;
19 Lintian::Data->set_vendor(
20 Lintian::Profile->new('debian', ['/usr/share/lintian'], {}));
19
20 my $profile = Lintian::Profile->new;
21 $profile->load('debian', ['/usr/share/lintian']);
22
23 Lintian::Data->set_vendor($profile);
2124
2225 my $exitcode = 0;
2326