tags 545235 + pending patch tags 560502 + pending patch thanks Dear maintainer,
I've prepared an NMU for k3d (versioned as 0.6.7.0-2.5) and uploaded it to DELAYED/2, according to devref §5.11.1. Regards. -- Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7 z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/ Dietro un grande uomo c'è ..| . |. Et ne m'en veux pas si je te tutoie sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime
diff -u k3d-0.6.7.0/debian/changelog k3d-0.6.7.0/debian/changelog --- k3d-0.6.7.0/debian/changelog +++ k3d-0.6.7.0/debian/changelog @@ -1,3 +1,11 @@ +k3d (0.6.7.0-2.5) unstable; urgency=low + + * Non-maintainer upload. + * New patch 07_gcc4.4_build to fix FTBFS against gcc 4.4; patch from + Ubuntu. (Closes: #545235, #560502) + + -- Stefano Zacchiroli <z...@debian.org> Sat, 02 Jan 2010 14:36:51 +0100 + k3d (0.6.7.0-2.4) unstable; urgency=low * Non-maintainer upload. diff -u k3d-0.6.7.0/debian/patches/series k3d-0.6.7.0/debian/patches/series --- k3d-0.6.7.0/debian/patches/series +++ k3d-0.6.7.0/debian/patches/series @@ -6,0 +7 @@ +07_gcc4.4_build.patch only in patch2: unchanged: --- k3d-0.6.7.0.orig/debian/patches/07_gcc4.4_build.patch +++ k3d-0.6.7.0/debian/patches/07_gcc4.4_build.patch @@ -0,0 +1,36 @@ +Index: k3d-0.6.7.0/k3dsdk/gzstream.cpp +=================================================================== +--- k3d-0.6.7.0.orig/k3dsdk/gzstream.cpp ++++ k3d-0.6.7.0/k3dsdk/gzstream.cpp +@@ -31,6 +31,7 @@ + + #include <zlib.h> + #include <string.h> ++#include <cstdio> + + namespace k3d + { +Index: k3d-0.6.7.0/k3dsdk/path.cpp +=================================================================== +--- k3d-0.6.7.0.orig/k3dsdk/path.cpp ++++ k3d-0.6.7.0/k3dsdk/path.cpp +@@ -30,6 +30,7 @@ + + #else // K3D_PLATFORM_WIN32 + ++ #include <cstdio> + #include <sys/stat.h> + #include <sys/types.h> + #include <dirent.h> +Index: k3d-0.6.7.0/modules/jpeg/jpegreader.cpp +=================================================================== +--- k3d-0.6.7.0.orig/modules/jpeg/jpegreader.cpp ++++ k3d-0.6.7.0/modules/jpeg/jpegreader.cpp +@@ -29,6 +29,7 @@ + #include <k3dsdk/module.h> + #include <k3dsdk/path.h> + #include <k3dsdk/string_modifiers.h> ++#include <cstdio> + + extern "C" + {