File: control

package info (click to toggle)
dh-doc-privacy 0.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 84 kB
  • sloc: python: 670; makefile: 20; sh: 4
file content (38 lines) | stat: -rw-r--r-- 1,399 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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.