On Wed, Jan 02, 2002 at 04:00:21PM -0600, Kevin Corry wrote: > On Wednesday 02 January 2002 14:35, Matt Zimmerman wrote: > > It would sacrifice a little bit of bloat (libdlist.so on my i386 system is > > about 10k) for not having to worry about shared library management for this > > library. If you want to just keep the versioning in sync with the other > > library, that should work, too, or you can have a completely separate > > versioning scheme (in which case libdlist will need to go in a separate > > binary package). > > Hmm...libdlist.so is almost 50k on my system. And I don't think I have any > debugging turned on.
That would be because my libdlist.so comes from my Debian packages, which run strip --strip-unneeded on shared objects. > In the documentation that we have, I have tried to move towards using the > EVMS terminology, so I would suggest the same for the man pages. OK. -- - mdz