From 3d044a5acf641588b9c2227dd440848921f55f79 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 28 Aug 2024 14:18:58 +0200 Subject: [PATCH] systemd: bump d/control to add missing dependencies Signed-off-by: Wolfgang Bumiller --- proxmox-systemd/debian/control | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/proxmox-systemd/debian/control b/proxmox-systemd/debian/control index e176ec19..f27a8519 100644 --- a/proxmox-systemd/debian/control +++ b/proxmox-systemd/debian/control @@ -6,7 +6,8 @@ Build-Depends: debhelper (>= 12), cargo:native , rustc:native , libstd-rust-dev , - librust-libc-0.2+default-dev (>= 0.2.107-~~) + librust-libc-0.2+default-dev (>= 0.2.107-~~) , + libsystemd-dev Maintainer: Proxmox Support Team Standards-Version: 4.6.2 Vcs-Git: git://git.proxmox.com/git/proxmox.git @@ -19,7 +20,8 @@ Architecture: any Multi-Arch: same Depends: ${misc:Depends}, - librust-libc-0.2+default-dev (>= 0.2.107-~~) + librust-libc-0.2+default-dev (>= 0.2.107-~~), + libsystemd-dev Provides: librust-proxmox-systemd+default-dev (= ${binary:Version}), librust-proxmox-systemd-0-dev (= ${binary:Version}),