mirror of
https://git.proxmox.com/git/proxmox-offline-mirror
synced 2025-05-02 12:29:37 +00:00
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:
parent
404eedad0b
commit
26e97f4513
6
debian/control
vendored
6
debian/control
vendored
@ -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>
|
||||||
|
6
debian/debcargo.toml
vendored
6
debian/debcargo.toml
vendored
@ -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",
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user