2013/11/20 jay binks jaybinks@gmail.com:
I GOT IT !!!!!!!
thanks to http://stackoverflow.com/questions/11238134/dpkg-shlibdeps-error-no-dependen...
I edited the script /usr/bin/dpkg-shlibdeps, changing this :
my $ignore_missing_info = 0;
to
my $ignore_missing_info = 1;
Can you try again without this change? I've updated the squeeze/wheeze rules to add ignore_missing_info to dh_shlibdeps command.
Cheers, Victor