Source: java-common Version: 0.67 Severity: normal Tags: patch User: debian-68k@lists.debian.org Usertags: m68k
Hi! I have successfully bootstrapped openjdk-10 for m68k now [1], we can therefore now make openjdk-10 the default JDK on m68k. Please apply the attached patch to make the necessary modfications to the java-common package. Adrian > [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904495 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
--- debian/java_defaults.mk.orig 2018-06-06 13:54:21.000000000 +0200 +++ debian/java_defaults.mk 2018-07-25 13:30:40.008744803 +0200 @@ -6,11 +6,11 @@ java11_architectures = $(java12_architectures) java10_architectures = $(java11_architectures) \ alpha amd64 arm64 armel armhf i386 \ - ia64 mips mipsel mips64el \ + ia64 m68k mips mipsel mips64el \ powerpc ppc64 ppc64el \ riscv64 s390x sparc64 sh4 x32 java9_architectures = $(java10_architectures) \ - m68k powerpcspe + powerpcspe java8_architectures = $(java9_architectures) \ kfreebsd-amd64 kfreebsd-i386 java7_architectures = $(java8_architectures)