> i am not totally wrong ;-) on my amd64 box there ist no libqtwebkit4 depends.
>
> http://packages.debian.org/sid/psi-plus-webkit shows
>
> "dep: libqtwebkit4 [nicht amd64]
> Web content engine library for Qt"
>
> the control file of the psi-plus-webkit_0.15~svn3910-1_amd64.deb shows
>
> Depends: psi-plus-common (= 0.15~svn3910-1), libaspell15 (>= 0.60), libc6 (>=
> 2.2.5), libgcc1 (>= 1:4.1.1), libqca2, libqt4-dbus (>= 4:4.5.3), libqt4-
> network (>= 4:4.5.3), libqt4-qt3support (>= 4:4.5.3), libqt4-svg (>= 4:4.5.3),
> libqt4-xml (>= 4:4.5.3), libqtcore4 (>= 4:4.7.0~beta1), libqtgui4 (>=
> 4:4.6.1), libstdc++6 (>= 4.1.1), libx11-6, libxext6, libxss1, zlib1g (>=
> 1:1.1.4)
>
> on my i386 box it works correctly with libqtwebkit4 depends.
Hmm, I really missed it out of sight.
But this is not my fault. This package must be added automatically by
dh_shlibdeps program (see man dh_shlibdeps).
There is special variable ${shlibs:Depends} in debian/control file:
https://github.com/tehnick/deb_packages/blob/master/Debian/psi-plus/debian/control#L47
Please show your output in console for such command:
$ ldd /usr/bin/psi-plus-webkit | grep Kit
It must contain libQtWebKit.so.4
And as I see this library is present at libqtwebkit4 for amd64:
http://packages.debian.org/sid/amd64/libqtwebkit4/filelist
As I see there is no logs for amd64 here:
https://buildd.debian.org/status/package.php?p=psi-plus
So maybe something wrong in package building process on my sponsor's PC.
I'll write him about this bug.
Regards,
Boris