diff -Nru testng7-7.5~us1/debian/changelog testng7-7.5~us1/debian/changelog --- testng7-7.5~us1/debian/changelog 2023-03-22 03:42:42.000000000 +0000 +++ testng7-7.5~us1/debian/changelog 2023-05-05 09:27:21.000000000 +0000 @@ -1,3 +1,9 @@ +testng7 (7.5~us1-0ubuntu1~18.04) bionic-security; urgency=medium + + * Backport OpenJDK jtreg dependency + + -- Vladimir Petko Fri, 05 May 2023 11:27:21 +0200 + testng7 (7.5~us1-0ubuntu1) lunar; urgency=medium * New upstream release 7.5, packaged as a separate source and binary, diff -Nru testng7-7.5~us1/debian/compat testng7-7.5~us1/debian/compat --- testng7-7.5~us1/debian/compat 1970-01-01 00:00:00.000000000 +0000 +++ testng7-7.5~us1/debian/compat 2023-05-05 07:27:22.000000000 +0000 @@ -0,0 +1 @@ +11 diff -Nru testng7-7.5~us1/debian/control testng7-7.5~us1/debian/control --- testng7-7.5~us1/debian/control 2023-03-22 03:42:42.000000000 +0000 +++ testng7-7.5~us1/debian/control 2023-05-05 09:05:50.000000000 +0000 @@ -6,7 +6,7 @@ Uploaders: Eugene Zhukov , Vladimir Petko Build-Depends: ant, - debhelper-compat (=13), + debhelper (>=11), default-jdk, junit4, libbsh-java, @@ -17,7 +17,8 @@ libyaml-snake-java, maven-repo-helper, gradle-debian-helper, - libassertj-core-java + libassertj-core-java, + libfindbugs-java, Rules-Requires-Root: no Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/java-team/testng.git diff -Nru testng7-7.5~us1/debian/patches/build-with-gradle.patch testng7-7.5~us1/debian/patches/build-with-gradle.patch --- testng7-7.5~us1/debian/patches/build-with-gradle.patch 2023-03-22 03:42:42.000000000 +0000 +++ testng7-7.5~us1/debian/patches/build-with-gradle.patch 2023-05-05 09:08:12.000000000 +0000 @@ -4,7 +4,7 @@ --- /dev/null +++ b/build.gradle -@@ -0,0 +1,117 @@ +@@ -0,0 +1,118 @@ +plugins { + id 'java-library' + id 'maven-publish' @@ -29,6 +29,7 @@ + compile 'junit:junit:4.13.2' + compile 'org.yaml:snakeyaml:1.33' + compile 'org.assertj:assertj-core:2.3.0' ++ compile 'com.google.code.findbugs:jsr305:debian' +} + +group = 'org.testng'