commit 85a80bb713c8a95289c6d4a5f1a45fde378788ff Author: Simon McVittie <smcv@debian.org> Date: Mon Sep 1 14:10:17 2025 +0100 d/control: Replace B-D on libgirepository1.0-dev This package is not multiarch-friendly. Replace it with gobject-introspection for the .pc file (we do not need libgirepository-1.0-dev because we do not actually link to the shared library), and gir1.2-*-dev for the GIR XML files that girtod uses as its inputs. Because gir-to-d does not yet search ${libdir}/gir-1.0 by default (#1060909), we need to tell it to search that directory by adding it to the XDG_DATA_DIRS. We can't simply set XDG_DATA_DIRS in debian/rules, because debhelper unsets it; instead, tell Meson to use a wrapper around girtod. I've confirmed using diffoscope that this change has no effect on the contents of the binary packages.
Among the 1 debian patch available in version 2.4.3-3 of the package, we noticed the following issues: