Control: tags -1 patch On Sat, Apr 26, 2025 at 10:42:21PM +0000, Santiago Vila wrote: > Package: src:inform > Version: 6.31.1+dfsg-2 > Severity: serious > Tags: ftbfs trixie sid >... > Note: No idea how this issue has remained unnoticed for 9 years, > but I believe this would not work anymore today with the > current autobuilder setup, where arch:all and arch:any > are built separately. >...
We never had autobuilders in Debian that built binary-all+any together, before source-only uploads binary-all was always maintainer-built. The binary-all package built on the autobuilder 10 years ago, this is a recent (not in bookworm) breakage due to AFAIR a dpkg change. On Sun, Apr 27, 2025 at 02:22:44AM +0200, Santiago Vila wrote: >... > The attached debian/rules file might work, or at least serve > as a starting point >... The minimal fix would be -binary-indep: +binary-indep: build-indep cu Adrian