user [EMAIL PROTECTED] usertag 331178 + nmu-in-delayed-queue usertag 331178 - intend-to-nmu stop
I've uploaded an NMU to the delayed queue, using the following patch. If you would like to prevent this upload from hitting unstable, you can upload a MU within the next 7 days. diff -urN gambas-1.0.3.orig/debian/changelog gambas-1.0.3/debian/changelog --- gambas-1.0.3.orig/debian/changelog 2005-11-14 07:35:54.000000000 -0700 +++ gambas-1.0.3/debian/changelog 2005-11-14 07:38:48.000000000 -0700 @@ -1,3 +1,11 @@ +gambas (1.0.3-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Add a missing include directive to avoid an implicitly converted return pointer + from htmlParseDoc() (Closes: #331178) + + -- dann frazier <[EMAIL PROTECTED]> Mon, 14 Nov 2005 07:37:48 -0700 + gambas (1.0.3-1.1) unstable; urgency=low * Non-maintainer upload. diff -urN gambas-1.0.3.orig/src/lib/xml/libxml/CXMLDocument.c gambas-1.0.3/src/lib/xml/libxml/CXMLDocument.c --- gambas-1.0.3.orig/src/lib/xml/libxml/CXMLDocument.c 2004-10-11 06:20:51.000000000 -0600 +++ gambas-1.0.3/src/lib/xml/libxml/CXMLDocument.c 2005-11-14 07:37:39.000000000 -0700 @@ -29,6 +29,7 @@ #include <stdio.h> #include <libxml/parser.h> #include <libxml/tree.h> +#include <libxml/HTMLparser.h> #include "main.h" #include "CXMLDocument.h" -- dann frazier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

