junit5-system-exit 1.1.2-4 source package in Ubuntu

Changelog

junit5-system-exit (1.1.2-4) unstable; urgency=medium

  * Team upload.
  * Removed the -java-doc package (Closes: #1026255)
  * Standards-Version updated to 4.6.2

 -- Emmanuel Bourg <email address hidden>  Sat, 17 Dec 2022 18:58:59 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
junit5-system-exit_1.1.2-4.dsc 2.1 KiB ae993daf73c6072812c6f94ff1be910dc12b41177735dcc6f58058c9de5c5ca7
junit5-system-exit_1.1.2.orig.tar.xz 9.8 KiB fe3cdd0dfaefefa1e40ed19425498dfe2a4c3bfcfa6708cd37206f2236192a40
junit5-system-exit_1.1.2-4.debian.tar.xz 4.5 KiB e407fb47c0b10addf37502bdc493bb2d35def98b43a7b561f5a25354947d289e

Available diffs

No changes file available.

Binary packages built by this source

libjunit5-system-exit-java: JUnit5 Extension to help write tests that call System.exit()

 This JUnit 5 Extension helps you write tests for code that calls System.exit().
 Starting with JUnit 5, @Rules, @ClassRules, and Runners were replaced by the
 Extension concept.