Control: tags 743391 + patch Control: tags 743391 + pending Dear maintainer,
(Fixing this also in sid) I've prepared an NMU for silly (versioned as 0.1.0-3.3) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. -- tobi Regards. diff -Nru silly-0.1.0/debian/changelog silly-0.1.0/debian/changelog --- silly-0.1.0/debian/changelog 2015-08-05 06:50:19.000000000 +0200 +++ silly-0.1.0/debian/changelog 2016-01-22 11:44:47.000000000 +0100 @@ -1,3 +1,10 @@ +silly (0.1.0-3.3) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with libpng1.6 (Closes: #743391) + + -- Tobias Frost <t...@debian.org> Fri, 22 Jan 2016 11:42:07 +0100 + silly (0.1.0-3.2) unstable; urgency=medium * Non-maintainer upload. diff -Nru silly-0.1.0/debian/patches/02_libpng16.patch silly-0.1.0/debian/patches/02_libpng16.patch --- silly-0.1.0/debian/patches/02_libpng16.patch 1970-01-01 01:00:00.000000000 +0100 +++ silly-0.1.0/debian/patches/02_libpng16.patch 2016-01-22 11:46:33.000000000 +0100 @@ -0,0 +1,10 @@ +--- a/src/loaders/SILLYPNGImageLoader.cpp ++++ b/src/loaders/SILLYPNGImageLoader.cpp +@@ -40,6 +40,7 @@ + #endif + + #include "loaders/SILLYPNGImageContext.h" ++#include <string.h> + #include <png.h> + // Start section of namespace SILLY + namespace SILLY diff -Nru silly-0.1.0/debian/patches/series silly-0.1.0/debian/patches/series --- silly-0.1.0/debian/patches/series 2014-10-28 04:19:49.000000000 +0100 +++ silly-0.1.0/debian/patches/series 2016-01-22 11:45:23.000000000 +0100 @@ -1,2 +1,3 @@ 01_SILLYPNGImageLoader.patch autoreconf-fixups.patch +02_libpng16.patch