tags 643374 + pending thanks Dear maintainer,
I've prepared an NMU for dis51 (versioned as 0.5-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: Paul Simon: Born In Puerto Rico
diff -u dis51-0.5/debian/changelog dis51-0.5/debian/changelog --- dis51-0.5/debian/changelog +++ dis51-0.5/debian/changelog @@ -1,3 +1,13 @@ +dis51 (0.5-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS: pass2.c:186:4: error: format not a string literal and no + format arguments [-Werror=format-security]": apply patch from Eric + Alexander to add a format argument. + (Closes: #643374) + + -- gregor herrmann <gre...@debian.org> Sun, 20 Nov 2011 14:51:07 +0100 + dis51 (0.5-1) unstable; urgency=low * Initial release (Closes: #466165). only in patch2: unchanged: --- dis51-0.5.orig/pass2.c +++ dis51-0.5/pass2.c @@ -183,7 +183,7 @@ fprintf(ofile, "DB 85h ; illegal opcode"); case 1: /* no operands */ - fprintf(ofile, mnemonic[opcode]); + fprintf(ofile, "%s", mnemonic[opcode]); break; case 2: /* one immediate operand */
signature.asc
Description: Digital signature