tags 667109 + pending thanks Dear maintainer,
I've prepared an NMU for barry (versioned as 0.15-1.3) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -u barry-0.15/debian/changelog barry-0.15/debian/changelog --- barry-0.15/debian/changelog +++ barry-0.15/debian/changelog @@ -1,3 +1,12 @@ +barry (0.15-1.3) unstable; urgency=low + + [ Cyril Brulebois ] + * Non-maintainer upload. + * Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> include + (Closes: #667109). + + -- Jonathan Wiltshire <j...@debian.org> Sun, 13 May 2012 14:02:11 +0100 + barry (0.15-1.2) unstable; urgency=low * Non-maintainer upload. only in patch2: unchanged: --- barry-0.15.orig/src/packet.h +++ barry-0.15/src/packet.h @@ -26,6 +26,7 @@ #include <string> #include <stdint.h> +#include <unistd.h> #include "protocol.h" namespace Barry { class Data; } -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org