tags 643348 + pending thanks Dear maintainer,
I've prepared an NMU for ale (versioned as 0.9.0.3-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: Sinéad O'Connor: Thank You For Hearing Me
diff -u ale-0.9.0.3/debian/changelog ale-0.9.0.3/debian/changelog --- ale-0.9.0.3/debian/changelog +++ ale-0.9.0.3/debian/changelog @@ -1,3 +1,13 @@ +ale (0.9.0.3-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS: ui/unsupported.h:35:30: error: format not a string + literal and no format arguments [-Werror=format-security]": + apply patch from Bart Martens. + (Closes: #643348) + + -- gregor herrmann <gre...@debian.org> Wed, 12 Oct 2011 22:37:59 +0200 + ale (0.9.0.3-1) unstable; urgency=low * New Upstream version only in patch2: unchanged: --- ale-0.9.0.3.orig/ui/implication.h +++ ale-0.9.0.3/ui/implication.h @@ -33,16 +33,16 @@ static void changed(const char *description, const char *changes, const char *option = NULL) { fprintf(stderr, "\n\n"); fprintf(stderr, "Program options have been automatically modified to satisfy the following:\n\n"); - fprintf(stderr, description); + fprintf(stderr, "%s", description); fprintf(stderr, "\n\n"); fprintf(stderr, "Changes are as follows:\n\n"); - fprintf(stderr, changes); + fprintf(stderr, "%s", changes); fprintf(stderr, "\n\n"); if (option) { fprintf(stderr, "This is equivalent to manually setting the following options:\n\n"); - fprintf(stderr, option); + fprintf(stderr, "%s", option); fprintf(stderr, "\n\n"); } } only in patch2: unchanged: --- ale-0.9.0.3.orig/ui/unsupported.h +++ ale-0.9.0.3/ui/unsupported.h @@ -32,7 +32,7 @@ static void fornow(const char *description) { fprintf(stderr, "\n\n"); fprintf(stderr, "The following feature is currently unsupported:\n\n"); - fprintf(stderr, description); + fprintf(stderr, "%s", description); fprintf(stderr, "\n\n"); #if 0 fprintf(stderr, "For more information, see http://auricle.dyndns.org/ALE/unsupported/currently/\n\n");
signature.asc
Description: Digital signature