Unless you plan to upload a new version that fixes this bug in the
next few days, or you object to the changes in the following patch, I
intend to NMU dillo shortly to fix this RC bug.

Regards,
Roger


diff -urN dillo-0.8.3.original/debian/changelog dillo-0.8.3/debian/changelog
--- dillo-0.8.3.original/debian/changelog       2005-07-20 21:35:18.000000000 
+0100
+++ dillo-0.8.3/debian/changelog        2005-07-20 21:55:44.433536304 +0100
@@ -1,3 +1,12 @@
+dillo (0.8.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * src/html.c: correctly prototype Html_write_raw().  Applied
+    patch from Andreas Jochens (Closes: #285628).
+  * debian/control: Build-Depend on libpng10-dev.
+
+ -- Roger Leigh <[EMAIL PROTECTED]>  Wed, 20 Jul 2005 21:54:13 +0100
+
 dillo (0.8.3-1) unstable; urgency=low
 
   * New upstream version (closes: #271437, #278603)
diff -urN dillo-0.8.3.original/debian/control dillo-0.8.3/debian/control
--- dillo-0.8.3.original/debian/control 2005-07-20 21:35:18.000000000 +0100
+++ dillo-0.8.3/debian/control  2005-07-20 21:44:09.828132376 +0100
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Phil Blundell <[EMAIL PROTECTED]>
 Standards-Version: 3.1.1.1
-Build-Depends: debhelper, libgtk1.2-dev, libglib1.2-dev, libpng2-dev, 
zlib1g-dev, libjpeg62-dev, automake, autoconf, libssl-dev
+Build-Depends: debhelper, libgtk1.2-dev, libglib1.2-dev, libpng10-dev, 
zlib1g-dev, libjpeg62-dev, automake, autoconf, libssl-dev
 
 Package: dillo
 Architecture: any
diff -urN dillo-0.8.3.original/src/html.c dillo-0.8.3/src/html.c
--- dillo-0.8.3.original/src/html.c     2004-10-15 16:36:56.000000000 +0100
+++ dillo-0.8.3/src/html.c      2005-07-20 21:39:28.084963848 +0100
@@ -83,6 +83,7 @@
 static void Html_add_widget(DilloHtml *html, DwWidget *widget,
                             char *width_str, char *height_str,
                             DwStyle *style_attrs);
+static gint Html_write_raw(DilloHtml *html, char *buf, gint bufsize, gint Eof);
 static void Html_write(DilloHtml *html, char *Buf, gint BufSize, gint Eof);
 static void Html_close(DilloHtml *html, gint ClientKey);
 static void Html_callback(int Op, CacheClient_t *Client);
@@ -3066,7 +3067,6 @@
  */
 static void Html_tag_open_meta(DilloHtml *html, char *tag, gint tagsize)
 {
-   static gint Html_write_raw();
    const gchar *meta_template =
 "<table width='100%%'><tr><td bgcolor='#ee0000'>Warning:</td>\n"
 " <td bgcolor='#8899aa' width='100%%'>\n"

-- 
Roger Leigh
                Printing on GNU/Linux?  http://gimp-print.sourceforge.net/
                Debian GNU/Linux        http://www.debian.org/
                GPG Public Key: 0x25BFB848.  Please sign and encrypt your mail.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to