=== modified file 'debian/mandos.dirs' --- debian/mandos.dirs 2023-02-12 17:49:24 +0000 +++ debian/mandos.dirs 2024-09-08 07:04:52 +0000 @@ -4,7 +4,6 @@ etc/default usr/sbin var/lib/mandos -lib/systemd/system usr/lib/tmpfiles.d usr/lib/sysusers.d usr/share/dbus-1/system.d === modified file 'debian/rules' --- debian/rules 2023-02-07 19:40:12 +0000 +++ debian/rules 2024-09-08 07:04:52 +0000 @@ -9,9 +9,16 @@ MAKEFLAGS += -j$(NUMJOBS) endif +PKG_CONFIG?=pkg-config + %: dh $@ +override_dh_installdirs-indep: + dh_installdirs + dh_installdirs $(patsubst /%,%,$(shell $(PKG_CONFIG) \ + systemd --variable=systemdsystemunitdir)) + override_dh_auto_build-arch: LC_ALL=en_US.utf8 dh_auto_build -- all doc