[Pkg-tcltk-commits] r1035 - in xotcl/trunk/debian: . patches

ssoberni-guest at alioth.debian.org ssoberni-guest at alioth.debian.org
Sun Apr 11 17:23:45 UTC 2010


Author: ssoberni-guest
Date: 2010-04-11 17:23:44 +0000 (Sun, 11 Apr 2010)
New Revision: 1035

Added:
   xotcl/trunk/debian/patches/
   xotcl/trunk/debian/patches/00list
   xotcl/trunk/debian/patches/01_expat_xmltok_impl.dpatch
Log:
Incorporated changes of NMU #2 yielding 1.6.5-1.2

Added: xotcl/trunk/debian/patches/00list
===================================================================
--- xotcl/trunk/debian/patches/00list	                        (rev 0)
+++ xotcl/trunk/debian/patches/00list	2010-04-11 17:23:44 UTC (rev 1035)
@@ -0,0 +1 @@
+01_expat_xmltok_impl

Added: xotcl/trunk/debian/patches/01_expat_xmltok_impl.dpatch
===================================================================
--- xotcl/trunk/debian/patches/01_expat_xmltok_impl.dpatch	                        (rev 0)
+++ xotcl/trunk/debian/patches/01_expat_xmltok_impl.dpatch	2010-04-11 17:23:44 UTC (rev 1035)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_expat_xmltok_impl.dpatch by  <Stefan Sobernig <stefan.sobernig at wu-wien.ac.at>>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad xotcl.debian.trunk~/library/xml/TclExpat-1.1/xmltok_impl.c xotcl.debian.trunk/library/xml/TclExpat-1.1/xmltok_impl.c
+--- xotcl.debian.trunk~/library/xml/TclExpat-1.1/xmltok_impl.c	2007-10-12 23:17:33.000000000 +0200
++++ xotcl.debian.trunk/library/xml/TclExpat-1.1/xmltok_impl.c	2010-04-11 19:13:43.000000000 +0200
+@@ -112,7 +112,7 @@
+       return XML_TOK_INVALID;
+     }
+     ptr += MINBPC;
+-    while (ptr != end) {
++    while (ptr < end) {
+       switch (BYTE_TYPE(enc, ptr)) {
+       INVALID_CASES(ptr, nextTokPtr)
+       case BT_MINUS:


Property changes on: xotcl/trunk/debian/patches/01_expat_xmltok_impl.dpatch
___________________________________________________________________
Added: svn:executable
   + *




More information about the Pkg-tcltk-commits mailing list