[pkg-java] r3428 - trunk/fop/debian

Arnaud Vandyck avdyk at alioth.debian.org
Thu May 10 13:03:27 UTC 2007


Author: avdyk
Date: 2007-05-10 13:03:27 +0000 (Thu, 10 May 2007)
New Revision: 3428

Modified:
   trunk/fop/debian/changelog
   trunk/fop/debian/fop.sh
Log:
fop (1:0.93.dfsg.1-2) unstable; urgency=low

  * debian/fop.sh: rework with the one from upstream

 -- Arnaud Vandyck <avdyk at debian.org>  Thu, 10 May 2007 15:02:42 +0200

Modified: trunk/fop/debian/changelog
===================================================================
--- trunk/fop/debian/changelog	2007-05-10 12:50:45 UTC (rev 3427)
+++ trunk/fop/debian/changelog	2007-05-10 13:03:27 UTC (rev 3428)
@@ -1,3 +1,9 @@
+fop (1:0.93.dfsg.1-2) unstable; urgency=low
+
+  * debian/fop.sh: rework with the one from upstream
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Thu, 10 May 2007 15:02:42 +0200
+
 fop (1:0.93.dfsg.1-1) unstable; urgency=low
 
   * New upstream (closes: #349376, #406109)

Modified: trunk/fop/debian/fop.sh
===================================================================
--- trunk/fop/debian/fop.sh	2007-05-10 12:50:45 UTC (rev 3427)
+++ trunk/fop/debian/fop.sh	2007-05-10 13:03:27 UTC (rev 3428)
@@ -148,10 +148,25 @@
 fi
 
 # add fop.jar, fop-sandbox and fop-hyph.jar, which reside in $FOP_HOME/build
-LOCALCLASSPATH=${FOP_HOME}/build/fop.jar${pathSepChar}${FOP_HOME}/build/fop-sandbox.jar${pathSepChar}${FOP_HOME}/build/fop-hyph.jar${pathSepChar}$LOCALCLASSPATH
+#LOCALCLASSPATH=${FOP_HOME}/build/fop.jar${pathSepChar}${FOP_HOME}/build/fop-sandbox.jar${pathSepChar}${FOP_HOME}/build/fop-hyph.jar${pathSepChar}$LOCALCLASSPATH
+JLIBS=/usr/share/java
+# Debian specific LOCALCLASSPATH
+LOCALCLASSPATH=${JLIBS}/fop.jar${pathSepChar}$LOCALCLASSPATH
 
+# Does not exists in the the Debian package ${pathSepChar}${FOP_HOME}/build/fop-sandbox.jar${pathSepChar}${FOP_HOME}/build/fop-hyph.jar
+
 # add in the dependency .jar files, which reside in $FOP_HOME/lib
-DIRLIBS=${FOP_HOME}/lib/*.jar
+DIRLIBS=${JLIBS}/commons-io.jar \
+    ${JLIBS}/avalon-framework.jar \
+    ${JLIBS}/serializer.jar \
+    ${JLIBS}/xalan2.jar \
+    ${JLIBS}/xml-apis.jar \
+    ${JLIBS}/batik-all.jar \
+    ${JLIBS}/commons-logging.jar \
+    ${JLIBS}/servlet-api.jar \
+    ${JLIBS}/xercesImpl.jar \
+    ${JLIBS}/xmlgraphics-commons.jar \
+
 for i in ${DIRLIBS}
 do
     # if the directory is empty, then it will return the input string




More information about the pkg-java-commits mailing list