Hi, I have just done an NMU of lockfile-progs to fix a long standing RC bug. Please find the patch below.
Regards, Aurelien diff -Nru lockfile-progs-0.1.15/debian/changelog lockfile-progs-0.1.15.1/debian/changelog --- lockfile-progs-0.1.15/debian/changelog 2010-06-13 09:21:29.000000000 +0200 +++ lockfile-progs-0.1.15.1/debian/changelog 2011-08-20 19:46:51.000000000 +0200 @@ -1,3 +1,11 @@ +lockfile-progs (0.1.15.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix build with -Werror by removing an unused variable. (closes: + #625384). + + -- Aurelien Jarno <aure...@debian.org> Sat, 20 Aug 2011 19:37:44 +0200 + lockfile-progs (0.1.15) unstable; urgency=low * Add missing debhelper Build-Depends. Les fichiers binaires /tmp/F8bsE1Nz49/lockfile-progs-0.1.15/.git/index et /tmp/bOYXC553mY/lockfile-progs-0.1.15.1/.git/index sont différents. diff -Nru lockfile-progs-0.1.15/lockfile-progs.c lockfile-progs-0.1.15.1/lockfile-progs.c --- lockfile-progs-0.1.15/lockfile-progs.c 2010-06-09 07:27:30.000000000 +0200 +++ lockfile-progs-0.1.15.1/lockfile-progs.c 2011-08-20 19:45:33.000000000 +0200 @@ -66,12 +66,11 @@ { if(!test) { - int rc = 0; if(lockfile_verbosity > 0) { va_list args; va_start(args, fmt); - rc = vfprintf(stderr, fmt, args); + (void) vfprintf(stderr, fmt, args); va_end(args); } exit(1); -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org