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

Problems with libraries and soname and python



Hello everyone,
	i'm just packaging a new library and i having problems with the
sonames. Let's call my package libsome. I have (more or less)

libsome1:
	/usr/lib/libsome.so.1.1.1
	/usr/lib/libsome.so.1 -> /usr/lib/libsome.so.1.1.1
libsome1-dev:
	/usr/lib/libsome/libsome_files.so
	/usr/lib/libsome/libsome_shadow.so
	/usr/lib/libsome.so -> /usr/lib/libsome.so.1.1.
	*.la
	*.h

But when running lintian i get:
	W: libsome1-dev: package-name-doesnt-match-sonames libsome_shadow.so
libsome_files.so

	How should i resolv this?

	Apart of this, i also hve python bindings:
python2.3-libsome:
	/usr/lib/python2.3/site-packages/libsomemodule.la
	/usr/lib/python2.3/site-packages/libsome.so

And i have this on lintian:

W: python2.3-libsome: package-name-doesnt-match-sonames libsomemodule.so

	All this only appears with the last version of lintian. Thx in
advanced.

	Ghe Rivero



Reply to: