tags 643365 + patch tags 643365 + pending thanks Dear maintainer,
I've prepared an NMU for coinor-symphony (versioned as 5.2.4-1.2) 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: Eric Clapton: Rollin' & Tumblin'
diff -Nru coinor-symphony-5.2.4/debian/changelog coinor-symphony-5.2.4/debian/changelog --- coinor-symphony-5.2.4/debian/changelog 2011-06-13 16:02:20.000000000 +0200 +++ coinor-symphony-5.2.4/debian/changelog 2011-12-21 18:44:49.000000000 +0100 @@ -1,3 +1,13 @@ +coinor-symphony (5.2.4-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS: Master/main.c:674:19: error: format not a string literal + and no format arguments [-Werror=format-security]": + add patch format-security.patch (adds a format argument). + Closes: #643365 + + -- gregor herrmann <gre...@debian.org> Wed, 21 Dec 2011 18:44:24 +0100 + coinor-symphony (5.2.4-1.1) unstable; urgency=low * Non-maintainer upload. diff -Nru coinor-symphony-5.2.4/debian/patches/format-security.patch coinor-symphony-5.2.4/debian/patches/format-security.patch --- coinor-symphony-5.2.4/debian/patches/format-security.patch 1970-01-01 01:00:00.000000000 +0100 +++ coinor-symphony-5.2.4/debian/patches/format-security.patch 2011-12-21 18:45:44.000000000 +0100 @@ -0,0 +1,18 @@ +Description: add a format argument to avoid FBTFS with -Werror=format-security +Origin: vendor +Bug-Debian: http://bugs.debian.org/643365 +Forwarded: no +Author: gregor herrmann <gre...@debian.org> +Last-Update: 2011-12-21 + +--- a/SYMPHONY/src/Master/main.c ++++ b/SYMPHONY/src/Master/main.c +@@ -671,7 +671,7 @@ + + while(true){ + strcpy(getl, ""); +- printf(prompt); ++ printf("%s", prompt); + fflush(stdout); + fgets(getl, MAX_LINE_LENGTH, stdin); + diff -Nru coinor-symphony-5.2.4/debian/patches/series coinor-symphony-5.2.4/debian/patches/series --- coinor-symphony-5.2.4/debian/patches/series 2009-09-10 16:01:42.000000000 +0200 +++ coinor-symphony-5.2.4/debian/patches/series 2011-12-21 18:43:49.000000000 +0100 @@ -1,3 +1,4 @@ examples.diff rpath.diff symphony.diff +format-security.patch
signature.asc
Description: Digital signature