[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Shishi 0.0.26
From: |
Simon Josefsson |
Subject: |
Re: Shishi 0.0.26 |
Date: |
Wed, 17 May 2006 12:30:24 +0200 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) |
Russ Allbery <address@hidden> writes:
> Simon Josefsson <address@hidden> writes:
>
>> I've also noticed that the libshishi-dev Depends is wrong:
>
>> Depends: libshishi0 (= 0.0.25-1)
>
>> It needs libidn11-dev and libgnutls-dev too, but I'm not sure how to
>> make that happen automatically.
>
> Well, it only needs these for static linkage; beyond that, it's a libtool
> bug that it attempts to link directly with shared library dependencies
> when doing a shared build.
Maybe it should be reported...
> pkg-config provides a mechanism to get this right.
pkg-config doesn't handle cross-compiles and seem a bit fragile.
>> Similar for libshisa-dev. I'm hard-coding these manually for now.
>
> You have to; there isn't any way to automatically detect dependencies for
> -dev packages (at least right now).
Ok.
>> Further Depends problems: I've also made libshishi0 depend on
>> a versioned shishi-common:
>
>> -Depends: ${shlibs:Depends}, shishi-common
>> +Depends: ${shlibs:Depends}, shishi-common (= ${Source-Version})
>
>> This is because libshishi0 needs the proper locale files from
>> shishi-common, mixing versions there is probably not a good idea.
>
> Well, you probably only need shishi-common from the same upstream release,
> but yeah, that won't hurt anything and is the simple way of doing it.
Yup.
Ok, I think we are pretty close to 0.0.26-1 now. Thanks for your
help!
/Simon
- Re: Shishi 0.0.26, (continued)
- Re: Shishi 0.0.26, Russ Allbery, 2006/05/20
- Re: Shishi 0.0.26, Simon Josefsson, 2006/05/21
- Re: Shishi 0.0.26, Simon Josefsson, 2006/05/21
- Re: Shishi 0.0.26, Russ Allbery, 2006/05/22
- Re: Shishi 0.0.26, Simon Josefsson, 2006/05/22
- Re: Shishi 0.0.26, Russ Allbery, 2006/05/16
- Re: Shishi 0.0.26,
Simon Josefsson <=
- Re: Shishi 0.0.26, Elrond, 2006/05/17
- Re: Shishi 0.0.26, Simon Josefsson, 2006/05/17
- Re: Shishi 0.0.26, Russ Allbery, 2006/05/17
Re: Shishi 0.0.26, Elrond, 2006/05/15