Bug#391202: patch
Stefan Fritsch
sf at sfritsch.de
Sun Oct 15 13:46:30 CEST 2006
Changing debian/patches/04_build_manifest.patch to the attached patch
allows the package to build. But I have not tested the resulting package.
-------------- next part --------------
--- build.xml.old 2005-08-21 11:08:56.000000000 +0200
+++ build.xml 2005-08-21 11:09:13.000000000 +0200
@@ -47,7 +47,7 @@
</target>
<target name="makejar">
- <jar jarfile="${prod.jar}" whenempty="skip" manifest="${lib}/mainclass">
+ <jar jarfile="${prod.jar}" whenempty="skip" manifest="mainclass">
<fileset dir="${lib}" includes="com/"/>
</jar>
<copy file="${prod.jar}" todir="${dist}"/>
More information about the pkg-java-maintainers
mailing list