Package: vsftpd Version: 2.1.1~pre1-1 Severity: serious From vsftpd-2.1.1~pre1-1/vsf_findlibs.sh:
# Look for libcap (capabilities) if locate_library /lib/libcap.so.1; then echo "/lib/libcap.so.1"; else locate_library /usr/lib/libcap.so && echo "-lcap"; locate_library /lib/libcap.so && echo "-lcap"; fi That's wrong, as it prevents rebuilding against a newer version of libcap unless the old version is purged from the system first. Please patch that script to just execute the "else" part, which will do the right thing in every Debian installation with the correct development packages installed. Thanks, -- - Are you sure we're good? - Always. -- Rory and Lorelai -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org