On Mon, Jul 15, 2024 at 11:29:40AM +0200, Emilio Pozuelo Monfort wrote: > I'm not sure what went on there. I see that dh_install got called from the > override_dh_install-arch target, but it doesn't have a '-a' argument, which > would be appropriate. Normally I test-built firefox locally using > dpkg-buildpackage -B, which perhaps helped. It looks like dh_install didn't > act on the arch-any binary packages, thus dh_missing reported all the > missing files that would have been installed from debian/firefox-esr.install > (which is auto-generated, but looks like that was done and should have > proper contents). I'd try to do a separate build with dpkg-buildpackage -B, > or try adding '-a' to the dh_install call in stamps/dh_install (and to the > dh_missing --fail-missing one probably).
The first test rebuild using -B appears to have worked! Thank you. Interestingly, only the main binary .deb was built, and none of the l10n .debs. But at least I have a working configuration to play with. Thanks again! - Chris