diff -Nru lombok-1.16.22/debian/changelog lombok-1.16.22/debian/changelog --- lombok-1.16.22/debian/changelog 2019-01-22 15:46:16.000000000 +0000 +++ lombok-1.16.22/debian/changelog 2019-02-05 21:30:12.000000000 +0000 @@ -1,3 +1,10 @@ +lombok (1.16.22-7) unstable; urgency=medium + + * Team upload. + * Removed the build dependency on OpenJDK 8 (Closes: #920714) + + -- Emmanuel Bourg Tue, 05 Feb 2019 22:30:12 +0100 + lombok (1.16.22-6) unstable; urgency=medium * Team upload. diff -Nru lombok-1.16.22/debian/control lombok-1.16.22/debian/control --- lombok-1.16.22/debian/control 2019-01-22 15:46:07.000000000 +0000 +++ lombok-1.16.22/debian/control 2019-02-05 20:47:20.000000000 +0000 @@ -11,17 +11,17 @@ cmdreader, debhelper (>= 11), default-jdk, - ivyplusplus (>= 1.26), + ivyplusplus (>= 1.28-3~), javahelper, libasm-java, libeclipse-jdt-core-manipulation-java, libeclipse-jdt-ui-java, + libeclipse-jface-text-java, libjna-java, liblombok-patcher-java, libosgi-core-java, libspi-java, - maven-repo-helper, - openjdk-8-jdk + maven-repo-helper Standards-Version: 4.3.0 Vcs-Git: https://salsa.debian.org/java-team/lombok.git Vcs-Browser: https://salsa.debian.org/java-team/lombok diff -Nru lombok-1.16.22/debian/patches/build.patch lombok-1.16.22/debian/patches/build.patch --- lombok-1.16.22/debian/patches/build.patch 2019-01-22 15:42:37.000000000 +0000 +++ lombok-1.16.22/debian/patches/build.patch 2019-02-05 15:04:27.000000000 +0000 @@ -3,22 +3,24 @@ Subject: build --- a/build.xml +++ b/build.xml -@@ -37,6 +37,14 @@ +@@ -37,6 +37,16 @@ + ++ + + + + + ++ + + -@@ -87,14 +95,14 @@ +@@ -87,14 +97,14 @@ A new version of ivyplusplus was required and has been downloaded. Rerun the script to continue. @@ -35,7 +37,7 @@ -@@ -117,8 +125,6 @@ +@@ -117,8 +127,6 @@ @@ -44,7 +46,7 @@ -@@ -155,7 +161,7 @@ +@@ -155,7 +163,7 @@ Lombok version: ${lombok.version} (${lombok.fullversion}) @@ -53,7 +55,7 @@ -@@ -176,7 +182,7 @@ +@@ -176,7 +184,7 @@ To compile lombok, you need JDK9 or higher; lombok requires this version because it's rather difficult to produce lombok builds that are compatible on JDK9 without at least building with JDK9. Sorry about that. @@ -62,7 +64,7 @@ + + +- +- ++ + + + +- +- ++ + + + + + + +- +- +- ++ ++ + + + + + +- +- ++ ++ + + + +@@ -239,21 +235,18 @@ + + + +- +- +- ++ ++ + + + +- +- +- ++ ++ + + + +- +- +- ++ ++ + + + +@@ -270,17 +263,16 @@ + + + +- +- +- ++ ++ + + + + + + +- +- ++ ++ + + + +@@ -550,8 +542,7 @@ + + + +- +- ++ + + + diff -Nru lombok-1.16.22/debian/patches/series lombok-1.16.22/debian/patches/series --- lombok-1.16.22/debian/patches/series 2018-11-22 21:42:48.000000000 +0000 +++ lombok-1.16.22/debian/patches/series 2019-02-05 14:50:00.000000000 +0000 @@ -3,3 +3,4 @@ disable-java6-and-java7-support.patch remove-j9stub.patch java11-log-error.patch +build-with-java11-only.patch diff -Nru lombok-1.16.22/debian/rules lombok-1.16.22/debian/rules --- lombok-1.16.22/debian/rules 2018-09-19 23:07:34.000000000 +0000 +++ lombok-1.16.22/debian/rules 2019-02-05 15:27:46.000000000 +0000 @@ -8,8 +8,8 @@ override_dh_auto_build: ant -Dbasedir=$(CURDIR) \ -Dlombok.version=1.16.22 \ - -Drt-openjdk6=/usr/lib/jvm/java-8-openjdk-${DEB_BUILD_ARCH}/jre/lib/rt.jar \ - -Drt-openjdk8=/usr/lib/jvm/java-8-openjdk-${DEB_BUILD_ARCH}/jre/lib/rt.jar \ + -Drt-openjdk6.available=true \ + -Drt-openjdk8.available=true \ dist dist-utils override_jh_linkjars: