tags 643383 + pending thanks Dear maintainer,
I've prepared an NMU for gfan (versioned as 0.3dfsg-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 `-
only in patch2: unchanged: --- gfan-0.3dfsg.orig/debian/changelog +++ gfan-0.3dfsg/debian/changelog @@ -1,3 +1,13 @@ +gfan (0.3dfsg-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS: application.cpp:548:22: error: format not a string + literal and no format arguments [-Werror=format-security]": + add patch fix-string-format-error.patch from Eric Alexander. + (Closes: #643383) + + -- gregor herrmann <gre...@debian.org> Sun, 20 Nov 2011 15:10:13 +0100 + gfan (0.3dfsg-1) unstable; urgency=low * Initial release (Closes: #480089). only in patch2: unchanged: --- gfan-0.3dfsg.orig/debian/patches/fix-string-format-error.patch +++ gfan-0.3dfsg/debian/patches/fix-string-format-error.patch @@ -0,0 +1,11 @@ +--- a/application.cpp ++++ b/application.cpp +@@ -545,7 +545,7 @@ + { + char c[1024]; + sprintf(c,"ln -s %s%s %s%s%s\n",path,name,path,name,p->name()); +- fprintf(stderr,c); ++ fprintf(stderr,"%s",c); + system(c); + } + p=p->next; only in patch2: unchanged: --- gfan-0.3dfsg.orig/debian/patches/series +++ gfan-0.3dfsg/debian/patches/series @@ -1 +1,2 @@ gfan-installlinks-relative.patch +fix-string-format-error.patch
signature.asc
Description: Digital signature