[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Lib packaging question



>>>>> "shaleh" == shaleh  <shaleh@clifford.livenet.net> writes:

    shaleh> When creating lib packages, which package should link
    shaleh> libfoo.so.?.? to libfoo.so??  Should the -dev or the lib
    shaleh> itself??

 The lib itself.

 libfoo.so.1.2.3
 libfoo.so -> libfoo.so.1.2.3
 libfoo.so.1 -> libfoo.so.1.2.3

 postinst:
  ldconfig

 postrm:
  ldconfig

  You can gather a lot of info from the files in "/var/lib/dpkg/info".
It's nice to have it all out in the open in a directory of files like
that.  No special tools (other than dired or `mc'), are required to
see what other packages do and where they put files.  I like to use
`dired' and `igrep', in XEmacs.  It's easy to answer a question by
searching.  :-)


--
To UNSUBSCRIBE, email to debian-mentors-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: