On Mon, Nov 14, 2005 at 04:48:24PM +0100, Christoph Martin wrote: > > Hmm. I think it is a side effect of trying to remove the circular > dependency of libssl0.9.8 on it self. I added the -L option to > dh_shlibdeps, but I missed the part in the manpage, which said, that > this is like an automaticaly generated shlibs.local file. > > Kurt, I observed, that you deleted the shlibs.local file. Does this and > the change to the call to dh_makeshlibs fix the problem?
I don't think that shlibs.local is used at all. dh_makeshlibs is what is being used, and that just defaulted to the library soname, so calling it with the -V parameter fixed it. I have no idea what would be using the shlibs.local file, but I don't think debhelper uses it for anything. The -L option to dh_shlibdeps made the double dependency in the openssl package, now that I placed dh_makeshlibs and dh_shlibdeps in the proper order. Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]