commit b23ab0504c3da858150242f874beb56a802f8ac6 Author: Samuel Thibault <samuel.thibault@ens-lyon.org> Date: Wed Jun 18 01:59:33 2025 +0200 add changelog commit 63f4de03992fd51e827433efe7e1c8435d4ceb8c Merge: 2372c08 c88601c Author: Samuel Thibault <samuel.thibault@ens-lyon.org> Date: Tue Jun 17 23:58:10 2025 +0000 Merge branch 'broker' into 'master' Drop build dependency on dbus-broker and dbus, swap with dbus-daemon with nocheck See merge request a11y-team/at-spi2-core!9 commit c88601ccefb2ef06730325b4d67351aaf27f5ca2 Author: Luca Boccassi <luca.boccassi@gmail.com> Date: Tue Jun 17 21:43:01 2025 +0100 Drop dbus-broker build dependency The build dependency makes dbus-broker a 'key' package according to https://udd.debian.org/cgi-bin/key_packages.yaml.cgi which I'd rather avoid. It is only needed to find out the path of the launcher binary, but it is fixed and can be passed with the apposite meson option instead, which is simpler. commit 919362f72f084df60d6cf936012a18d062e21708 Author: Luca Boccassi <luca.boccassi@gmail.com> Date: Tue Jun 17 21:42:13 2025 +0100 Build-depend on dbus-daemon and mark as nocheck The dbus package pulls in everything needed for a system bus, but the package is only needed for tests, and to find the path to the binary. Tests work with the simpler dbus-daemon package, and the path to the binary is fixed so just add it via the apposite meson option to avoid dynamic detection and the need for a build dependency.
Among the 2 debian patches available in version 2.56.2-1 of the package, we noticed the following issues: