From: Bastian Germann Date: Tue, 1 Oct 2024 00:06:21 +0000 (-0700) Subject: debian: Add Build-Depends on pkg with systemd.pc X-Git-Tag: v6.11.0~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea75ca724ac8a53523832fd4b3990b71d991070a;p=thirdparty%2Fxfsprogs-dev.git 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 --- 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/