> 1) Ok, as you ship a uno package you can't use dpkg-shlibdeps, right.
>    (Can't you hack around to run dpkg-shlibdeps on the pkgs contents?).

Good idea. Had to do this in debian/rules, however, and it doesn't look too 
neat:

rm -f debian/shlibs.local
for PKG in "openoffice.org-common" "openoffice.org-core"; do
  dpkg -L $$PKG | grep "^.*\.so\.[0-9]*$$" | \
     sed -r "s/.*\/(lib.*)\.so\.([0-9]+)/\1 \2 $$PKG (>= 2.0.2)/" >>
     debian/shlibs.local;
done

If there is some reason why the OOo packages can't announce the libs through 
shlibs, could they perhaps provide the lists separately so that I could do 
something like...

  cat /usr/lib/openoffice/debian_shlibs/* > debian/shlibs.local

...instead of the scanning them in 'rules' (or adding manually)?

- Jarno


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to