From 141cdb6986997ed7da36604a3e9bfaccc2328abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 9 Sep 2022 14:48:18 +0200 Subject: [PATCH] build: track docs build-dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- debian/control | 4 +++- debian/debcargo.toml | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index f3ad319..85d8c8f 100644 --- a/debian/control +++ b/debian/control @@ -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 Standards-Version: 4.5.1 Vcs-Git: git://git.proxmox.com/git/proxmox-offline-mirror.git diff --git a/debian/debcargo.toml b/debian/debcargo.toml index 769d538..98d1f3f 100644 --- a/debian/debcargo.toml +++ b/debian/debcargo.toml @@ -5,6 +5,10 @@ maintainer = "Proxmox Support Team " [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"