tags 713666 + patch
tags 713666 + pending
thanks

Dear maintainer,

I've prepared an NMU for gnustep-base (versioned as 1.22.1-4.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Penelope Swales: Strange Hands
diff -u gnustep-base-1.22.1/debian/changelog gnustep-base-1.22.1/debian/changelog
--- gnustep-base-1.22.1/debian/changelog
+++ gnustep-base-1.22.1/debian/changelog
@@ -1,3 +1,14 @@
+gnustep-base (1.22.1-4.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: GSXML.m:983:38: error: dereferencing pointer to
+    incomplete type":
+    add patch from Ubuntu / Benjamin Drung:
+    - Backport upstream fix for recent libxml2.
+    (Closes: #713666)
+
+ -- gregor herrmann <gre...@debian.org>  Sun, 10 Nov 2013 19:57:52 +0100
+
 gnustep-base (1.22.1-4.1) unstable; urgency=low
 
   * Non maintainer upload.
diff -u gnustep-base-1.22.1/debian/patches/series gnustep-base-1.22.1/debian/patches/series
--- gnustep-base-1.22.1/debian/patches/series
+++ gnustep-base-1.22.1/debian/patches/series
@@ -10,0 +11 @@
+recent-libxml2-fix.patch
only in patch2:
unchanged:
--- gnustep-base-1.22.1.orig/debian/patches/recent-libxml2-fix.patch
+++ gnustep-base-1.22.1/debian/patches/recent-libxml2-fix.patch
@@ -0,0 +1,17 @@
+Description: fixup for recent libxml2
+Origin: http://svn.gna.org/viewcvs/gnustep/libs/base/trunk/Source/Additions/GSXML.m?r1=35538&r2=35730
+
+--- a/Source/Additions/GSXML.m
++++ b/Source/Additions/GSXML.m
+@@ -980,7 +980,11 @@
+ 	1,
+ 	"utf-8");
+       xmlOutputBufferFlush(buf);
++#if LIBXML_VERSION < 20900
+       string = UTF8StrLen(buf->buffer->content, buf->buffer->use);
++#else
++      string = UTF8StrLen(xmlBufContent(buf->buffer), xmlBufUse(buf->buffer));
++#endif
+       xmlOutputBufferClose(buf);
+     }
+   return string;

Attachment: signature.asc
Description: Digital signature

Reply via email to