Dear maintainer, I've prepared an NMU for italc (versioned as 1:1.0.9-1.1) and uploaded it to DELAYED/2, as per DevRef §5.11.1. The NMU contains the patch already attached to this bugreport. Please feel free to tell me if I should delay it longer.
Regards. diff -u italc-1.0.9/debian/changelog italc-1.0.9/debian/changelog --- italc-1.0.9/debian/changelog +++ italc-1.0.9/debian/changelog @@ -1,3 +1,11 @@ +italc (1:1.0.9-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fixed FTBFS with GCC 4.4, missing #include. Thanks to + Martin Michlmayr (Closes: #504970) + + -- David Paleino <da...@debian.org> Mon, 21 Dec 2009 15:02:56 +0100 + italc (1:1.0.9-1) unstable; urgency=low * New upstream release (Closes: #508049) only in patch2: unchanged: --- italc-1.0.9.orig/lib/include/types.h +++ italc-1.0.9/lib/include/types.h @@ -25,6 +25,8 @@ #ifndef _TYPES_H #define _TYPES_H +#include <stdint.h> + typedef signed char Q_INT8; /* 8 bit signed */ typedef unsigned char Q_UINT8; /* 8 bit unsigned */ typedef short Q_INT16; /* 16 bit signed */ -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org