Before uploading this NMU you should have checked the gambas Debian
page. The version 1.0.12 uploaded a week ago fixed this bug without
needing a NMU.


El lun, 14-11-2005 a las 07:48 -0700, dann frazier escribió:
> 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"
>  
> 

Attachment: signature.asc
Description: Esta parte del mensaje está firmada digitalmente

Reply via email to