]> git.proxmox.com Git - proxmox-offline-mirror.git/commitdiff
build: track docs build-dependencies
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 9 Sep 2022 12:48:18 +0000 (14:48 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 9 Sep 2022 12:48:18 +0000 (14:48 +0200)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
debian/control
debian/debcargo.toml

index f3ad319d34085213b4faef551cecdddb0695b449..85d8c8f1fd2afad303ac44eb09ed7ce79e68f166 100644 (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
index 769d5381c11457b3d6f7973c7f97a0d67b304168..98d1f3f81f8984cbc3a0e07f86d72fe8f2116138 100644 (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"