Add whitelist to ignore missing binaries
In Apertis is very common to disable the build of some binaries to avoid license issues and to reduce the number of dependencies. To do it, usually d/rules are tweak to skip some binary packages. However, this approach makes dashboard to complain about missing binaries.
A possible approach could be to remove the binary packages from d/control but this approach adds more delta.
To avoid getting a wrong idea of status of the packages, ignore this issue for the packages we know we tweaked.
Signed-off-by: Walter Lozano walter.lozano@collabora.com