=== modified file 'Makefile' --- Makefile 2023-02-11 06:46:26 +0000 +++ Makefile 2023-02-12 17:49:24 +0000 @@ -64,6 +64,7 @@ # DRACUTMODULE:=$(DESTDIR)/usr/lib/dracut/modules.d/90mandos # STATEDIR:=$(DESTDIR)/var/lib/mandos # LIBDIR:=$(PREFIX)/lib +# DBUSPOLICYDIR:=$(DESTDIR)/etc/dbus-1/system.d ## ## These settings are for a package-type install @@ -84,6 +85,7 @@ break; \ fi; \ done) +DBUSPOLICYDIR:=$(DESTDIR)/usr/share/dbus-1/system.d ## SYSTEMD:=$(DESTDIR)$(shell $(PKG_CONFIG) systemd \ @@ -421,7 +423,7 @@ install --mode=u=rw --target-directory=$(CONFDIR) \ clients.conf install --mode=u=rw,go=r dbus-mandos.conf \ - $(DESTDIR)/etc/dbus-1/system.d/mandos.conf + $(DBUSPOLICYDIR)/mandos.conf install --mode=u=rwx,go=rx init.d-mandos \ $(DESTDIR)/etc/init.d/mandos if [ "$(SYSTEMD)" != "$(DESTDIR)" -a -d "$(SYSTEMD)" ]; then \ === modified file 'debian/mandos.dirs' --- debian/mandos.dirs 2019-08-18 00:23:21 +0000 +++ debian/mandos.dirs 2023-02-12 17:49:24 +0000 @@ -2,9 +2,9 @@ usr/share/man/man8 etc/init.d etc/default -etc/dbus-1/system.d usr/sbin var/lib/mandos lib/systemd/system usr/lib/tmpfiles.d usr/lib/sysusers.d +usr/share/dbus-1/system.d === added file 'debian/mandos.maintscript' --- debian/mandos.maintscript 1970-01-01 00:00:00 +0000 +++ debian/mandos.maintscript 2023-02-12 17:49:24 +0000 @@ -0,0 +1,1 @@ +rm_conffile /etc/dbus-1/system.d/mandos.conf 1.8.17-1~