tags 643413 + pending thanks Dear maintainer,
I've prepared an NMU for jack-tools (versioned as 20101210-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: Funny van Dannen: Freundinnen
diff -Nru jack-tools-20101210/debian/changelog jack-tools-20101210/debian/changelog --- jack-tools-20101210/debian/changelog 2011-03-12 13:20:41.000000000 +0100 +++ jack-tools-20101210/debian/changelog 2011-11-20 13:48:22.000000000 +0100 @@ -1,3 +1,13 @@ +jack-tools (20101210-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS: jack.dl.c:20:3: error: format not a string literal and + no format arguments [-Werror=format-security]": add patch + fix-format-security.patch from Mònica Ramírez Arceda. + (Closes: #643413) + + -- gregor herrmann <gre...@debian.org> Sun, 20 Nov 2011 13:47:54 +0100 + jack-tools (20101210-1) unstable; urgency=low * New snapshot of upstream Darcs repository. diff -Nru jack-tools-20101210/debian/patches/fix-format-security.patch jack-tools-20101210/debian/patches/fix-format-security.patch --- jack-tools-20101210/debian/patches/fix-format-security.patch 1970-01-01 01:00:00.000000000 +0100 +++ jack-tools-20101210/debian/patches/fix-format-security.patch 2011-11-20 13:46:51.000000000 +0100 @@ -0,0 +1,17 @@ +Description: Format an error string to avoid a format-security + error while building. +Author: Mònica Ramírez Arceda <mon...@probeta.net> +Last-Update: 2011-11-19 + +--- a/jack.dl.c ++++ b/jack.dl.c +@@ -17,7 +17,7 @@ + + void fail(char *s) + { +- fprintf(stderr, s); ++ fprintf(stderr, "%s\n", s); + exit(EXIT_FAILURE); + } + + diff -Nru jack-tools-20101210/debian/patches/series jack-tools-20101210/debian/patches/series --- jack-tools-20101210/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ jack-tools-20101210/debian/patches/series 2011-11-20 13:47:29.000000000 +0100 @@ -0,0 +1 @@ +fix-format-security.patch
signature.asc
Description: Digital signature