add missing build dependencies

found by building with sbuild in a clean chroot.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2023-01-05 14:19:10 +01:00
parent 404eedad0b
commit 26e97f4513
2 changed files with 8 additions and 4 deletions

6
debian/control vendored
View File

@ -37,10 +37,12 @@ Build-Depends: debhelper (>= 12),
librust-serde-json-1+default-dev, librust-serde-json-1+default-dev,
librust-walkdir-2+default-dev (>= 2.3.1-~~), librust-walkdir-2+default-dev (>= 2.3.1-~~),
librust-xz2-0.1+default-dev, librust-xz2-0.1+default-dev,
latexmk, bash-completion,
fonts-open-sans,
fonts-lato, fonts-lato,
fonts-open-sans,
latexmk,
python3-sphinx, python3-sphinx,
rsync,
texlive-fonts-recommended, texlive-fonts-recommended,
texlive-xetex texlive-xetex
Maintainer: Proxmox Support Team <support@proxmox.com> Maintainer: Proxmox Support Team <support@proxmox.com>

View File

@ -6,10 +6,12 @@ maintainer = "Proxmox Support Team <support@proxmox.com>"
vcs_git = "git://git.proxmox.com/git/proxmox-offline-mirror.git" vcs_git = "git://git.proxmox.com/git/proxmox-offline-mirror.git"
vcs_browser = "https://git.proxmox.com/?p=proxmox-offline-mirror.git" vcs_browser = "https://git.proxmox.com/?p=proxmox-offline-mirror.git"
build_depends = [ build_depends = [
"latexmk", "bash-completion",
"fonts-open-sans",
"fonts-lato", "fonts-lato",
"fonts-open-sans",
"latexmk",
"python3-sphinx", "python3-sphinx",
"rsync",
"texlive-fonts-recommended", "texlive-fonts-recommended",
"texlive-xetex", "texlive-xetex",
] ]