On 4 May 2014 at 20:28, Aurelien Jarno wrote: | tag 599994 + patch | thanks | | Please find below a patch to fix the issue.
Nice catch, thanks. As R itself configure for Java on mips + mipsel, we should indeed enable this. Uploaded. Dirk | diff -u rjava-0.9-6/debian/control rjava-0.9-6/debian/control | --- rjava-0.9-6/debian/control | +++ rjava-0.9-6/debian/control | @@ -2,7 +2,7 @@ | Section: gnu-r | Priority: optional | Maintainer: Dirk Eddelbuettel <[email protected]> | -Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.1.0), cdbs, automake, default-jdk [!arm !hppa !kfreebsd-i386 !kfreebsd-amd64 !hurd-i386 !mips !mipsel] | +Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.1.0), cdbs, automake, default-jdk [!arm !hppa !kfreebsd-i386 !kfreebsd-amd64 !hurd-i386] | Standards-Version: 3.9.5 | Homepage: http://www.rforge.net/rJava | | -- | Aurelien Jarno GPG: 4096R/1DDD8C9B | [email protected] http://www.aurel32.net -- Dirk Eddelbuettel | [email protected] | http://dirk.eddelbuettel.com -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

