On 31 mai 2020 22:57, Felix Lechner <[email protected]> wrote:
[...]
> As a side note, the bug report was not reproducible in all details.
> Perhaps the profile name should have been prefixed with 'debian', as
> in:
>
> LINTIAN_PROFILE = debian/dmo
>
> Either way, the line should read:
>
> profile = debian/dmo
For the record, this doesn't work (but "profile = dmo" does):
,----
| Cannot find profile debian/dmo (in /usr/share/lintian/profiles) at
/usr/share/perl5/Lintian/Profile.pm line 213.
| Lintian::Profile::load(Lintian::Profile=HASH(0x55ae1f4122d0),
"debian/dmo", ARRAY(0x55ae1ce31278), HASH(0x55ae1d1bc460)) called at
/usr/bin/lintian line 222
| dplint::load_profile("debian/dmo") called at
/usr/share/lintian/commands/lintian.pm line 714
| main::main() called at /usr/bin/lintian line 47
| eval {...} called at /usr/bin/lintian line 47
| main::__ANON__("/usr/share/lintian/commands/lintian.pm") called at
/usr/bin/lintian line 120
| dplint::run_tool("/usr/bin/lintian", "lintian") called at
/usr/bin/lintian line 299
| dplint::main() called at /usr/bin/lintian line 383
`----
Christian