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

avdyk at alioth.debian.org avdyk at alioth.debian.org
Tue May 29 19:38:42 UTC 2007


Author: avdyk
Date: 2007-05-29 19:38:41 +0000 (Tue, 29 May 2007)
New Revision: 3552

Modified:
   trunk/fop/debian/changelog
   trunk/fop/debian/fop-ttfreader.sh
Log:
added pathSepChar avriable, thanks to Michalis Kamburelis

Modified: trunk/fop/debian/changelog
===================================================================
--- trunk/fop/debian/changelog	2007-05-29 12:27:28 UTC (rev 3551)
+++ trunk/fop/debian/changelog	2007-05-29 19:38:41 UTC (rev 3552)
@@ -3,7 +3,7 @@
   * debian/fop-ttfreader.sh: updated to include commons-logging and
     commons-io (closes: #426476). Thanks to Michalis Kamburelis
 
- -- Arnaud Vandyck <avdyk at debian.org>  Tue, 29 May 2007 12:29:12 +0200
+ -- Arnaud Vandyck <avdyk at debian.org>  Tue, 29 May 2007 21:37:55 +0200
 
 fop (1:0.93.dfsg.1-1) unstable; urgency=low
 

Modified: trunk/fop/debian/fop-ttfreader.sh
===================================================================
--- trunk/fop/debian/fop-ttfreader.sh	2007-05-29 12:27:28 UTC (rev 3551)
+++ trunk/fop/debian/fop-ttfreader.sh	2007-05-29 19:38:41 UTC (rev 3552)
@@ -4,6 +4,12 @@
 # Adapted by Arnaud Vandyck <avdyk at debian.org>
 # from the fop.sh upstream script
 
+if [ "$OS" = "Windows_NT" ] ; then
+    pathSepChar=";"
+else
+    pathSepChar=":"
+fi
+
 if [ -z "$JAVACMD" ] ; then
   if [ -n "$JAVA_HOME"  ] ; then
     if [ -x "$JAVA_HOME/jre/sh/java" ] ; then




More information about the pkg-java-commits mailing list