Package: xpat2 Version: 1.07-9 Severity: important Tags: patch Hi,
The version 1.07-9 of xpat2 fails not build on GNU/Hurd and GNU/kFreeBSD due to the fact it build-depends on libselinux1-dev, which is not available on these systems. Please find attached a patch to correct that. BTW, does xpat2 really support selinux? It doesn't seems so as grepping for selinux in the sources doesn't return anything. Thanks, Aurelien -- System Information: Debian Release: testing/unstable Architecture: kfreebsd-i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: GNU/kFreeBSD 5.3-17 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
diff -u xpat2-1.07/debian/control xpat2-1.07/debian/control --- xpat2-1.07/debian/control +++ xpat2-1.07/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Luk Claes <[EMAIL PROTECTED]> Standards-Version: 3.6.2 -Build-Depends: debhelper (>= 4.1), libx11-dev | xlibs-dev, x-dev | xlibs-dev, libxt-dev | xlibs-dev, libxpm-dev | xlibs-dev, libxmu-dev | xlibs-dev, xutils, libxaw7-dev, libxp-dev | xlibs-dev, libselinux1-dev | libselinux-dev +Build-Depends: debhelper (>= 4.1), libx11-dev | xlibs-dev, x-dev | xlibs-dev, libxt-dev | xlibs-dev, libxpm-dev | xlibs-dev, libxmu-dev | xlibs-dev, xutils, libxaw7-dev, libxp-dev | xlibs-dev, libselinux1-dev [!kfreebsd-i386 !hurd-i386] | libselinux-dev [!kfreebsd-i386 !hurd-i386] Package: xpat2 Architecture: any

