On Fri, Jan 30, 2026 at 09:40:58AM -0500, Jeremy Bícha wrote: > Yes, the new version added new translations. The package design puts > new translations in new binary packages so a fix for this issue is > waiting in the binary NEW queue. > > Alternatively, we could do something like override dh_missing to > temporarily ignore the build failure.
Hmm, based on that, I would say there is a missing build-depends here. Versioned with >= the package in the NEW queue. If you add the missing versioned build-dependency, the autobuilders will not try to build it yet, they will only try when the BD may be satisfied. I've seen other people to use this trick and I believe it's better than the alternatives. Thanks.

