tags 643453 + patch tags 643453 + pending thanks Dear maintainer,
I've prepared an NMU for partimage (versioned as 0.6.8-2.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- Simon Paillard
diffstat for partimage-0.6.8 partimage-0.6.8 changelog | 7 +++++++ patches/02-format-security.patch | 12 ++++++++++++ patches/series | 1 + 3 files changed, 20 insertions(+) diff -Nru partimage-0.6.8/debian/changelog partimage-0.6.8/debian/changelog --- partimage-0.6.8/debian/changelog 2011-04-03 17:43:17.000000000 +0200 +++ partimage-0.6.8/debian/changelog 2011-11-18 23:06:09.000000000 +0100 @@ -1,3 +1,10 @@ +partimage (0.6.8-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS -Werror=format-security (Closes: #643453) + + -- Simon Paillard <spaill...@debian.org> Fri, 18 Nov 2011 23:05:47 +0100 + partimage (0.6.8-2) unstable; urgency=low * Bump debhelper compatibility level to 8. diff -Nru partimage-0.6.8/debian/patches/02-format-security.patch partimage-0.6.8/debian/patches/02-format-security.patch --- partimage-0.6.8/debian/patches/02-format-security.patch 1970-01-01 01:00:00.000000000 +0100 +++ partimage-0.6.8/debian/patches/02-format-security.patch 2011-11-18 23:04:03.000000000 +0100 @@ -0,0 +1,12 @@ +diff -Nur partimage-0.6.8/src/shared/common.cpp partimage-0.6.8-nmu//src/shared/common.cpp +--- partimage-0.6.8/src/shared/common.cpp 2009-09-12 10:06:22.000000000 +0200 ++++ partimage-0.6.8-nmu//src/shared/common.cpp 2011-11-18 23:03:31.278838500 +0100 +@@ -79,7 +79,7 @@ + addText(i18n("\n* Version is %s [%s].\n"), PACKAGE_VERSION, __VERSION__); + + addText(i18n("\n* Supported file systems:\n - ")); +- addText(g_szSupportedFileSystems); ++ addText("%s", g_szSupportedFileSystems); + addText(i18n("\n")); + + #ifdef LIBRARY_EXT2FS diff -Nru partimage-0.6.8/debian/patches/series partimage-0.6.8/debian/patches/series --- partimage-0.6.8/debian/patches/series 2011-04-03 17:22:12.000000000 +0200 +++ partimage-0.6.8/debian/patches/series 2011-11-18 23:05:38.000000000 +0100 @@ -1,2 +1,3 @@ # Debian patches for partimage 01-openssl.patch +02-format-security.patch