build: track docs build-dependencies

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2022-09-09 14:48:18 +02:00
parent d83e5ea719
commit 141cdb6986
2 changed files with 7 additions and 1 deletions

4
debian/control vendored
View File

@ -35,7 +35,9 @@ Build-Depends: debhelper (>= 12),
librust-serde-1+derive-dev,
librust-serde-json-1+default-dev,
librust-walkdir-2+default-dev (>= 2.3.1-~~),
librust-xz2-0.1+default-dev
librust-xz2-0.1+default-dev,
latexmk,
texlive-fonts-extra
Maintainer: Proxmox Support Team <support@proxmox.com>
Standards-Version: 4.5.1
Vcs-Git: git://git.proxmox.com/git/proxmox-offline-mirror.git

View File

@ -5,6 +5,10 @@ maintainer = "Proxmox Support Team <support@proxmox.com>"
[source]
vcs_git = "git://git.proxmox.com/git/proxmox-offline-mirror.git"
vcs_browser = "https://git.proxmox.com/?p=proxmox-offline-mirror.git"
build_depends = [
"latexmk",
"texlive-fonts-extra",
]
[packages.bin]
section = "admin"