Currently, debos has this in its Depens line: Depends: busybox | busybox-static, ... This is redundant since busybox-static already Provides: busybox, so it can satisfy dependency on busybox package. However, we're changing busybox-static package, and it will make it incompatible with what we have now, by renaming busybox binary to busybox-static (see #1147074). Please drop busybox-static alternative from the dependencies to allow us to proceed. This is a trivial change. Thanks, /mjt