diff -Nru openjdk-8-8u252-b09/debian/changelog openjdk-8-8u252-b09/debian/changelog --- openjdk-8-8u252-b09/debian/changelog 2020-04-15 13:38:21.000000000 +0000 +++ openjdk-8-8u252-b09/debian/changelog 2020-04-16 08:47:49.000000000 +0000 @@ -1,3 +1,9 @@ +openjdk-8 (8u252-b09-1ubuntu1) focal; urgency=medium + + * Build without atk-wrapper on i386 in focal. + + -- Matthias Klose Thu, 16 Apr 2020 10:47:49 +0200 + openjdk-8 (8u252-b09-1) unstable; urgency=medium * Update to OpenJDK 8u252-b09 (GA). Updated aarch32 to 8u252-b08 (no diff -Nru openjdk-8-8u252-b09/debian/rules openjdk-8-8u252-b09/debian/rules --- openjdk-8-8u252-b09/debian/rules 2020-04-14 21:49:29.000000000 +0000 +++ openjdk-8-8u252-b09/debian/rules 2020-04-16 08:47:49.000000000 +0000 @@ -299,6 +299,13 @@ with_bridge = else with_bridge = atk + ifeq ($(derivative),Ubuntu) + ifeq ($(DEB_HOST_ARCH),i386) + ifeq (,$(filter $(distrel), precise trusty xenial bionic disco eoan)) + with_bridge = + endif + endif + endif endif with_nss = yes