[med-svn] r15955 - trunk/packages/libgo-perl/trunk/debian/patches

Olivier Sallou osallou at moszumanska.debian.org
Sat Feb 1 11:50:28 UTC 2014


Author: osallou
Date: 2014-02-01 11:50:28 +0000 (Sat, 01 Feb 2014)
New Revision: 15955

Added:
   trunk/packages/libgo-perl/trunk/debian/patches/fix_test_xsltproc
Modified:
   trunk/packages/libgo-perl/trunk/debian/patches/series
Log:
add patch to fix regression tests issue

Added: trunk/packages/libgo-perl/trunk/debian/patches/fix_test_xsltproc
===================================================================
--- trunk/packages/libgo-perl/trunk/debian/patches/fix_test_xsltproc	                        (rev 0)
+++ trunk/packages/libgo-perl/trunk/debian/patches/fix_test_xsltproc	2014-02-01 11:50:28 UTC (rev 15955)
@@ -0,0 +1,27 @@
+Subject: xsl is not compliant
+Description: XSLT spec does not allow a name with "xmlns",
+ so apply a patch to use a different name
+Author: Olivier Sallou <osallou at debian.org>
+Last-Updated: 2014-02-01
+Forwarded: yes
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=92636
+--- a/GO/xsl/oboxml_to_owl.xsl
++++ b/GO/xsl/oboxml_to_owl.xsl
+@@ -815,7 +815,7 @@
+     </xsl:variable>
+     <xsl:element name="{$property}">
+       <xsl:if test="contains(type,':')">
+-        <xsl:attribute name="xmlns">
++        <xsl:attribute name="goxmlns">
+           <xsl:variable name="ns">
+             <xsl:value-of select="substring-before(type,':')"/>
+           </xsl:variable>
+@@ -860,7 +860,7 @@
+     </xsl:variable>
+     <xsl:element name="{$property}">
+       <xsl:if test="contains(type,':')">
+-        <xsl:attribute name="xmlns">
++        <xsl:attribute name="goxmlns">
+           <xsl:variable name="ns">
+             <xsl:value-of select="substring-before(type,':')"/>
+           </xsl:variable>

Modified: trunk/packages/libgo-perl/trunk/debian/patches/series
===================================================================
--- trunk/packages/libgo-perl/trunk/debian/patches/series	2014-02-01 11:19:25 UTC (rev 15954)
+++ trunk/packages/libgo-perl/trunk/debian/patches/series	2014-02-01 11:50:28 UTC (rev 15955)
@@ -1,3 +1,4 @@
 fix-whatis-entries.patch
 fix-missing-manpages
 fix-pod.patch
+fix_test_xsltproc




More information about the debian-med-commit mailing list