[Python-modules-team] Bug#855502: python-kombu-doc: Non-Free ICC profiles in images

Christopher Hoskin christopher.hoskin at gmail.com
Sun Feb 19 10:31:10 UTC 2017


Package: python-kombu-doc
Version: 3.0.35-1.1
Severity: normal

Dear Maintainer,

./docs/images/kombu.jpg and ./docs/images/kombusmall.jpg contain ICC profiles which are Copyright 1998 Hewlett-Packard Company and probably not Free Software[1].

$ find . -regextype posix-extended -iregex '.*\.(jpg|png|ico|tiff)' -exec sh -c 'identify -verbose "$0" | grep -i copyright && echo "$0"' {} \;
    icc:copyright: Copyright (c) 1998 Hewlett-Packard Company
./docs/images/kombu.jpg
    icc:copyright: Copyright (c) 1998 Hewlett-Packard Company
./docs/images/kombusmall.jpg

These can be removed with the commands:

convert -verbose ./docs/images/kombu.jpg +profile "icc" ./docs/images/kombu.jpg 
convert -verbose ./docs/images/kombusmall.jpg +profile "icc" ./docs/images/kombusmall.jpg

The convert command is available from the GraphicsMagick or ImageMagick suites.

Thanks.

Christopher Hoskin

[1] https://lists.debian.org/debian-devel/2014/05/msg00312.html


-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python-kombu-doc depends on:
ii  libjs-sphinxdoc  1.4.9-2

python-kombu-doc recommends no packages.

python-kombu-doc suggests no packages.

-- no debconf information



More information about the Python-modules-team mailing list