On Thu, 2005-11-17 at 09:54 +1100, Jamie Wilkinson wrote: > Go ahead, but please attach your final diff.
Thanks. NMU uploaded, diff below. diff -u osiris-4.1.8/debian/changelog osiris-4.1.8/debian/changelog --- osiris-4.1.8/debian/changelog +++ osiris-4.1.8/debian/changelog @@ -1,3 +1,11 @@ +osiris (4.1.8-2.1) unstable; urgency=low + + * Non-maintainer upload. + * #define _GNU_SOURCE in string_list.c to avoid an implicitly converted + return pointer from strcasestr(). (Closes: #325925) + + -- dann frazier <[EMAIL PROTECTED]> Wed, 16 Nov 2005 16:09:00 -0700 + osiris (4.1.8-2) unstable; urgency=low * Applied patch from Andreas Jochens to fix build failure on AMD64. only in patch2: unchanged: --- osiris-4.1.8.orig/src/libosiris/string_list.c +++ osiris-4.1.8/src/libosiris/string_list.c @@ -28,6 +28,7 @@ ** ******************************************************************************/ +#define _GNU_SOURCE #include <stdlib.h> #include <stdio.h> #include <stdarg.h> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

