From 7c4bae56653e50d0c5cc7281fe0e3604188de0cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 1 Dec 2021 10:57:47 +0100 Subject: [PATCH] d/control: add zstd to B-D MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit used for compressing the kernel image, build fails if not installed. Signed-off-by: Fabian Grünbichler Acked-by: Thomas Lamprecht Reviewed-by: Thomas Lamprecht --- debian/control.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control.in b/debian/control.in index ee91978..f924ab2 100644 --- a/debian/control.in +++ b/debian/control.in @@ -32,7 +32,8 @@ Build-Depends: asciidoc-base, sphinx-common, tar, xmlto, - zlib1g-dev + zlib1g-dev, + zstd, Build-Conflicts: pve-headers-@KVNAME@ Vcs-Git: git://git.proxmox.com/git/pve-kernel Vcs-Browser: https://git.proxmox.com/?p=pve-kernel.git