jtreg 5.1-b01-2~18.04.2 source package in Ubuntu

Changelog

jtreg (5.1-b01-2~18.04.2) bionic-security; urgency=medium

  * LP: #1949879. Build for 18.04 LTS, required for openjdk-lts.

jtreg (5.1-b01-2) unstable; urgency=medium

  * Team upload.

  [ Tiago Stürmer Daitx ]
  * d/p/launcher.patch: set JTREG_HOME earlier. (Closes: #965047,
    LP: #1887587).

  [ tony mancill ]
  * Use debhelper-compat 13
  * Use https URL for Homepage in debian/control
  * Freshen years in debian/copyright and update Source: link
  * Set "Rules-Requires-Root: no" in debian/control

jtreg (5.1-b01-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
  * Switch to debhelper level 12

jtreg (5.0-b01-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Provide jar symlinks in /usr/share/jtreg/share/java as well.
    Allows openjdk configuration --with-jtreg=/usr/share/jtreg with the same
    patchset for all release.
  * Provide additional jar symlinks for jh.jar and hamcrest-core.jar.

jtreg (5.0-b01-2) unstable; urgency=medium

  * Team upload.
  * Install jtreg under /usr/share/jtreg and use it as the default JT_HOME path

jtreg (5.0-b01-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
    - Depend on libjtharness-java (>= 6.0)
  * Standards-Version updated to 4.5.0

jtreg (4.2-b16-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
  * Track the new releases from GitHub
  * Standards-Version updated to 4.4.1

jtreg (4.2-b14-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
  * Standards-Version updated to 4.3.0

 -- Matthias Klose <email address hidden>  Thu, 04 Nov 2021 18:16:23 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe java
Bionic security universe java

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jtreg_5.1-b01.orig.tar.gz 478.8 KiB ffad87ceef3f7b3c9f49798dc7210f169c07f6624b9d3b75ddea1c64e22326b1
jtreg_5.1-b01-2~18.04.2.debian.tar.xz 6.2 KiB f9409bc4fdde01276c2a2353b4f02d811a795575447abb9baed5d70b156e2447
jtreg_5.1-b01-2~18.04.2.dsc 2.0 KiB 7d1d315f773add775f50de0ed5f3431da2a99b667dce150f92e8feb9e66ae009

View changes file

Binary packages built by this source

jtreg: Regression Test Harness for the OpenJDK platform

 jtreg is the test harness used by the OpenJDK test framework.
 This framework is intended primarily for regression tests.
 It can also be used for unit tests, functional tests, and even simple product
 tests -- in other words, just about any type of test except a conformance test,
 which belong in a TCK.