Re: How to avoid multiple dependencies with shlibdeps

2003-12-09 Thread Oliver Kurth
On Tue, Dec 09, 2003 at 07:44:48PM +0100, Adam Byrtek / alpha wrote: > Hi, > > I maintain a program which needs to depend on certain version of some > library (the earlier ones are incompatibile, despite soname wasn't > changed), but I would also like to use shlib:Depends for other > libraries. >

Re: How to avoid multiple dependencies with shlibdeps

2003-12-09 Thread Matt Zimmerman
On Tue, Dec 09, 2003 at 07:44:48PM +0100, Adam Byrtek / alpha wrote: > I maintain a program which needs to depend on certain version of some > library (the earlier ones are incompatibile, despite soname wasn't > changed), but I would also like to use shlib:Depends for other > libraries. Shared li

How to avoid multiple dependencies with shlibdeps

2003-12-09 Thread Adam Byrtek / alpha
Hi, I maintain a program which needs to depend on certain version of some library (the earlier ones are incompatibile, despite soname wasn't changed), but I would also like to use shlib:Depends for other libraries. Now I use: Depends: libtlen1 (>= 20021117), ${shlibs:Depends} But it generates d