Bastien Roucariès pushed to branch master at lintian / lintian
Commits: c2327530 by Simon McVittie at 2024-02-11T14:55:33+00:00 gobject-introspection | dh-sequence-gir implements dh --with=gir The debhelper addon is actually in gobject-introspection-bin, but that package is an implementation detail and should not be used directly. The use of :any here is actually incorrect, because gobject-introspection is architecture-dependent (Multi-Arch: same) and we need specifically the version for the host architecture, not the version for the build architecture or any other version. However, Lintian does not currently seem to recognise the dependency as being satisfied if we do not add the :any suffix. Closes: #964290, #1063709 - - - - - 1 changed file: - lib/Lintian/Check/Debhelper.pm Changes: ===================================== lib/Lintian/Check/Debhelper.pm ===================================== @@ -109,6 +109,7 @@ my %DH_ADDON_MANUAL_PREREQUISITES = ( dwz => 'debhelper:any | debhelper-compat:any | dh-sequence-dwz:any', installinitramfs => 'debhelper:any | debhelper-compat:any | dh-sequence-installinitramfs:any', + gir => 'gobject-introspection:any | dh-sequence-gir:any', gnome => 'gnome-pkg-tools:any | dh-sequence-gnome:any', lv2config => 'lv2core:any', nodejs => 'pkg-js-tools:any | dh-sequence-nodejs:any', View it on GitLab: https://salsa.debian.org/lintian/lintian/-/commit/c232753047164db3af1874bbe37f92e589751186 -- View it on GitLab: https://salsa.debian.org/lintian/lintian/-/commit/c232753047164db3af1874bbe37f92e589751186 You're receiving this email because of your account on salsa.debian.org.