debcargo.toml: add missing doc build-dependencies

and mark them accordingly.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2020-05-18 13:08:23 +02:00
parent 79166b3935
commit b2c9c793ad
1 changed files with 11 additions and 0 deletions

11
debian/debcargo.toml vendored
View File

@ -15,7 +15,18 @@ build_depends = [
"debhelper (>= 12~)", "debhelper (>= 12~)",
"bash-completion", "bash-completion",
"python3-docutils", "python3-docutils",
"python3-pygments",
"rsync", "rsync",
"fonts-dejavu-core <!nodoc>",
"fonts-lato <!nodoc>",
"fonts-open-sans <!nodoc>",
"graphviz <!nodoc>",
"latexmk <!nodoc>",
"python3-sphinx <!nodoc>",
"texlive-fonts-extra <!nodoc>",
"texlive-fonts-recommended <!nodoc>",
"texlive-xetex <!nodoc>",
"xindy <!nodoc>",
] ]
build_depends_excludes = [ build_depends_excludes = [
"debhelper (>=11)", "debhelper (>=11)",