The package currently uses "<!nojava>" for disabling Java build dependencies
in debian/control [1]. However, this does not work as expected and makes the
package BD-Uninstallable on hppa [2].
The reason why it doesn't work as-is is because the buildds don't use any build
profiles. The proper way to do it would be to add "[!hppa]" to each Java build
dependency next to the "<!nojava>".