Package: qdbm Version: 1.8.31-1 Severity: important Tags: patch Hi,
qdbm version 1.8.31-1 doesn't build on GNU/kFreeBSD, because this platform does not (yet) have java support. The attached patch disable the build-dependency on *gcj* on kfreebsd-i386. Could you add it to the next upload? Thanks for your cooperation, 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 qdbm-1.8.31/debian/control qdbm-1.8.31/debian/control --- qdbm-1.8.31/debian/control +++ qdbm-1.8.31/debian/control @@ -1,7 +1,7 @@ Source: qdbm Priority: optional Maintainer: Fumitoshi UKAI <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), autotools-dev, zlib1g-dev, perl-modules, ruby1.8-dev, ruby1.8, ruby, gcj (>= 3:3.2.2-0) [!hppa !mips !mipsel !hurd-i386], libgcj-dev [!hppa !mips !mipsel !hurd-i386], fastjar [!hppa !mips !mipsel !hurd-i386], sablevm [!hppa !mips !mipsel !hurd-i386] +Build-Depends: debhelper (>= 4.0.0), autotools-dev, zlib1g-dev, perl-modules, ruby1.8-dev, ruby1.8, ruby, gcj (>= 3:3.2.2-0) [!hppa !mips !mipsel !hurd-i386 !kfreebsd-i386], libgcj-dev [!hppa !mips !mipsel !hurd-i386 !kfreebsd-i386], fastjar [!hppa !mips !mipsel !hurd-i386 !kfreebsd-i386], sablevm [!hppa !mips !mipsel !hurd-i386 !kfreebsd-i386] Standards-Version: 3.6.1 Section: libs

