Source: forked-daapd Version: 24.1-1 Severity: important Hi,
the recently added Build-Depends: libinotifytools0-dev [kfreebsd-any] seems to be missing a negation, since that package is available on Linux only, so either [linux-any] or [!kfreebsd-any]. But since the configure script seems to require inotify, there is no point in restricting the architecture at all. so let the non-linux architectures go into BD-Uninstallable state instead of trying and failing the build. Andreas