tags 643356 + pending thanks Dear maintainer,
I've prepared an NMU for babl (versioned as 0.0.22-1.1) 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: The Doors: When The Music's Over
diff -u babl-0.0.22/debian/changelog babl-0.0.22/debian/changelog --- babl-0.0.22/debian/changelog +++ babl-0.0.22/debian/changelog @@ -1,3 +1,12 @@ +babl (0.0.22-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS: babl-model.c:49:7: error: format not a string literal + and no format arguments [-Werror=format-security]": add patch from Bart + Martens (closes: #643356). + + -- gregor herrmann <[email protected]> Sat, 15 Oct 2011 15:39:05 +0200 + babl (0.0.22-1) unstable; urgency=low * New upstream release only in patch2: unchanged: --- babl-0.0.22.orig/babl/babl-model.c +++ babl-0.0.22/babl/babl-model.c @@ -46,7 +46,7 @@ return name; while (components--) { - sprintf (p, (*component)->instance.name); + sprintf (p, "%s", (*component)->instance.name); p += strlen ((*component)->instance.name); component++; }
signature.asc
Description: Digital signature

