Package: link-grammar Version: 5.3.16-1 Severity: important Tags: patch User: [email protected] Usertags: origin-ubuntu artful ubuntu-patch
Hello, As seen at <https://ci.debian.net/packages/l/link-grammar/unstable/amd64/>, the autopkgtest for link-grammar fails now in 5.3.16-1 because of an undeclared test dependency on jni.h (default-jdk). The attached patch has been applied in Ubuntu to fix this; please consider applying in Ubuntu as well. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer http://www.debian.org/ [email protected] [email protected]
diff -Nru link-grammar-5.3.16/debian/tests/control link-grammar-5.3.16/debian/tests/control --- link-grammar-5.3.16/debian/tests/control 2017-06-19 09:42:30.000000000 -0700 +++ link-grammar-5.3.16/debian/tests/control 2017-06-25 01:43:33.000000000 -0700 @@ -1,3 +1,4 @@ Tests: unit-tests -Depends: @, build-essential, hunspell-en-us, locales-all +Depends: @, build-essential, hunspell-en-us, locales-all, + default-jdk [!hppa !hurd-i386 !m68k !sh4], Restrictions: build-needed

