Package: python-skimage-doc Version: 0.14.0-1 Severity: normal E: python-skimage-doc: privacy-breach-uses-embedded-file usr/share/doc/python-skimage-doc/html/cell_profiler.html You may use the libjs-mathjax package. (https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/mathjax.js?config=tex-ams-mml_htmlormml)
Patch ``` diff --git a/debian/rules b/debian/rules index 82c3ed98..784c3e19 100755 --- a/debian/rules +++ b/debian/rules @@ -83,6 +83,9 @@ ifneq (,$(findstring -a,$(DH_INTERNAL_OPTIONS))) : # no documentation in -a -- surprised that sphinxdoc doesn't know that else dh_sphinxdoc -ppython-skimage-doc + find debian -type f -exec sed -i -e \ + 's@https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js@file:///usr/share/javascript/mathjax/MathJax.js@g' \ + '{}' + endif endif ``` And the doc package should depend on libjs-mathjax.