[Pkg-asciidoc-commits] r33 - in trunk/debian: . patches

formorer at alioth.debian.org formorer at alioth.debian.org
Tue Jun 10 12:42:02 UTC 2008


Author: formorer
Date: 2008-06-10 12:42:01 +0000 (Tue, 10 Jun 2008)
New Revision: 33

Added:
   trunk/debian/patches/a2x-fix-fop-0.95.patch
Modified:
   trunk/debian/changelog
Log:
Add patch for pdf generation with newer fops

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-06-10 12:31:53 UTC (rev 32)
+++ trunk/debian/changelog	2008-06-10 12:42:01 UTC (rev 33)
@@ -1,6 +1,7 @@
 asciidoc (8.2.6-1) unstable; urgency=low
 
-  * New upstream release
+  * New upstream release (Closes: #478494)
+  * Add patch for pdf generation with newer fops (Closes: #425064, #475362)
 
  -- Alexander Wirt <formorer at debian.org>  Tue, 10 Jun 2008 14:29:56 +0200
 

Added: trunk/debian/patches/a2x-fix-fop-0.95.patch
===================================================================
--- trunk/debian/patches/a2x-fix-fop-0.95.patch	                        (rev 0)
+++ trunk/debian/patches/a2x-fix-fop-0.95.patch	2008-06-10 12:42:01 UTC (rev 33)
@@ -0,0 +1,31 @@
+
+# HG changeset patch
+# User Stuart Rackham <srackham at methods.co.nz>
+# Date 1211341824 -43200
+# Node ID e1bc93fef5234835ffa0150578c59e9053dcb17c
+# Parent 6668cc811844dfb4c4b1b9b77611bf02887a20d1
+Added Mikhail Yakshin's FOP 0.95 patch which fixes a long-standing fo.xsl problem and allows PDF's to be generated with FOP 0.95 (previously had to use FOP 0.20.5).
+
+--- a/docbook-xsl/common.xsl	Sat May 17 15:14:26 2008 +1200
++++ b/docbook-xsl/common.xsl	Wed May 21 15:50:24 2008 +1200
+@@ -18,7 +18,7 @@
+ <xsl:param name="shade.verbatim" select="0"/>
+ <xsl:attribute-set name="shade.verbatim.style">
+   <xsl:attribute name="border">0</xsl:attribute>
+-  <xsl:attribute name="bgcolor">#E0E0E0</xsl:attribute>
++  <xsl:attribute name="background-color">#E0E0E0</xsl:attribute>
+ </xsl:attribute-set>
+ 
+ <xsl:param name="admon.graphics" select="1"/>
+--- a/docbook-xsl/fo.xsl	Sat May 17 15:14:26 2008 +1200
++++ b/docbook-xsl/fo.xsl	Wed May 21 15:50:24 2008 +1200
+@@ -14,7 +14,7 @@
+ <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
+ <xsl:import href="common.xsl"/>
+ 
+-<xsl:param name="fop.extensions" select="1" />
++<xsl:param name="fop1.extensions" select="1" />
+ <xsl:param name="variablelist.as.blocks" select="1" />
+ 
+ <xsl:param name="paper.type" select="'A4'"/>
+




More information about the Pkg-asciidoc-commits mailing list