tags 625430 + pending thanks Dear maintainer,
I've prepared an NMU for vrb (versioned as 0.5.1-5.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: Beatles: Honey Pie
diff -u vrb-0.5.1/debian/changelog vrb-0.5.1/debian/changelog --- vrb-0.5.1/debian/changelog +++ vrb-0.5.1/debian/changelog @@ -1,3 +1,12 @@ +vrb (0.5.1-5.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "ftbfs with gcc-4.6 -Werror": patch from Dmitri Bachtin: + remove unused poll_num variable from vrb/src/bin/vbuf.c. + (Closes: #625430) (LP: #832871) + + -- gregor herrmann <gre...@debian.org> Mon, 24 Oct 2011 16:01:45 +0200 + vrb (0.5.1-5) unstable; urgency=low * Correctly handle nostip in DEB_BUILD_OPTIONS (Closes: #437455) only in patch2: unchanged: --- vrb-0.5.1.orig/vrb/src/bin/vbuf.c +++ vrb-0.5.1/vrb/src/bin/vbuf.c @@ -426,7 +426,6 @@ int opt_progress ; int output_fd ; int poll_time ; - int poll_num ; int poll_write ; int poll_read ; @@ -861,7 +860,7 @@ poll_time = display_time - get_time_ms(); if ( poll_time < 0 ) poll_time = 0; } - poll_num = poll( poll_list, 2, poll_time ); + poll( poll_list, 2, poll_time ); //----------------------- // Check for poll events.
signature.asc
Description: Digital signature