Source: gdcm Version: 3.0.24-5 Severity: normal Dear Maintainer,
The default-jdk build-dependency was recently removed in version 3.0.24-5 in favour of default-jdk-headless, however the build really does require default-jdk.
The cmake call to find_package(JNI REQUIRED) expects to find JAWT which is provided by default-jdk, and not by default-jdk-headless.
This has gone unnoticed because another build-dependency (libvtk9-dev) is recursively pulling default-jdk, but if that stops being the case then gdcm will start failing to build.