On Sun, 16 Jul 2023 at 00:03:00 +0200, Adam Borowski wrote: > due to Build-Depends > being inadequate (per the Policy, B-D-Indep are _not_ necessarily > installed)
For completeness, B-D-Arch are not guaranteed to be installed during clean either. Similarly, Build-Conflicts are guaranteed to be absent, but the rarely-used Build-Conflicts-{Arch,Indep} are allowed to be present during clean. Policy reference for this is ยง7.7: clean Only the Build-Depends and Build-Conflicts fields must be satisfied when this target is invoked. <https://www.debian.org/doc/debian-policy/ch-relationships.html#relationships-between-source-and-binary-packages-build-depends-build-depends-indep-build-depends-arch-build-conflicts-build-conflicts-indep-build-conflicts-arch> smcv