On 08/08/23 20:48, Luiz Augusto von Dentz wrote:
On Tue, Aug 8, 2023 at 11:23 AM Gioele Barabucci <gioele@xxxxxxxxx> wrote:
From https://bugs.debian.org/1006631:
dbus supports policy files in both `/usr/share/dbus-1/system.d` and
`/etc/dbus-1/systemd`. [The] recently released dbus 1.14.0, officially
deprecates installing packages' default policies into `/etc/dbus-1/systemd`,
instead reserving it for the sysadmin. This is the same idea as the
difference between `/usr/lib/udev/rules.d` and `/etc/udev/rules.d`.
I'm fine with these changes but we also need to bump dbus dependency
to 1.14 then since it currently requiring 1.6:
PKG_CHECK_MODULES(DBUS, dbus-1 >= 1.6, dummy=yes,
AC_MSG_ERROR(D-Bus >= 1.6 is required))
Thanks Luiz for the quick review.
I believe bumping the minimum D-Bus version to 1.10 (released in 2015)
should be enough:
https://sources.debian.org/src/dbus/1.10.32-0%2Bdeb9u1/NEWS/#L483-L499
I'll send a v2 patch that adds the version bump.
Regards,
--
Gioele Barabucci