Package: gettext Version: 0.17-8 Severity: important Tags: patch Hi,
since gettext 0.17-7 kfreebsd-amd64, kfreebsd-i386 and hurd-i386 cannot compile gettext anymore because it build-depends on openjdk (not available on those archs). Given gettext compiles fine with it (ie on hppa), the proposed patch adds the three archs above to the NOJAVA_ARCHS, disabling the openjdk-6-jdk b-d for them. Thanks, -- Pino
--- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Santiago Vila <sanv...@debian.org> Standards-Version: 3.8.3 -Build-Depends: libexpat1-dev, fastjar, openjdk-6-jdk [!hppa], file, libncurses5-dev, libxml2-dev, libglib2.0-dev, libcroco3-dev +Build-Depends: libexpat1-dev, fastjar, openjdk-6-jdk [!kfreebsd-amd64 !kfreebsd-i386 !hppa !hurd-i386], file, libncurses5-dev, libxml2-dev, libglib2.0-dev, libcroco3-dev Package: gettext-base Section: utils --- a/debian/rules +++ b/debian/rules @@ -31,7 +31,7 @@ # CSHARP = --enable-csharp=mono # endif -NOJAVA_ARCHS = %hppa% +NOJAVA_ARCHS = %kfreebsd-amd64%kfreebsd-i386%hppa%hurd-i386% build: cd debian && $(CC) glibc-test.c