From: Ciro S. <mo...@ol...> - 2006-06-06 12:22:31
|
LittleLion ha scritto: > Ciro Scognamiglio wrote: >> Also, libopenobex breaks compatibility with packages from the main >> repository that needs it. >> In dapper the package is libopenobex-1.0-1 while yours is libopenobex1, >> this breaks kdebluetooth f.i. :( > > What is problem there? You can be installed same time libopenobex-1.0-0 > and libopenobex1. Then kdebluetooth use libopenobex-1.0-0 and libsyncml > libopenobex1 so I think there isn't problem. > in fact installing libopenobex1 first and then libopenobex-1.0-1 from the main dapper repository works, here is the packages contents: moray@joey:~$ dpkg -L libopenobex-1.0-0 /. /usr /usr/share /usr/share/doc /usr/share/doc/libopenobex-1.0-0 /usr/share/doc/libopenobex-1.0-0/changelog.gz /usr/share/doc/libopenobex-1.0-0/copyright /usr/share/doc/libopenobex-1.0-0/changelog.Debian.gz /usr/lib /usr/lib/libopenobex-1.0.so.0.0.0 /usr/lib/libopenobex-1.0.so.0 moray@joey:~$ dpkg -L libopenobex1 /. /usr /usr/share /usr/share/doc /usr/share/doc/libopenobex1 /usr/share/doc/libopenobex1/changelog.gz /usr/share/doc/libopenobex1/copyright /usr/share/doc/libopenobex1/changelog.Debian.gz /usr/lib /usr/lib/libopenobex.so.1.2.0 /usr/lib/libopenobex.so.1 maybe the latter uses a naming scheme from debian? anyway, this solves the problem, even though I would have preferred having only one package of the same lib (it is the same lib, isn't it?) > You can be installed same time only libopenobex-1.0-0-dev or > libopenobex1-dev. No both same time but you need dev packages only if > you want build packages what need libopenobex. > well, usually I need to have installed only the latest version of a lib... C. |