Source: voms-api-java
Version: 3.0.5-2
Severity: normal

Hi,

mvn-debian is going to be removed (#703373) but voms-api-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 #804593).

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-api-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

Reply via email to