[pkg-java] r14390 - trunk/fop/debian/patches
Mathieu Malaterre
malat-guest at alioth.debian.org
Mon Aug 22 14:45:22 UTC 2011
Author: malat-guest
Date: 2011-08-22 14:45:22 +0000 (Mon, 22 Aug 2011)
New Revision: 14390
Modified:
trunk/fop/debian/patches/debian-changes-1:1.0.dfsg-4
Log:
Need to add a Class-Path to please lintian
Modified: trunk/fop/debian/patches/debian-changes-1:1.0.dfsg-4
===================================================================
--- trunk/fop/debian/patches/debian-changes-1:1.0.dfsg-4 2011-08-22 14:31:16 UTC (rev 14389)
+++ trunk/fop/debian/patches/debian-changes-1:1.0.dfsg-4 2011-08-22 14:45:22 UTC (rev 14390)
@@ -56,7 +56,21 @@
<property name="javac.fork" value="no"/>
<property name="junit.fork" value="on"/>
<property name="junit.haltonfailure" value="off"/>
+@@ -517,7 +517,7 @@ list of possible build targets.
+ <pathconvert property="manifest.classpath" dirsep="/" pathsep=" " refid="libs-build-classpath">
+ <map from="${basedir}${file.separator}lib${file.separator}" to=""/>
+ </pathconvert>
+- <jar jarfile="${build.dir}/fop.jar" basedir="${build.classes.dir}">
++ <jar jarfile="${build.dir}/fop.jar" basedir="${build.classes.dir}" manifest="${basedir}/fop.mf">
+ <manifest>
+ <attribute name="Main-Class" value="org.apache.fop.cli.Main"/>
+ <attribute name="Class-Path" value="${manifest.classpath}"/>
--- /dev/null
++++ fop-1.0.dfsg/fop.mf
+@@ -0,0 +1,2 @@
++Class-Path: xercesImpl.jar xalan2.jar bsf.jar avalon-framework.jar batik.jar commons-io.jar commons-logging.jar xmlgraphics-commons.jar xml-commons-external.jar
++
+--- /dev/null
+++ fop-1.0.dfsg/src/codegen/java/org/apache/fop/tools/EventProducerCollector.java.old
@@ -0,0 +1,204 @@
+/*
More information about the pkg-java-commits
mailing list