pkgconfig: keep unmerged paths for udevdir and systemdsystemunitdir
authorLuca Boccassi <bluca@debian.org>
Mon, 6 Nov 2023 12:40:37 +0000 (12:40 +0000)
committerLuca Boccassi <bluca@debian.org>
Wed, 22 Nov 2023 22:23:49 +0000 (22:23 +0000)
We are not ready to rebuild all packages installing system
units and udev rules to /usr/lib, so keep the old paths
for a while longer

Gbp-Pq: Topic debian
Gbp-Pq: Name pkgconfig-keep-unmerged-paths-for-udevdir-and-systemdsyst.patch

src/core/systemd.pc.in
src/udev/udev.pc.in

index f3b85b01909a0ad1ea3b96d036624a4bf00abd3b..5482ec2653a7d81a30e68ed3ea5f162a99d34629 100644 (file)
@@ -25,7 +25,7 @@ sysconfdir=${sysconf_dir}
 systemd_util_dir=${prefix}/lib/systemd
 systemdutildir=${systemd_util_dir}
 
-systemd_system_unit_dir=${prefix}/lib/systemd/system
+systemd_system_unit_dir=/lib/systemd/system
 systemdsystemunitdir=${systemd_system_unit_dir}
 
 systemd_system_preset_dir=${prefix}/lib/systemd/system-preset
index cbf76939c946d553a66a6da687e025cfc8b8b6f3..d731642e3e15e78de9a769562ee00aecfc9d8952 100644 (file)
@@ -11,5 +11,5 @@ Name: udev
 Description: udev
 Version: {{PROJECT_VERSION}}
 
-udev_dir={{UDEVLIBEXECDIR}}
+udev_dir=/lib/udev
 udevdir=${udev_dir}