[pkg-java] r18994 - in trunk/fop/debian: . patches

Mathieu Malaterre malat at moszumanska.debian.org
Mon Feb 15 07:48:23 GMT 2016


Author: malat
Date: 2016-02-15 07:48:23 +0000 (Mon, 15 Feb 2016)
New Revision: 18994

Added:
   trunk/fop/debian/patches/hyph_stacksize.patch
Modified:
   trunk/fop/debian/changelog
   trunk/fop/debian/patches/series
Log:
next upload

Modified: trunk/fop/debian/changelog
===================================================================
--- trunk/fop/debian/changelog	2016-02-12 18:35:04 UTC (rev 18993)
+++ trunk/fop/debian/changelog	2016-02-15 07:48:23 UTC (rev 18994)
@@ -1,9 +1,13 @@
-fop (1:2.1-1.1) UNRELEASED; urgency=medium
+fop (1:2.1-2) unstable; urgency=medium
 
+  [ Sylvestre Ledru ]
   * Remove myself from the uploaders
 
- -- Sylvestre Ledru <sylvestre at debian.org>  Thu, 11 Feb 2016 16:51:08 +0100
+  [ Mathieu Malaterre ]
+  * Fix Couldn't find hyphenation pattern. Closes: #805472 
 
+ -- Mathieu Malaterre <malat at debian.org>  Mon, 15 Feb 2016 08:47:55 +0100
+
 fop (1:2.1-1) unstable; urgency=medium
 
   * New upstream release. Closes: #813572

Added: trunk/fop/debian/patches/hyph_stacksize.patch
===================================================================
--- trunk/fop/debian/patches/hyph_stacksize.patch	                        (rev 0)
+++ trunk/fop/debian/patches/hyph_stacksize.patch	2016-02-15 07:48:23 UTC (rev 18994)
@@ -0,0 +1,18 @@
+Description: Fix infinite recursion calls
+Author: Simon Pepping <spepping at leverkruid.eu>
+Bug-Debian: https://bugs.debian.org/805472
+Origin: upstream, https://issues.apache.org/jira/browse/FOP-2569?focusedCommentId=15146508&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15146508
+Bug: https://issues.apache.org/jira/browse/FOP-2569
+Reviewed-By: Mathieu Malaterre <malat at debian.org>
+
+--- fop-2.1.orig/build.xml
++++ fop-2.1/build.xml
+@@ -182,7 +182,7 @@ list of possible build targets.
+   <property name="lib.dir" value="${basedir}/lib"/>
+   <property name="user.hyph.dir" value="${basedir}/hyph"/>
+   <property name="unidata.dir" value="${basedir}/UNIDATA"/>
+-  <property name="hyph.stacksize" value="512k"/>
++  <property name="hyph.stacksize" value="1M"/>
+   <property name="test.dir" value="${basedir}/test"/>
+   <property name="build.dir" value="${basedir}/build"/>
+   <property name="build.gensrc.dir" value="${build.dir}/gensrc"/>

Modified: trunk/fop/debian/patches/series
===================================================================
--- trunk/fop/debian/patches/series	2016-02-12 18:35:04 UTC (rev 18993)
+++ trunk/fop/debian/patches/series	2016-02-15 07:48:23 UTC (rev 18994)
@@ -1,3 +1,4 @@
 04_fixqdoxbuildfailure.patch
 fixbuildxml.patch
 replace-sRGB-profile.patch
+hyph_stacksize.patch




More information about the pkg-java-commits mailing list