Re: Problems with libraries and soname and python

2005-08-06 Thread Steve Langasek
On Sat, Aug 06, 2005 at 08:52:24PM +0200, Mattia Dongili wrote: > On Sat, Aug 06, 2005 at 09:34:37AM -0700, Steve Langasek wrote: > > On Sat, Aug 06, 2005 at 02:28:32PM +0200, Mattia Dongili wrote: > > > On Sat, Aug 06, 2005 at 01:01:12PM +0200, Ghe Rivero wrote: > > > [...] > > > > Apart o

Re: Problems with libraries and soname and python

2005-08-06 Thread Mattia Dongili
On Sat, Aug 06, 2005 at 09:34:37AM -0700, Steve Langasek wrote: > On Sat, Aug 06, 2005 at 02:28:32PM +0200, Mattia Dongili wrote: > > On Sat, Aug 06, 2005 at 01:01:12PM +0200, Ghe Rivero wrote: > > [...] > > > Apart of this, i also hve python bindings: > > > python2.3-libsome: > > > /usr/lib/py

Re: Problems with libraries and soname and python

2005-08-06 Thread Steve Langasek
On Sat, Aug 06, 2005 at 02:28:32PM +0200, Mattia Dongili wrote: > On Sat, Aug 06, 2005 at 01:01:12PM +0200, Ghe Rivero wrote: > [...] > > Apart of this, i also hve python bindings: > > python2.3-libsome: > > /usr/lib/python2.3/site-packages/libsomemodule.la > > /usr/lib/python2.3/site-p

Re: Problems with libraries and soname and python

2005-08-06 Thread Mattia Dongili
On Sat, Aug 06, 2005 at 01:01:12PM +0200, Ghe Rivero wrote: [...] > 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-

Problems with libraries and soname and python

2005-08-06 Thread Ghe Rivero
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/libsom