diff -u openjdk-6-6b32-1.13.4/debian/rules openjdk-6-6b32-1.13.4/debian/rules --- openjdk-6-6b32-1.13.4/debian/rules +++ openjdk-6-6b32-1.13.4/debian/rules @@ -94,7 +94,7 @@ #export HOTSPOT_BUILD_JOBS = 1 #export ALT_PARALLEL_COMPILE_JOBS = 1 -with_check = $(if $(findstring nocheck, $(DEB_BUILD_OPTIONS)),,yes) +with_check = disabled for raspbian wheezy due to build hang with_docs = $(if $(findstring nodocs, $(DEB_BUILD_OPTIONS)),,yes) ifneq (,$(findstring cacao shark, $(PKGSOURCE))) with_docs = disabled for cacao and shark diff -u openjdk-6-6b32-1.13.4/debian/changelog openjdk-6-6b32-1.13.4/debian/changelog --- openjdk-6-6b32-1.13.4/debian/changelog +++ openjdk-6-6b32-1.13.4/debian/changelog @@ -1,3 +1,10 @@ +openjdk-6 (6b32-1.13.4-1~deb7u1+rpi1) wheezy-staging; urgency=low + + * Alter arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S for armv6 + * Disable testsuite + + -- Peter Michael Green Tue, 29 Jul 2014 03:33:54 +0000 + openjdk-6 (6b32-1.13.4-1~deb7u1) wheezy-security; urgency=low * Rebuld for wheezy only in patch2: unchanged: --- openjdk-6-6b32-1.13.4.orig/debian/openjdk-6-jre-zero/usr/share/lintian/overrides/openjdk-6-jre-zero +++ openjdk-6-6b32-1.13.4/debian/openjdk-6-jre-zero/usr/share/lintian/overrides/openjdk-6-jre-zero @@ -0,0 +1,6 @@ +# the doc directory and the symlink are in openjdk-6-jre-headless +openjdk-6-jre-zero binary: no-copyright-file +openjdk-6-jre-zero binary: usr-share-doc-symlink-without-dependency + +# Strip libjvm.so with --strip-debug instead of --strip-unneeded. LP: #574997. +openjdk-6-jre-zero binary: unstripped-binary-or-object only in patch2: unchanged: --- openjdk-6-6b32-1.13.4.orig/arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S +++ openjdk-6-6b32-1.13.4/arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S @@ -583,13 +583,13 @@ .arch armv4 #else - .arch armv7-a + .arch armv6 #endif #ifdef HW_FP #ifdef __ARM_PCS_VFP - .fpu vfpv3-d16 + .fpu vfpv2 .eabi_attribute Tag_ABI_HardFP_use, 3 .eabi_attribute Tag_ABI_VFP_args, 1 #else // __ARM_PCS_VFP @@ -5046,7 +5046,7 @@ SUB_DISPATCH_TABLES - .arch armv7-a + .arch armv6 ALIGN_CODE .global Thumb2_stubs