The next release of Debian is codenamed wheezy — no release date has been set
Hello,
i found a error on the build file, its for libpcap package, he don't look in the good place, so i correct it on line 7643 :
-- if [ ! -e /lib/libcap.so ] && [ ! -e /lib64/libcap.so ] && [ ! -e /lib/x86_64-linux-gnu/libcap.so ]; then
++ if [ ! -e /lib/libcap.so ] && [ ! -e /lib64/libcap.so ] && [ ! -e /lib/x86_64-linux-gnu/libcap.so ] && [ ! -e /usr/lib/x86_64-linux-gnu/libpcap.so ]; then
And after everything ok.
I will let you know all feedbacks about debian 7 and patches i do.
Cardialy.