In csound, we build depend on default-jdk-builddep, which is wrong (as per /usr/share/doc/java-common/README.gcj-native-transition). The correct build dependency is default-jdk (since we are not using gcj to compile java to native code). However, I noticed we resolve the java-enabled archs by parsing rmadison output. However, we match against default-jre-headless. I'm not quite sure this is right... If I understand java correctly, a jre is needed to have a jdk, which means that jre archs might potentially be a superset of jdk archs (perhaps by some timing accident). So I'm thinking we should be resolving against default-jdk, which is what we do actually build-depend on.
-- Saludos, Felipe Sateler _______________________________________________ pkg-multimedia-maintainers mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers
