From: Russ Allbery
Date: Thu, 1 Jul 2010 19:51:39 +0000 (-0700)
Subject: Document the alternate SONAME format used by libtool -release
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fca4e1088aa8ed85ef631b084cd8e967288d7bc2;p=debian%2Fdebian-policy.git
Document the alternate SONAME format used by libtool -release
Document the SONAME format where the version number comes before
the .so and after a hyphen and provide another example.
---
diff --git a/policy.sgml b/policy.sgml
index 9a72be5..f0e3f8d 100644
--- a/policy.sgml
+++ b/policy.sgml
@@ -5654,7 +5654,11 @@ objdump -p /usr/lib/libz.so.1.1.3 | grep SONAME
The version part is the part which comes after
- .so., so in our case, it is 1.
+ .so., so in our case, it is 1. The soname may
+ instead be of the form
+ name-major-version.so, such
+ as libdb-4.8.so, in which case the name would
+ be libdb and the version would be 4.8.