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

Vincent Fourmond fourmond at alioth.debian.org
Mon May 11 21:09:45 UTC 2009


Author: fourmond
Date: 2009-05-11 21:09:45 +0000 (Mon, 11 May 2009)
New Revision: 8257

Modified:
   trunk/fop/debian/changelog
   trunk/fop/debian/control
   trunk/fop/debian/fop.pod
   trunk/fop/debian/fop.sh
Log:
[fop] Ready for a 0.95.dfsg-5 release

Modified: trunk/fop/debian/changelog
===================================================================
--- trunk/fop/debian/changelog	2009-05-10 17:47:13 UTC (rev 8256)
+++ trunk/fop/debian/changelog	2009-05-11 21:09:45 UTC (rev 8257)
@@ -1,5 +1,6 @@
 fop (1:0.95.dfsg-5) unstable; urgency=low
 
+  [ Onkar Shinde ]
   * debian/patches
     - 01_from_svn_16_bit_alpha_png.patch - Change from upstream svn to fix
       reading of .png files with 16-bit alpha channel. (Closes: #524883)
@@ -7,8 +8,16 @@
     - fop no longer uses/supports JIMI/JAI image processing libraries. Remove
       sections from readme that mention JIMI/JAI. (Closes: #523170)
 
- -- Onkar Shinde <onkarshinde at ubuntu.com>  Sun, 10 May 2009 18:18:00 +0530
+  [ Vincent Fourmond ]
+  * fop can again make use of hyphenation jars (closes: #526092). Thanks
+    to Paul Millar <paul.millar at desy.de> for explaining the problem and
+    providing the solution.
+  * Tighten dependency on java-wrappers, as only version 0.1.15 provides
+    non-buggy support for absolute path in find_jars
+  * Already conforms to standards 3.8.1
 
+ -- Vincent Fourmond <fourmond at debian.org>  Mon, 11 May 2009 21:21:39 +0200
+
 fop (1:0.95.dfsg-4) unstable; urgency=low
 
   * Recommends libsaxon-java in order to process png files 

Modified: trunk/fop/debian/control
===================================================================
--- trunk/fop/debian/control	2009-05-10 17:47:13 UTC (rev 8256)
+++ trunk/fop/debian/control	2009-05-11 21:09:45 UTC (rev 8257)
@@ -11,7 +11,7 @@
  libxerces2-java, openjdk-6-jdk, libcommons-io-java,
  libcommons-logging-java, junit, libxmlgraphics-commons-java (>= 1.3),
  libservlet2.4-java, libxml-commons-external-java
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: http://xmlgraphics.apache.org/fop/
 Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/fop
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/fop/
@@ -24,7 +24,7 @@
  libavalon-framework-java (>=4.1.2-2), libbatik-java (>= 1.7),
  libcommons-io-java, libcommons-logging-java, libxp6, libxt6,
  libxtst6, libxmlgraphics-commons-java (>= 1.3.1), 
- java-wrappers (>= 0.1.9), libxml-commons-external-java,
+ java-wrappers (>= 0.1.15), libxml-commons-external-java,
  ${misc:Depends}
 Recommends: libsaxon-java
 Suggests: fop-doc, libservlet2.4-java

Modified: trunk/fop/debian/fop.pod
===================================================================
--- trunk/fop/debian/fop.pod	2009-05-10 17:47:13 UTC (rev 8256)
+++ trunk/fop/debian/fop.pod	2009-05-11 21:09:45 UTC (rev 8257)
@@ -114,6 +114,16 @@
 
 =back
 
+=head1 HYPENATION
+
+Fop can make use of external hyphenation rules that can be supplied in
+the form of a 
+B<hyphenation jar>. You can find such a one at 
+I<http://offo.sourceforge.net/>.
+
+To actually use that, set the B<FOP_HYPHENATION_PATH> environment
+variable to the full path of this file.
+
 =head1 JAVA-WRAPPERS NOTE
 
 This program is a shell script wrapper based on

Modified: trunk/fop/debian/fop.sh
===================================================================
--- trunk/fop/debian/fop.sh	2009-05-10 17:47:13 UTC (rev 8256)
+++ trunk/fop/debian/fop.sh	2009-05-11 21:09:45 UTC (rev 8257)
@@ -16,6 +16,11 @@
 find_jars commons-io avalon-framework serializer xalan2 xml-apis 
 find_jars batik-all commons-logging servlet-api xercesImpl xmlgraphics-commons
 find_jars xml-apis-ext 
+
+# We load the hyphenation jar at the request of the user.
+if [ "$FOP_HYPHENATION_PATH" ]; then
+    find_jars $FOP_HYPHENATION_PATH
+fi
 find_jars fop
 
 




More information about the pkg-java-commits mailing list