Skip to content

Build architecture-indepenent packages again (master branch)

Julian Brost requested to merge arch-all into master

[MR 2/2 to fix this in snapshot packages]

There are no architecture-specific binaries in this package, so it should build an architecture-independent package (arch=all) rather than architecture-dependent packages for any architecture (arch=any).

The original change was done in the context of some MR regarding Raspbian, but this also doesn't make sense there. It looks like this was done as a workaround to fix the following error, which was properly fixed by setting ICINGA_BUILD_DEB_DEFAULT_ARCH in 19f52aec:

dpkg-genbuildinfo: error: binary build with no binary artifacts found; .buildinfo is meaningless

This reverts commit 31b75467.

Merge request reports