From b9db6c2e918c5c713fd1971e78aa2aa1a57326f1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 19 Jan 2023 10:53:05 +0100 Subject: [PATCH] build: add libsystemd-dev to build-depends MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit pve-lxcsyscalld is linked with it.. Signed-off-by: Fabian Grünbichler --- debian/debcargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/debcargo.toml b/debian/debcargo.toml index b5a4d18..7bf0eec 100644 --- a/debian/debcargo.toml +++ b/debian/debcargo.toml @@ -4,7 +4,7 @@ maintainer = "Proxmox Support Team " [source] section = "admin" -build_depends = [ "debhelper (>= 12~)", "bash-completion" ] +build_depends = [ "debhelper (>= 12~)", "bash-completion", "libsystemd-dev" ] build_depends_excludes = [ "debhelper (>=11)" ] # TODO: vcs_git = "" -- 2.39.2