tags 643375 + pending thanks Dear maintainer,
I've prepared an NMU for ebview (versioned as 0.3.6.2-1.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06 : :' : Debian GNU/Linux user, admin, & developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe `- NP: Cat Stevens: Into White
diff -u ebview-0.3.6.2/debian/changelog ebview-0.3.6.2/debian/changelog --- ebview-0.3.6.2/debian/changelog +++ ebview-0.3.6.2/debian/changelog @@ -1,3 +1,13 @@ +ebview (0.3.6.2-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS: dialog.c:72:6: error: format not a string literal and no + format arguments [-Werror=format-security]": + add patch fix-string-format-error.patch from Eric Alexander. + (Closes: #643375) + + -- gregor herrmann <[email protected]> Sun, 20 Nov 2011 14:59:26 +0100 + ebview (0.3.6.2-1.1) unstable; urgency=medium * Non-maintainer upload. only in patch2: unchanged: --- ebview-0.3.6.2.orig/debian/patches/fix-string-format-error.patch +++ ebview-0.3.6.2/debian/patches/fix-string-format-error.patch @@ -0,0 +1,18 @@ +--- a/src/dialog.c ++++ b/src/dialog.c +@@ -69,6 +69,7 @@ + GTK_DIALOG_DESTROY_WITH_PARENT /* | GTK_DIALOG_NO_SEPARATOR */, + GTK_MESSAGE_WARNING, + GTK_BUTTONS_OK, ++ "%s", + g_message); + gtk_dialog_run(GTK_DIALOG(dialog)); + gtk_widget_destroy(dialog); +@@ -98,6 +99,7 @@ + GTK_DIALOG_DESTROY_WITH_PARENT /* | GTK_DIALOG_NO_SEPARATOR */, + GTK_MESSAGE_ERROR, + GTK_BUTTONS_CLOSE, ++ "%s", + g_message); + + gtk_dialog_run(GTK_DIALOG(dialog)); only in patch2: unchanged: --- ebview-0.3.6.2.orig/debian/patches/series +++ ebview-0.3.6.2/debian/patches/series @@ -0,0 +1 @@ +fix-string-format-error.patch
signature.asc
Description: Digital signature

