Hi.
what can I test for to get your kFreeBSD variant? Do I need a new variable? If so, which?
I suggest to use DEB_HOST_ARCH_OS, it would cover both kfreebsd-amd64 and kfreebsd-i386. $ dpkg-architecture DEB_BUILD_ARCH=kfreebsd-amd64 DEB_BUILD_ARCH_BITS=64 DEB_BUILD_ARCH_CPU=amd64 DEB_BUILD_ARCH_ENDIAN=little DEB_BUILD_ARCH_OS=kfreebsd DEB_BUILD_GNU_CPU=x86_64 DEB_BUILD_GNU_SYSTEM=kfreebsd-gnu DEB_BUILD_GNU_TYPE=x86_64-kfreebsd-gnu DEB_BUILD_MULTIARCH=x86_64-kfreebsd-gnu DEB_HOST_ARCH=kfreebsd-amd64 DEB_HOST_ARCH_BITS=64 DEB_HOST_ARCH_CPU=amd64 DEB_HOST_ARCH_ENDIAN=little DEB_HOST_ARCH_OS=kfreebsd DEB_HOST_GNU_CPU=x86_64 DEB_HOST_GNU_SYSTEM=kfreebsd-gnu DEB_HOST_GNU_TYPE=x86_64-kfreebsd-gnu DEB_HOST_MULTIARCH=x86_64-kfreebsd-gnu Petr -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org