Post #987859
2026-04-07 15:47 UTC
Building only arch:any/all Debian packages:
dpkg-buildpackage: -B/-Apbuilder: --binary-arch/--binary-indepsbuild: --no-arch-all/--no-arch-anyapt build-dep: --arch-only/--indep-onlyOf course I can't remember all 4 of those pairs so I have to have to look at the man page nearly every time.
#debian
Replies (1)
-
@josch@floss.social 2026-04-07 15:53
@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" 🙁