Package: javahelper Version: 0.43 Severity: important I've tried listing my classpath JARs in both debian/manifest and in debian/rules (export CLASSPATH)
Either way, the generated MANIFEST.MF is broken, because of the line wrapping issue, e.g. I have Class-Path: /usr/share/java/jar1.jar /usr/share/java/jar2.jar /usr/shar e/java/jar3.jar Notice how it is automatically wrapped at approximately 70 characters? jh_manifest needs to generate an indented line for each JAR, e.g. Class-Path: /usr/share/java/jar1.jar /usr/share/java/jar2.jar /usr/share/java/jar3.jar As a work-around, I was able to insert spaces in the debian/manifest file to make it wrap where I want it to, making it one very long line with lots of spaces between each classpath entry -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org