Source: dh-doc-privacy Maintainer: Edward Betts Section: devel Build-Depends: debhelper-compat (= 13), help2man, python3:any, Build-Depends-Indep: mypy , python3-all , python3-pytest , Standards-Version: 4.7.3 Homepage: https://salsa.debian.org/debian/dh-doc-privacy Vcs-Browser: https://salsa.debian.org/debian/dh-doc-privacy Vcs-Git: https://salsa.debian.org/debian/dh-doc-privacy.git Package:dh-doc-privacy Architecture: all Depends: debhelper, python3:any, ${misc:Depends}, Description: debhelper addon to remove external web resources from package documentation This debhelper addon automatically removes remotely-hosted images (such as build status badges, coverage badges, version badges from shields.io, GitHub, GitLab, etc.), iframes, and tracking scripts from documentation files in the package source tree. . This prevents installed HTML documentation under /usr/share/doc/ from making unintended network requests when viewed. . It operates directly on source files in place (with automatic backups restored by dh_clean), supports Markdown (.md), reStructuredText (.rst), and HTML files, preserves locally-hosted images, and cleans up surrounding markup where appropriate. . By default it processes top-level README.md, README.rst, and README.html files. Specific files or directories can be passed as arguments.