On Sun, Mar 21, 2010 at 02:53:07PM +0100, Jakub Wilk wrote: > * Aurelien Jarno <aure...@debian.org>, 2009-07-30, 13:27: >> - @[ ${DEB_HOST_ARCH_CPU} = 'amd64' ] && echo >> >> debian/lsb-core.substvars "depends=libc6-i386, lib32z1" || true >> + @[ ${DEB_HOST_ARCH} = 'amd64' ] && echo >> debian/lsb-core.substvars >> "depends=libc6-i386, lib32z1" || true > > Shouldn't we also add this line > > @[ ${DEB_HOST_ARCH} = 'kfreebsd-amd64' ] && echo >> debian/lsb-core.substvars > "depends=libc0.1-i386, lib32z1" || true >
It might be a good idea to add it, though not mandatory, as LSB doesn't say that 32 bit libraries should be available on 64-bit GNU/kFreeBSD systems (actually it doesn't talk about GNU/kFreeBSD systems). -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org