Jelmer Vernooij <[email protected]> (05/01/2009): > Thanks for providing a patch.
No problem.
> shared-build is intended to be used by other libraries/applications
> that embed tdb (and use it through LD_LIBRARY_PATH), not really for
> use by packagers, or for anything that's installed.
OK.
> I'll see about creating those symlinks some other way that doesn't
> require updating the command in debian/rules each time the version
> changes...
You could rely on the fact that there shouldn't be anything else than
the shared object matching libtds.so.1.*, and use that instead of
libtds.so.1.{2,3,…}. The '1' still stays hardcoded, but when the SONAME
gets bumped, you'll have to change the package name anyway. Would be:
| ln -s libtdb.so.1.* $(DESTDIR)/usr/lib/libtdb.so.1
Mraw,
KiBi.
signature.asc
Description: Digital signature

