[xml/sgml-commit] r851 - /packages/docbook-xsl/trunk/debian/patches/10_fo_fix_footnote_numbering.dpatch

dleidert-guest at users.alioth.debian.org dleidert-guest at users.alioth.debian.org
Tue Aug 21 10:53:37 UTC 2007


Author: dleidert-guest
Date: Tue Aug 21 10:53:37 2007
New Revision: 851

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=851
Log:
* debian/patches/10_fo_fix_footnote_numbering.dpatch: Added.
  - A regression was discovered in the footnote numbering fix, that is fixed
    with this patch.


Added:
    packages/docbook-xsl/trunk/debian/patches/10_fo_fix_footnote_numbering.dpatch   (with props)

Added: packages/docbook-xsl/trunk/debian/patches/10_fo_fix_footnote_numbering.dpatch
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/docbook-xsl/trunk/debian/patches/10_fo_fix_footnote_numbering.dpatch?rev=851&op=file
==============================================================================
--- packages/docbook-xsl/trunk/debian/patches/10_fo_fix_footnote_numbering.dpatch (added)
+++ packages/docbook-xsl/trunk/debian/patches/10_fo_fix_footnote_numbering.dpatch Tue Aug 21 10:53:37 2007
@@ -1,0 +1,23 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 10_fo_fix_footnote_numbering.dpatch by Daniel Leidert (dale) <daniel.leidert at wgdd.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Kevin Yank disovered a regression in the fix for sf.net bug #1669601
+## DP:   (broken footnote numbering).
+## DP:
+## DP: <URL:https://sourceforge.net/tracker/?func=detail&atid=373747&aid=1669601&group_id=21935>
+## DP: <URL:https://sourceforge.net/tracker/?func=detail&atid=373747&aid=1778340&group_id=21935>
+
+ at DPATCH@
+diff -urNad trunk~/fo/footnote.xsl trunk/fo/footnote.xsl
+--- trunk~/fo/footnote.xsl	2007-06-29 01:23:31.000000000 +0200
++++ trunk/fo/footnote.xsl	2007-08-21 12:45:56.000000000 +0200
+@@ -90,7 +90,7 @@
+         <!-- FIXME: list in @from is probably not complete -->
+         <xsl:number level="any" 
+                     from="chapter|appendix|preface|article|refentry|bibliography" 
+-                    count="footnote[not(@label)][not(ancestor::table) and not(ancestor::informaltable)]|ulink[$ulink.footnotes != 0][node()][@url != .][not(ancestor::footnote)][ulink.show != 0]" 
++                    count="footnote[not(@label)][not(ancestor::table) and not(ancestor::informaltable)]|ulink[$ulink.footnotes != 0][node()][@url != .][not(ancestor::footnote)][$ulink.show != 0]" 
+                     format="1"/>
+       </xsl:variable>
+       <xsl:choose>

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




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