[Glibc-bsd-devel] packages not available with apt-get

Santiago Vila sanvila@unex.es
Fri, 31 Oct 2003 14:43:03 +0100 (CET)


On Fri, 31 Oct 2003, H=E9ctor Garc=EDa =C1lvarez wrote:

> To fix the problems on packages too linux centric edit the
> debian/control archive and change the build depend from libc6 to
> libc6-dev | libc1-dev to allow the use of either one.

However, please note that this should only be required for versioned
build-dependencies, like "Build-Depends: libc6 (>=3D 2.2)".

If the build-dependency is not versioned, nothing is required, since
libc6-dev, libc1-dev, etc. are build-essential.

> And in case there is a depend on libc6 you should change it to libc6 |
> libc1

And in this case dpkg-shlibdeps (or its debhelper frontend) should
already take care of that.