Source: dh-doc-privacy
Maintainer: Edward Betts <edward@4angle.com>
Section: devel
Build-Depends:
 debhelper-compat (= 13),
 help2man,
 python3:any,
Build-Depends-Indep:
 mypy <!nocheck>,
 python3-all <!nocheck>,
 python3-pytest <!nocheck>,
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.
