On Mon, May 05, 2003 at 05:13:54PM +0200, Jaime Robles wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello. > > I am having some problems when packaging an application (KDE app): > ============================== > E: klog: symlink-should-be-relative usr/share/doc/kde/HTML/en/klog/common > /usr/share/doc/kde/HTML/en/common > E: klog: package-has-a-duplicate-relation xlibs (>> 4.1.0), xlibs (>> 4.2.0) > ==============================
That first error appears to be legitimate. You probably need to make sure that dh_link is being called in the rules script and that you are using a new enough version of debhelper. If I remember correctly that support was added sometime after the 4.0 release. The last time I ran lintian on my packages it didn't show anything about the symlink's being wrong. dh_link manpage "dh_link also scans the package build tree for existing symlinks which do not conform to debian policy, and corrects them (v4 only)." Chris