Bug#837973: licensecheck should check license of font files

Jonas Smedegaard dr at jones.dk
Sat Oct 31 15:01:15 GMT 2020


Quoting Jonas Smedegaard (2016-09-16 09:46:58)
> Quoting Pirate Praveen (2016-09-16 06:34:29)
> > Many times ftp master reject a package because copyright of embedded 
> > fonts are missing. It wuld be nice if licensecheck can find it 
> > before the upload itself.
> 
> Thanks for reporting this!
> 
> This is already on my mental TODO-list (therefore thanks for making it 
> visible by this bugreport!): One of the reasons for my adopting and 
> refactoring licensecheck was to incorporate the extensions developed 
> as part of CDBS - including the /usr/lib/cdbs/license-miner which 
> extracts metadata from binary files like fonts and graphics files.

My current workaround for this no longer rely on CDBS, but essentially 
does this:

1>&2 exiftool '-textOut!' %d%f.%e:meta -short -short -recurse -ext ttf .
licensecheck --copyright --deb-machine --recursive --lines 0 --check '.*' --ignore '.*\.ttf$' -- *
find -type f -name '*.ttf' -delete

My actual workaround scripts are tailored to each package, and typically 
the one most detailed and most up-to-date is the one for ghostscript: 
https://sources.debian.org/src/ghostscript/9.53.3%7Edfsg-5/debian/copyright-check/


 - Jonas

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

 [x] quote me freely  [ ] ask before reusing  [ ] keep private
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-perl-maintainers/attachments/20201031/5c45ced0/attachment-0001.sig>


More information about the pkg-perl-maintainers mailing list