Package: drift Severity: important Tags: patch Hi,
drift fails to build on GNU/kFreeBSD because nhc98 nor ghc6 are defined in the build-dependency for this platform (kfreebsd-i386), though those packages are now available. Please find attached a patch to fix that. Could you please apply it in the next upload? Thanks in advance, Aurelien -- System Information: Debian Release: testing/unstable Architecture: kfreebsd-i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: GNU/kFreeBSD 5.4-1-686 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Author: aurel32 Status: in BTS diff -u drift-2.1.2/debian/control drift-2.1.2/debian/control --- drift-2.1.2/debian/control +++ drift-2.1.2/debian/control @@ -2,7 +2,7 @@ Section: devel Priority: optional Maintainer: Arjan Oosting <[EMAIL PROTECTED]> -Build-Depends: cdbs (>= 0.4.23-1.1), build-essential, autotools-dev, debhelper (>= 4.1.0), ghc6 [alpha amd64 hppa i386 ia64 m68k powerpc s390 sparc] | nhc98 [arm hppa i386 mips mipsel powerpc s390], tetex-bin, texinfo, texi2html +Build-Depends: cdbs (>= 0.4.23-1.1), build-essential, autotools-dev, debhelper (>= 4.1.0), ghc6 [alpha amd64 hppa i386 kfreebsd-i386 ia64 m68k powerpc s390 sparc] | nhc98 [arm hppa i386 kfreebsd-i386 mips mipsel powerpc s390], tetex-bin, texinfo, texi2html Standards-Version: 3.6.2 Package: drift

