Aaron Van Couwenberghe <[EMAIL PROTECTED]> writes: > in debian/rules, what is the preferred method of installing a > libfoo.so.x.y (with syms libfoo.so.x and libfoo.so) to debian/tmp?
Look at another shared library package (e.g. bash source).
> Are the symlinks to be moved?
I wouldn't; just create them in place, e.g.
ln -s libgpm.so.1.$(SOMINOR) debian/tmp-libg/usr/lib/libgpm.so.1
> Are they to be absolute?
Nee.
> Or dows ldconfig provide the links?
Nee.
--
James

