mirror of
https://git.proxmox.com/git/proxmox-offline-mirror
synced 2025-08-16 06:11:55 +00:00
build: track docs build-dependencies
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
d83e5ea719
commit
141cdb6986
4
debian/control
vendored
4
debian/control
vendored
@ -35,7 +35,9 @@ Build-Depends: debhelper (>= 12),
|
|||||||
librust-serde-1+derive-dev,
|
librust-serde-1+derive-dev,
|
||||||
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,
|
||||||
|
texlive-fonts-extra
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
Standards-Version: 4.5.1
|
Standards-Version: 4.5.1
|
||||||
Vcs-Git: git://git.proxmox.com/git/proxmox-offline-mirror.git
|
Vcs-Git: git://git.proxmox.com/git/proxmox-offline-mirror.git
|
||||||
|
4
debian/debcargo.toml
vendored
4
debian/debcargo.toml
vendored
@ -5,6 +5,10 @@ maintainer = "Proxmox Support Team <support@proxmox.com>"
|
|||||||
[source]
|
[source]
|
||||||
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 = [
|
||||||
|
"latexmk",
|
||||||
|
"texlive-fonts-extra",
|
||||||
|
]
|
||||||
|
|
||||||
[packages.bin]
|
[packages.bin]
|
||||||
section = "admin"
|
section = "admin"
|
||||||
|
Loading…
Reference in New Issue
Block a user