Control: tags -1 moreinfo On 2018-03-29 14:12, Adrian Bunk wrote:
postgis-java build depends on openjdk-8-jdk-headless, which is not expected to be part of the buster release.Build-Depends-Indep: default-jdk-headless, openjdk-8-jdk-headless | java7-sdk-headless, Java 7 is even in jessie, I wonder whether the second line here could just be removed with default-jdk-headless already covering the required JDK in all cases.
The explicit openjdk dependency exists to prevent the package being built with gjc on certain ports.
If we have openjdk on all architectures now, and gjc is no longer used, we can change the dependency to:
default-jdk-headless (>= 2:1.7) | java7-sdk-headless Kind Regards, Bas _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

