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


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to