Hi,
Attached you'll find the NMU diff to fix these two bugs (which I merged
previously).
thanks, Tobias
diff -urpN ircii-20051015.orig/debian/changelog ircii-20051015/debian/changelog
--- ircii-20051015.orig/debian/changelog 2008-01-12 22:53:24.000000000 +0100
+++ ircii-20051015/debian/changelog 2008-01-12 22:47:06.000000000 +0100
@@ -1,3 +1,12 @@
+ircii (20051015-2.2) unstable; urgency=low
+
+ * Non-maintainer upload from the Zurich BSP
+ * Add -ioption to local include paths so they do not cover the system
+ headers with the same name. This fixes errors/warnings about implicitly
+ converted pointers. (Closes: #393547, #460342)
+
+ -- Tobias Klauser <[EMAIL PROTECTED]> Sat, 12 Jan 2008 22:30:02 +0100
+
ircii (20051015-2.1) unstable; urgency=low
* Non-maintainer upload.
diff -urpN ircii-20051015.orig/Makefile.in ircii-20051015/Makefile.in
--- ircii-20051015.orig/Makefile.in 2008-01-12 22:53:24.000000000 +0100
+++ ircii-20051015/Makefile.in 2008-01-12 21:23:12.000000000 +0100
@@ -295,7 +295,7 @@ WSERV_SOURCES = wserv.c wterm.c
IRCFLUSH_SOURCES = ircflush.c
IRCFLUSH_OBJECTS = ircflush.o ircsig.o
-INCLUDES = -I. -I$(incdir) -I$(srcdir)/rijndael
+INCLUDES = -iquote . -iquote $(incdir) -iquote $(srcdir)/rijndael
.c.o:
$(CC) $(INCLUDES) $(CFLAGS) $(DEFS) -c $<
diff -urpN ircii-20051015.orig/source/sl.c ircii-20051015/source/sl.c
--- ircii-20051015.orig/source/sl.c 2002-10-04 06:50:26.000000000 +0200
+++ ircii-20051015/source/sl.c 2008-01-12 21:23:50.000000000 +0100
@@ -41,7 +41,7 @@
#include "irc.h"
IRCII_RCSID("@(#)$eterna: sl.c,v 1.1 2002/10/04 04:50:26 mrg Exp $");
-#include <sl.h>
+#include "sl.h"
#define _SL_CHUNKSIZE 20