Bug#1052168: libconfig-model-dpkg-perl: maps @copyright{} to no-info-found

Dominique Dumont dod at debian.org
Wed Sep 20 18:18:03 BST 2023


On Mon, 18 Sep 2023 18:26:45 +0200 Andreas Metzler <ametzler at bebt.de> wrote:
> something in libconfig-model-dpkg-perl seems to have changed, when
> upgrading guile-gnutls with "cme update dpkg-copyright" the generated
> file moved from
> 
> Files: doc/gnutls-guile.texi
> Copyright: @copyright{} 2001-2023, Free Software Foundation, Inc.
> License: GFDL-1.3+
> 
> to
> 
> Files: doc/gnutls-guile.texi
> Copyright: no-info-found
> License: GFDL-1.3+

Sigh... I've tried to filter out cases where licensecheck latches on lines 
containing "(c)" like the following one:

 (c)**b <= a and (c+1)**b > a

The line you've shown was seen as garbage and removed because it begins with a 
non-alphanumeric char.

I'll update the cleanup_copyright function in Software::Copyright::Statement 
to cope with this case.

All the best



More information about the pkg-perl-maintainers mailing list