On Tue, Jul 13, 2021 at 10:52:06PM +0200, Andreas Henriksson wrote: >... > On Tue, Jul 13, 2021 at 09:35:24PM +0300, Adrian Bunk wrote: > > Package: gir1.2-gtd-1.0 > > Version: 3.28.1-2 > > Severity: serious > > > > ${gir:Depends} needs "dh --with gir" in debian/rules. > > Sure, why not.... it looks like a possible oversight and could be added > to the packaging at some point. >... > > Depends: gir1.2-glib-2.0, gir1.2-gtk-3.0 (>= 3.19.5) >... > I'm not sure which actual problem that solves though. Do you have > a particular use-case that's affected by this? >...
$ g-ir-inspect --print-typelibs Gtd Failed to load typelib: Typelib file for namespace 'Gtk', version '3.0' not found $ This is caused by the empty Depends, and fixed when installing the dependencies debhelper would generate with "--with gir" manually. > Regards, > Andreas Henriksson cu Adrian