Package: voms-clients-java Version: 3.0.6-2 Severity: normal Hi,
mvn-debian is going to be removed (#703373) but voms-clients-java is one of the few packages using it. It could be replaced by the DH buildsystem provided by maven-debian-helper. This will simplify the maintenance since the package will no longer fail to build after each upgrade of a Maven plugin (such as #804594). This transition can be achieved by rewriting debian/rules to something like this: %: dh $@ --buildsystem=maven The pom patching mechanic and the installation of the jars are handled automatically. This will require a new debian/voms-clients-java.poms file containing: pom.xml --java-lib --has-package-version The rules for the Maven plugins in debian/maven.rules can be removed. Emmanuel Bourg