Package: libpisock-dev Version: 0.11.8-0.12.0-pre4-3 Severity: serious Hi,
Your package has a Depends on libpisync0. Which mean the version from unstable (0.11.8-17) should work. But it doesn't. libpisync.so (from 0.11.8-0.12.0-pre4-3) points to libpisync.so.0.0.2, but libpisync0 0.11.8-17 has a libpisync.so.0.0.1. It seems some new symbols got added to libpisync.so.0.0.2: convert_FromPilotChar and convert_ToPilotChar. This means you should change your shlibs to require the version that introduced them. See the -V option of dh_makeshlibs. You probably want something like: dh_makeshlibs -V "libpisync0 (>= 0.11.8-0.12.0-pre4-3)" If you then use dh_shlibdeps with the -L and -l options, it should properly add the required Depends for your other packages, and you can remove the one in your control file. Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]