tags 652845 + pending thanks Dear maintainer,
I've prepared an NMU for agave (versioned as 0.4.7-2.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -Nru agave-0.4.7/debian/changelog agave-0.4.7/debian/changelog --- agave-0.4.7/debian/changelog 2011-09-21 22:59:51.000000000 +0200 +++ agave-0.4.7/debian/changelog 2011-12-28 10:34:37.000000000 +0100 @@ -1,3 +1,12 @@ +agave (0.4.7-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix build error with -Werror=format-security. (Closes: #652845) + Thanks to peter green <plugw...@p10link.net> for the patch. + + new patch: fix_format_security.diff + + -- Ansgar Burchardt <ans...@debian.org> Wed, 28 Dec 2011 10:34:34 +0100 + agave (0.4.7-2) unstable; urgency=low * Add patches/fix_gcc-4.5_ftbfs.diff to fix FTBFS (Closes: #564850) diff -Nru agave-0.4.7/debian/patches/fix_format_security.diff agave-0.4.7/debian/patches/fix_format_security.diff --- agave-0.4.7/debian/patches/fix_format_security.diff 1970-01-01 01:00:00.000000000 +0100 +++ agave-0.4.7/debian/patches/fix_format_security.diff 2011-12-28 10:33:01.000000000 +0100 @@ -0,0 +1,17 @@ +Description: fix format security warning to + fix format security warning to avoid build failure with -Werror=format-security +Author: Peter Green <plugw...@p10link.net> +Bug-Debian: http://bugs.debian.org/652845 +Origin: vendor + +--- agave-0.4.7.orig/src/dialogs/gcs-about-window.cc ++++ agave-0.4.7/src/dialogs/gcs-about-window.cc +@@ -105,7 +105,7 @@ namespace gcs + catch (const Glib::Error& e) + { + Glib::ustring message = "Couldn't load Agave logo image from theme. " + e.what(); +- g_warning(message.c_str()); ++ g_warning("%s",message.c_str()); + } + } + } diff -Nru agave-0.4.7/debian/patches/series agave-0.4.7/debian/patches/series --- agave-0.4.7/debian/patches/series 2011-09-21 22:51:23.000000000 +0200 +++ agave-0.4.7/debian/patches/series 2011-12-28 10:32:25.000000000 +0100 @@ -3,3 +3,4 @@ desktop_file.diff distclean.diff compat-round.diff +fix_format_security.diff -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org