Emmanuel Bourg pushed to branch master at Debian Java Maintainers / junit4
Commits: 46d9ebda by Emmanuel Bourg at 2022-10-05T11:50:16+02:00 Replace hamcrest-core with hamcrest in the pom dependencies - - - - - 3 changed files: - debian/changelog - debian/control - debian/maven.rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +junit4 (4.13.2-3) unstable; urgency=medium + + * Replace hamcrest-core with hamcrest in the pom dependencies + + -- Emmanuel Bourg <[email protected]> Wed, 05 Oct 2022 11:47:38 +0200 + junit4 (4.13.2-2) unstable; urgency=medium * Fixed the build failure with Hamcrest 2.x ===================================== debian/control ===================================== @@ -13,7 +13,7 @@ Build-Depends: default-jdk, default-jdk-doc, javahelper, - libhamcrest-java (>= 1.3), + libhamcrest-java (>= 2.2), libmaven-javadoc-plugin-java, maven-debian-helper (>= 2.2) Standards-Version: 4.6.1 @@ -24,7 +24,7 @@ Homepage: http://www.junit.org Package: junit4 Architecture: all Depends: default-jre-headless | java5-runtime-headless, - libhamcrest-java, + libhamcrest-java (>= 2.2), ${misc:Depends} Description: JUnit regression test framework for Java JUnit is a simple framework to write repeatable tests. It is an ===================================== debian/maven.rules ===================================== @@ -1 +1,2 @@ junit junit jar s/4\..*/4.x/ +org.hamcrest s/hamcrest-core/hamcrest/ * s/.*/debian/ * * View it on GitLab: https://salsa.debian.org/java-team/junit4/-/commit/46d9ebda7bfc823026d280eae8e14f4d4dfb4eac -- View it on GitLab: https://salsa.debian.org/java-team/junit4/-/commit/46d9ebda7bfc823026d280eae8e14f4d4dfb4eac You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

