From df4f5134e619aeab8094739589d4db6076c5a91b Mon Sep 17 00:00:00 2001 From: Timo Aaltonen Date: Mon, 9 Dec 2024 13:41:08 +0200 Subject: [PATCH] control: Build-depend on systemd-dev instead of systemd. --- debian/changelog | 1 + debian/control | 2 +- debian/control.stub | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 31ef95e4e..0579f613e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ freeipa (4.12.2-1) UNRELEASED; urgency=medium * control: Drop conflicts on systemd-timesyncd as upstream recognizes it now. (Closes: #1072168) * use-raw-strings.diff: Dropped, upstream. + * control: Build-depend on systemd-dev instead of systemd. -- Timo Aaltonen Mon, 09 Dec 2024 12:17:20 +0200 diff --git a/debian/control b/debian/control index 87382734d..c85f56d14 100644 --- a/debian/control +++ b/debian/control @@ -49,7 +49,7 @@ Build-Depends: python3-sss (>= 1.14.0), python3-usb (>= 1.0.0~b2), python3-yubico, - systemd, + systemd-dev, uuid-dev, Package: freeipa-common diff --git a/debian/control.stub b/debian/control.stub index f71cf7c18..b7454ca20 100644 --- a/debian/control.stub +++ b/debian/control.stub @@ -49,5 +49,5 @@ Build-Depends: python3-sss (>= 1.14.0), python3-usb (>= 1.0.0~b2), python3-yubico, - systemd, + systemd-dev, uuid-dev,