From 292e5bea7dfacaa7c3091acb3a60167f6da4bc67 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Mon, 4 Dec 2023 06:49:46 +0100 Subject: [PATCH] Fix FTBFS with new systemd --- debian/control | 2 +- debian/location.install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 3028bfc..ba22015 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Build-Depends: libsystemd-dev, pkg-config, python3-all-dev, - systemd, + systemd-dev (>= 255~rc3-3), xsltproc, docbook-xsl, Rules-Requires-Root: no diff --git a/debian/location.install b/debian/location.install index 7559971..240ac2a 100644 --- a/debian/location.install +++ b/debian/location.install @@ -1,3 +1,3 @@ usr/bin var/lib/location/signing-key.pem -lib/systemd/system /usr/lib/systemd +usr/lib/systemd/system -- 2.47.2