Hi,

I have uploaded an NMU to fix this RC bug, as part of the BSP this
weekend.  The diff follows.

BTW, there are also a number of lintian warnings which could use some
attention.


Regards,
Roger


diff -urN xdelta-1.1.3.original/debian/changelog xdelta-1.1.3/debian/changelog
--- xdelta-1.1.3.original/debian/changelog      2005-09-04 16:37:01.000000000 
+0100
+++ xdelta-1.1.3/debian/changelog       2005-09-04 16:40:52.331504648 +0100
@@ -1,3 +1,11 @@
+xdelta (1.1.3-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * xdmain.c: declare xd_handle_table static rather than extern
+    to fix a build failure with GCC 4.0 (Closes: #297844).
+
+ -- Roger Leigh <[EMAIL PROTECTED]>  Sun,  4 Sep 2005 16:40:36 +0100
+
 xdelta (1.1.3-6) unstable; urgency=low
 
   * fix grammar in descriptions.  Closes: #183789
diff -urN xdelta-1.1.3.original/xdmain.c xdelta-1.1.3/xdmain.c
--- xdelta-1.1.3.original/xdmain.c      2001-09-24 07:59:18.000000000 +0100
+++ xdelta-1.1.3/xdmain.c       2005-09-04 16:40:34.797170272 +0100
@@ -64,7 +64,7 @@
 
 #include "xdelta.h"
 
-extern HandleFuncTable xd_handle_table;
+static HandleFuncTable xd_handle_table;
 
 #define XD_PAGE_SIZE (1<<20)
 


-- 
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