[xml/sgml-commit] r1432 - in /packages/docbook-xsl/trunk/debian: changelog patches/00list patches/528004_apply_simpara_content.dpatch

dleidert-guest at users.alioth.debian.org dleidert-guest at users.alioth.debian.org
Sun May 10 11:45:32 UTC 2009


Author: dleidert-guest
Date: Sun May 10 11:45:32 2009
New Revision: 1432

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1432
Log:
* debian/patches/528004_apply_simpara_content.dpatch: Added.
  - (x)html(-1_1)/lists.html (listitem/simpara): Apply contents of the
    simpara elements (closes: #528004).
* debian/patches/00list: Adjusted.

Added:
    packages/docbook-xsl/trunk/debian/patches/528004_apply_simpara_content.dpatch   (with props)
Modified:
    packages/docbook-xsl/trunk/debian/changelog
    packages/docbook-xsl/trunk/debian/patches/00list

Modified: packages/docbook-xsl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/docbook-xsl/trunk/debian/changelog?rev=1432&op=diff
==============================================================================
--- packages/docbook-xsl/trunk/debian/changelog (original)
+++ packages/docbook-xsl/trunk/debian/changelog Sun May 10 11:45:32 2009
@@ -1,6 +1,10 @@
 docbook-xsl (1.75.0+dfsg-3) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * debian/patches/528004_apply_simpara_content.dpatch: Added.
+    - (x)html(-1_1)/lists.html (listitem/simpara): Apply contents of the
+      simpara elements (closes: #528004).
+  * debian/patches/00list: Adjusted.
 
  -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Sun, 10 May 2009 05:23:22 +0200
 

Modified: packages/docbook-xsl/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/docbook-xsl/trunk/debian/patches/00list?rev=1432&op=diff
==============================================================================
--- packages/docbook-xsl/trunk/debian/patches/00list (original)
+++ packages/docbook-xsl/trunk/debian/patches/00list Sun May 10 11:45:32 2009
@@ -1,1 +1,2 @@
 514030_debianize_dbtoepub
+528004_apply_simpara_content

Added: packages/docbook-xsl/trunk/debian/patches/528004_apply_simpara_content.dpatch
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/docbook-xsl/trunk/debian/patches/528004_apply_simpara_content.dpatch?rev=1432&op=file
==============================================================================
--- packages/docbook-xsl/trunk/debian/patches/528004_apply_simpara_content.dpatch (added)
+++ packages/docbook-xsl/trunk/debian/patches/528004_apply_simpara_content.dpatch Sun May 10 11:45:32 2009
@@ -1,0 +1,45 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 528004_apply_simpara_content.dpatch by Daniel Leidert (dale) <daniel.leidert at wgdd.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: * html/lists.xsl (listitem/simpara),
+## DP:   xhtml/lists.xsl (listitem/simpara),
+## DP:   xhtml-1_1/lists.xsl (listitem/simpara): Apply contents of simpara.
+## DP:   Otherwise only empty <p> tags are output (closes: #528004).
+## DP:
+## DP: <URL:http://bugs.debian.org/528004>
+
+ at DPATCH@
+diff -urNad trunk~/html/lists.xsl trunk/html/lists.xsl
+--- trunk~/html/lists.xsl	2009-05-07 01:08:24.000000000 +0200
++++ trunk/html/lists.xsl	2009-05-10 13:26:49.000000000 +0200
+@@ -386,6 +386,7 @@
+         </xsl:choose>
+ 
+         <xsl:call-template name="anchor"/>
++        <xsl:apply-templates/>
+       </p>
+     </xsl:otherwise>
+   </xsl:choose>
+diff -urNad trunk~/xhtml/lists.xsl trunk/xhtml/lists.xsl
+--- trunk~/xhtml/lists.xsl	2009-05-07 05:04:26.000000000 +0200
++++ trunk/xhtml/lists.xsl	2009-05-10 13:27:06.000000000 +0200
+@@ -350,6 +350,7 @@
+         </xsl:choose>
+ 
+         <xsl:call-template name="anchor"/>
++        <xsl:apply-templates/>
+       </p>
+     </xsl:otherwise>
+   </xsl:choose>
+diff -urNad trunk~/xhtml-1_1/lists.xsl trunk/xhtml-1_1/lists.xsl
+--- trunk~/xhtml-1_1/lists.xsl	2009-05-07 05:04:35.000000000 +0200
++++ trunk/xhtml-1_1/lists.xsl	2009-05-10 13:27:23.000000000 +0200
+@@ -330,6 +330,7 @@
+         </xsl:choose>
+ 
+         <xsl:call-template name="anchor"/>
++        <xsl:apply-templates/>
+       </p>
+     </xsl:otherwise>
+   </xsl:choose>

Propchange: packages/docbook-xsl/trunk/debian/patches/528004_apply_simpara_content.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the debian-xml-sgml-commit mailing list