From e8cb3824421a73ffd9eacd070fd8a9fb6b049213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 30 Dec 2021 11:00:13 +0100 Subject: [PATCH] add missing library dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit without these, the generated d/control files are incomplete and builds fail on clean systems. Signed-off-by: Fabian Grünbichler --- proxmox-async/debian/debcargo.toml | 2 +- proxmox-sys/debian/debcargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/proxmox-async/debian/debcargo.toml b/proxmox-async/debian/debcargo.toml index 1e7ee9f1..6d332f5a 100644 --- a/proxmox-async/debian/debcargo.toml +++ b/proxmox-async/debian/debcargo.toml @@ -7,4 +7,4 @@ vcs_git = "git://git.proxmox.com/git/proxmox.git" vcs_browser = "https://git.proxmox.com/?p=proxmox.git" [packages.lib] -depends = [ "uuid-dev" ] +depends = [ "libssl-dev", "uuid-dev" ] diff --git a/proxmox-sys/debian/debcargo.toml b/proxmox-sys/debian/debcargo.toml index 1e7ee9f1..f40de10d 100644 --- a/proxmox-sys/debian/debcargo.toml +++ b/proxmox-sys/debian/debcargo.toml @@ -7,4 +7,4 @@ vcs_git = "git://git.proxmox.com/git/proxmox.git" vcs_browser = "https://git.proxmox.com/?p=proxmox.git" [packages.lib] -depends = [ "uuid-dev" ] +depends = [ "libacl1-dev", "uuid-dev" ]