Package: tevent Version: 0.9.14-1 Severity: important Tags: patch tevent fails to build on kfreebsd-amd64 due to unconditional build dependency on Linux-specific libaio-dev.
See attached patch to fix the problem. -- System Information: Debian Release: 6.0.3 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: kfreebsd-amd64 (x86_64) Kernel: kFreeBSD 8.1-1-amd64 Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/control' --- debian/control 2011-12-04 14:52:21 +0000 +++ debian/control 2011-12-04 14:52:50 +0000 @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Jelmer Vernooij <[email protected]> Build-Depends: debhelper (>= 8.1.3), - libaio-dev, + libaio-dev [linux-any], libtalloc-dev (>= 2.0.6~), pkg-config, python,

