Patch for the FTBFS: --- worldwind-0.5.0/debian/rules +++ worldwind-0.5.0/debian/rules @@ -6,7 +6,8 @@ include /usr/share/cdbs/1/rules/patchsys-quilt.mk # This software doesn't compile (at the moment) with gcj -JAVA_HOME := /usr/lib/jvm/java-6-openjdk/ +BUILDARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) +JAVA_HOME = /usr/lib/jvm/java-6-openjdk-$(BUILDARCH)/ DEB_JARS := ant-nodeps jogl gluegen-rt DEB_ANT_BUILD_TARGET := build DEB_ANT_CLEAN_TARGET := clean.all
-Ralf. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org