Bug#954248: parse markdown formatted email address entries in copyright
Dominique Dumont
dod at debian.org
Thu Mar 19 10:22:10 GMT 2020
On Thu, 19 Mar 2020 15:13:40 +0530 Pirate Praveen <praveen at onenetbeyond.org>
wrote:
> Package: libconfig-model-dpkg-perl
> Version: 2.132
> Sevrerity: wishlist
>
> For example in rollup-plugin-terser node module
>
> [Bogdan Chadkin](mailto:trysound at yandex.ru)
>
> Should be converted to Bogdan Chadkin <trysound at yandex.ru>
This line comes from rollup-plugin-terser main README file [1] which is
written in markdown.
The copyright is extracted by licencecheck from README.md source:
MIT © [Bogdan Chadkin](mailto:trysound at yandex.ru)
$ licensecheck -m -r --copyright --deb-fmt --encoding utf-8 README.md
README.md UNKNOWN [Bogdan Chadkin](mailto:trysound at yandex.ru)
Weirdly enough, this copyright is extracted only with --deb-fmt option:
$ licensecheck -m -r --copyright --encoding utf-8 README.md
README.md GENERATED FILE *No copyright*
Jonas, what do you think ?
Should I forward this bug to licensecheck ?
All the best
Dod
[1] https://github.com/TrySound/rollup-plugin-terser/blob/master/README.md
More information about the pkg-perl-maintainers
mailing list