Sam Hartman <[email protected]> writes: > Actually, I suspect that the shared library build command is coming from > src/config/lib.in and is being substutited into the Makefile. I don't > see anything specific to shared library builds .
> I'm honestly not sure that what upstream is doing is *wrong*. It's > *strange* and I can probably change it for 1.8, but I'm having a hard > time explaining why it is a bug. I don't think it's strictly wrong, just that it confuses the assumptions in dh_makeshlibs. Normally plugins don't have an SONAME or have an SONAME containing just the file name, since versions aren't really useful for a plugin, but putting a version in the SONAME doesn't strictly hurt anything. -- Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

