tags 643353 + pending thanks Dear maintainer,
I've prepared an NMU for asmix (versioned as 1.5-4.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: Elton John: Don't Let the Sun Go Down on Me
diff -u asmix-1.5/debian/changelog asmix-1.5/debian/changelog --- asmix-1.5/debian/changelog +++ asmix-1.5/debian/changelog @@ -1,3 +1,13 @@ +asmix (1.5-4.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS: asmix.c:580:5: error: format not a string literal and no + format arguments [-Werror=format-security]": new patch + Werror-format-security.diff from Bart Martens. + Closes: #643353 + + -- gregor herrmann <gre...@debian.org> Thu, 13 Oct 2011 18:32:46 +0200 + asmix (1.5-4) unstable; urgency=low * Change Build-Depends x-dev to x11proto-core-dev (Closes: #515357) diff -u asmix-1.5/debian/patches/series asmix-1.5/debian/patches/series --- asmix-1.5/debian/patches/series +++ asmix-1.5/debian/patches/series @@ -2,0 +3 @@ +Werror-format-security.diff only in patch2: unchanged: --- asmix-1.5.orig/debian/patches/Werror-format-security.diff +++ asmix-1.5/debian/patches/Werror-format-security.diff @@ -0,0 +1,19 @@ +--- ./asmix.c.orig 2011-10-05 18:32:32.000000000 +0200 ++++ ./asmix.c 2011-10-05 18:33:22.000000000 +0200 +@@ -577,14 +577,14 @@ + ret = XpmCreatePixmapFromData(dpy, Root, bg_xpm, &asMix.pixmap, + &asMix.mask, &asMix.attributes); + if(ret != XpmSuccess) +- {fprintf(stderr, ERR_colorcells);exit(1);} ++ {fprintf(stderr, "%s", ERR_colorcells);exit(1);} + + + Mark.attributes.valuemask |= (XpmReturnPixels | XpmReturnExtensions); + ret = XpmCreatePixmapFromData(dpy, Root, mark_xpm, &Mark.pixmap, + &Mark.mask, &Mark.attributes); + if(ret != XpmSuccess) +- {fprintf(stderr, ERR_colorcells);exit(1);} ++ {fprintf(stderr, "%s", ERR_colorcells);exit(1);} + + } + /****************************************************************************/
signature.asc
Description: Digital signature