Package: png++ Version: 0.2.5-1 Severity: normal Tags: patch pending Dear maintainer,
I've prepared an NMU for png++ (versioned as 0.2.5-1.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. diff -Nru png++-0.2.5/debian/changelog png++-0.2.5/debian/changelog --- png++-0.2.5/debian/changelog 2010-12-15 13:51:52.000000000 +0100 +++ png++-0.2.5/debian/changelog 2016-03-26 02:28:03.000000000 +0100 @@ -1,3 +1,10 @@ +png++ (0.2.5-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS for libpng16 (Closes: #xxxxxxx) + + -- Tobias Frost <[email protected]> Sat, 26 Mar 2016 02:27:31 +0100 + png++ (0.2.5-1) unstable; urgency=low * New upstream release. diff -Nru png++-0.2.5/debian/patches/1002-libpng16.patch png++-0.2.5/debian/patches/1002-libpng16.patch --- png++-0.2.5/debian/patches/1002-libpng16.patch 1970-01-01 01:00:00.000000000 +0100 +++ png++-0.2.5/debian/patches/1002-libpng16.patch 2016-03-26 02:25:20.000000000 +0100 @@ -0,0 +1,12 @@ +Index: png++-0.2.5/error.hpp +=================================================================== +--- png++-0.2.5.orig/error.hpp ++++ png++-0.2.5/error.hpp +@@ -34,6 +34,7 @@ + #include <stdexcept> + #include <cerrno> + #include <cstdlib> ++#include <string.h> + + namespace png + { diff -Nru png++-0.2.5/debian/patches/series png++-0.2.5/debian/patches/series --- png++-0.2.5/debian/patches/series 2010-03-09 18:37:50.000000000 +0100 +++ png++-0.2.5/debian/patches/series 2016-03-26 02:24:30.000000000 +0100 @@ -1 +1,2 @@ 1001_avoid_MAKEFLAGS.patch +1002-libpng16.patch

