[Git][java-team/ant][master] 2 commits: Build-dep on junit5 and add jars to build classpath (Closes: #967933)
Tony Mancill (@tmancill)
gitlab at salsa.debian.org
Mon Jul 11 06:42:37 BST 2022
Tony Mancill pushed to branch master at Debian Java Maintainers / ant
Commits:
4fc3c1d9 by tony mancill at 2022-07-10T21:46:08-07:00
Build-dep on junit5 and add jars to build classpath (Closes: #967933)
- - - - -
b6336032 by tony mancill at 2022-07-10T22:33:41-07:00
Prepare changelog for upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+ant (1.10.12-3) unstable; urgency=medium
+
+ * Team upload.
+ * Build-dep on junit5 and add jars to build classpath (Closes: #967933)
+ The fix for #967933 in the 1.10.12-2 upload was incomplete.
+ The presence of junit5 at build time adds additional classes to
+ ant-junitlauncher.jar. Thank you to Stefan Tauner for the help.
+
+ -- tony mancill <tmancill at debian.org> Sun, 10 Jul 2022 21:47:24 -0700
+
ant (1.10.12-2) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -10,6 +10,7 @@ Build-Depends: antlr,
default-jdk,
junit,
junit4 (>= 4.11),
+ junit5,
libactivation-java,
libbcel-java (>= 5.0),
libbsf-java (>= 2.3.0rc1),
=====================================
debian/rules
=====================================
@@ -2,7 +2,7 @@
include /usr/share/dpkg/pkg-info.mk
-DEPENDENCIES := antlr bcel bsf commons-logging javax.activation javax.mail jdepend junit junit4 hamcrest-all log4j-1.2 oro regexp xalan2 serializer xml-resolver-1.2 commons-net jsch xz
+DEPENDENCIES := antlr bcel bsf commons-logging javax.activation javax.mail jdepend junit junit4 junit-platform-commons junit-platform-engine junit-platform-launcher hamcrest-all log4j-1.2 oro regexp xalan2 serializer xml-resolver-1.2 commons-net jsch xz
BUILD_DATE := $(shell date --date='@$(SOURCE_DATE_EPOCH)' --utc +'%B %-d %Y')
%:
View it on GitLab: https://salsa.debian.org/java-team/ant/-/compare/b47e714c064b36341ba0997afe9a7d240d6e80be...b6336032700c56c55023f7a4d7355cbb6b890e5a
--
View it on GitLab: https://salsa.debian.org/java-team/ant/-/compare/b47e714c064b36341ba0997afe9a7d240d6e80be...b6336032700c56c55023f7a4d7355cbb6b890e5a
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/20220711/b057b005/attachment.htm>
More information about the pkg-java-commits
mailing list