]> git.proxmox.com Git - proxmox-backup.git/commitdiff
debcargo.toml: add missing doc build-dependencies
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 18 May 2020 11:08:23 +0000 (13:08 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 18 May 2020 11:48:16 +0000 (13:48 +0200)
and mark them accordingly.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
debian/debcargo.toml

index afd4f160598069a039c2d40d4ec0098f726b2556..619dbd0dacab78c29c83cb054484436298710a47 100644 (file)
@@ -15,7 +15,18 @@ build_depends = [
   "debhelper (>= 12~)",
   "bash-completion",
   "python3-docutils",
+  "python3-pygments",
   "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 = [
   "debhelper (>=11)",