]> git.proxmox.com Git - proxmox-offline-mirror.git/commitdiff
add missing build dependencies
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 5 Jan 2023 13:19:10 +0000 (14:19 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 5 Jan 2023 13:19:10 +0000 (14:19 +0100)
found by building with sbuild in a clean chroot.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
debian/control
debian/debcargo.toml

index 055ca01b78583b670d62192aaff1a819da2dce58..36b2c15403252e1d405e599eeccc54cbe1b91eb6 100644 (file)
@@ -37,10 +37,12 @@ Build-Depends: debhelper (>= 12),
  librust-serde-json-1+default-dev,
  librust-walkdir-2+default-dev (>= 2.3.1-~~),
  librust-xz2-0.1+default-dev,
- latexmk,
- fonts-open-sans,
+ bash-completion,
  fonts-lato,
+ fonts-open-sans,
+ latexmk,
  python3-sphinx,
+ rsync,
  texlive-fonts-recommended,
  texlive-xetex
 Maintainer: Proxmox Support Team <support@proxmox.com>
index 3716b3fcb916c399e960bab0b12c6c91e8dc13b9..55d783dfe6b0ae117f8ea96cf66a4b112f85d8e4 100644 (file)
@@ -6,10 +6,12 @@ maintainer = "Proxmox Support Team <support@proxmox.com>"
 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",
- "fonts-open-sans",
+ "bash-completion",
  "fonts-lato",
+ "fonts-open-sans",
+ "latexmk",
  "python3-sphinx",
+ "rsync",
  "texlive-fonts-recommended",
  "texlive-xetex",
 ]