From ea75ca724ac8a53523832fd4b3990b71d991070a Mon Sep 17 00:00:00 2001 From: Bastian Germann Date: Mon, 30 Sep 2024 17:06:21 -0700 Subject: [PATCH] debian: Add Build-Depends on pkg with systemd.pc The detection for the systemd unit installation searches for systemd.pc. This file was moved after the bookworm release, so we depend on two alternative packages. Fixes: 45cc055588 ("debian: enable xfs_scrub_all systemd timer services by default") Signed-off-by: Bastian Germann Reviewed-by: Darrick J. Wong Signed-off-by: Darrick J. Wong --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 369d11a4..3f05d4e3 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: admin Priority: optional Maintainer: XFS Development Team Uploaders: Nathan Scott , Anibal Monsalve Salazar , Bastian Germann -Build-Depends: libinih-dev (>= 53), uuid-dev, debhelper (>= 12), gettext, libtool, libedit-dev, libblkid-dev (>= 2.17), linux-libc-dev, libdevmapper-dev, libattr1-dev, libicu-dev, pkg-config, liburcu-dev +Build-Depends: libinih-dev (>= 53), uuid-dev, debhelper (>= 12), gettext, libtool, libedit-dev, libblkid-dev (>= 2.17), linux-libc-dev, libdevmapper-dev, libattr1-dev, libicu-dev, pkg-config, liburcu-dev, systemd-dev | systemd (<< 253-2~) Standards-Version: 4.0.0 Homepage: https://xfs.wiki.kernel.org/ -- 2.47.3