Package: maven-ant-helper
Version: 7.7
Severity: important
In debian/build.properties (for the jmxetric package) I have
manifest=src/main/resources/META-INF/MANIFEST.MF
to copy the upstream manifest
The manifest contains:
Manifest-Version: 1.0
Premain-Class: info.ganglia.jmxetric.JMXetricAgent
Boot-Class-Path: oncrpc-${oncrpc.version}.jar
gmetric4j-${gmetric4j.version}.jar
Can-Redefine-Classes: false
The long line is messed up in the JAR produced by maven-ant-helper:
a) the long line is broken
b) the version substitution is not done
As a workaround, I can supply a modified manifest instead
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
Please use
[email protected] for discussions and questions.