trove 2.1.0-3 source package in Ubuntu

Changelog

trove (2.1.0-3) unstable; urgency=medium

  * Team upload.
  * Install the Maven artifacts (Closes: #708441)
  * Removed the dependency on the JRE
  * Build with the DH sequencer instead of CDBS
  * Removed Michael Koch from the uploaders (Closes: #654137)
  * Moved the package to Git
  * Standards-Version updated to 4.1.4
  * Switch to debhelper level 11

 -- Emmanuel Bourg <email address hidden>  Wed, 18 Apr 2018 17:49:35 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs
Noble release universe libs
Mantic release universe libs
Lunar release universe libs
Jammy release universe libs
Focal release universe libs
Bionic release universe libs

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
trove_2.1.0-3.dsc 2.0 KiB 7123c312d82e225b0c6ccf06c4dc33f91468c942d83ab81e71e9d68a58436e52
trove_2.1.0.orig.tar.gz 117.0 KiB 3965dacc1d8348697bcba1368ff969fb2ca5c1cee9502ac83a7844d6ac293b6d
trove_2.1.0-3.debian.tar.xz 4.3 KiB ccf866b1616a0890a514c3c855dd925f33ab184e855f13fd58ad8ebe59ffaa5f

Available diffs

No changes file available.

Binary packages built by this source

libtrove-java: high performance collections for java

 GNU Trove is a fast, lightweight implementations of the java.util
 Collections API. These implementations are designed to be pluggable
 replacements for their JDK equivalents.
 .
 Whenever possible, GNU Trove provide the same collections support for
 primitive types. This gap in the JDK is often addressed by using the
 "wrapper" classes (java.lang.Integer, java.lang.Float, etc.) with
 Object-based collections. For most applications, however, collections
 which store primitives directly will require less space and yield
 significant performance gains.

libtrove-java-doc: high performance collections for java

 GNU Trove is a fast, lightweight implementations of the java.util
 Collections API. These implementations are designed to be pluggable
 replacements for their JDK equivalents.
 .
 Whenever possible, GNU Trove provide the same collections support for
 primitive types. This gap in the JDK is often addressed by using the
 "wrapper" classes (java.lang.Integer, java.lang.Float, etc.) with
 Object-based collections. For most applications, however, collections
 which store primitives directly will require less space and yield
 significant performance gains.
 .
 This package includes the documentation.