Bug#954248: parse markdown formatted email address entries in copyright

2020-03-19 Thread Jonas Smedegaard
Quoting Dominique Dumont (2020-03-19 11:22:10)
> On Thu, 19 Mar 2020 15:13:40 +0530 Pirate Praveen  
> wrote:
> > Package: libconfig-model-dpkg-perl
> > Version: 2.132
> > Sevrerity: wishlist
> > 
> > For example in rollup-plugin-terser node module
> > 
> >  [Bogdan Chadkin](mailto:tryso...@yandex.ru)
> > 
> > Should be converted to Bogdan Chadkin 
> 
> 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:tryso...@yandex.ru)
> 
> $ licensecheck -m -r --copyright --deb-fmt --encoding utf-8 README.md 
> README.md   UNKNOWN [Bogdan Chadkin](mailto:tryso...@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 ?

Please do. Thanks!

I suggest to file as a separate bug for licensecheck (i.e. not reassign 
- not sure which you meant by "forward").  Reason is that we might have 
different opinion on its severity, and if considered lower severity in 
licensecheck I imagine you maybe deal with it directly in Config::Model.

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private

signature.asc
Description: signature


Bug#954248: parse markdown formatted email address entries in copyright

2020-03-19 Thread Dominique Dumont
On Thu, 19 Mar 2020 15:13:40 +0530 Pirate Praveen  
wrote:
> Package: libconfig-model-dpkg-perl
> Version: 2.132
> Sevrerity: wishlist
> 
> For example in rollup-plugin-terser node module
> 
>  [Bogdan Chadkin](mailto:tryso...@yandex.ru)
> 
> Should be converted to Bogdan Chadkin 

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:tryso...@yandex.ru)

$ licensecheck -m -r --copyright --deb-fmt --encoding utf-8 README.md 
README.md   UNKNOWN [Bogdan Chadkin](mailto:tryso...@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



Bug#954248: parse markdown formatted email address entries in copyright

2020-03-19 Thread Pirate Praveen

Package: libconfig-model-dpkg-perl
Version: 2.132
Sevrerity: wishlist

For example in rollup-plugin-terser node module

[Bogdan Chadkin](mailto:tryso...@yandex.ru)

Should be converted to Bogdan Chadkin