Post #2444350
2026-04-07 15:53 UTC
@bwh@tech.lgbt It's worse than that. For example to simulate "dpkg-buildpackage -A" you need "sbuild --no-arch-any --arch-all" (so one flag in d-b translates to two in sbuild). I would've liked to use the --build option from dpkg-buildpackage in sbuild but unfortunately sbuild already uses --build to mean "build architecture" 🙁
Replies (1)
-
@bwh@tech.lgbt 2026-04-07 16:52
@josch@floss.social I think the positive options are only needed to override sbuild.conf, though, right? (Or to cross-build arch:all packages, but that's not a sensible thing to try.) You could implement the dpkg-buildpackage --build option as well as --build arch since the two sets of valid arguments should be disjoint, but overloading the option that way would be messy and probably confusing.