[Git][java-team/junit4][master] Replace hamcrest-core with hamcrest in the pom dependencies
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Wed Oct 5 11:43:38 BST 2022
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 <ebourg at apache.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20221005/96b1485c/attachment.htm>
More information about the pkg-java-commits
mailing list