This is an automated email from the git hooks/post-receive script. doko pushed a commit to branch master in repository openjfx.
commit f359e4d328be29722b4c108d159dd78f12c75ea9 Author: Matthias Klose <[email protected]> Date: Thu Oct 8 10:20:46 2015 +0200 - enable verbose build for mips / mipsel --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index b39e51d..807f00a 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) # gradle runs a long time without output -ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf mips mipsel)) +ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf arm64 mips mipsel)) gradle_debug = --debug endif -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjfx.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

