trove3 3.0.3-2 source package in Ubuntu

Changelog

trove3 (3.0.3-2) unstable; urgency=low

  * Bump to policy version 3.9.6 (no changes)
  * Do not include user name in Manifest, to make build easier to
    reproduce (via reproducible.debian.net)
  * Switch build system to DH7 + javahelper instead of CDBS
  * Install a pom file into /usr/share/maven-repo to allow secure builds
    using maven in offline mode.
  * Jars were renamed to trove4j due to compatibility with maven,
    install legacy symlinks named trove-3.jar and trove-3.0.3.jar
    (Used inconsistenly by upstream, too.)

 -- Erich Schubert <email address hidden>  Fri, 01 May 2015 14:19:01 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
trove3_3.0.3-2.dsc 2.0 KiB 991031dbea815e10c44ab8f6c4f9fbba94ac5731afa203708387c5f7ce6739bd
trove3_3.0.3.orig.tar.gz 210.4 KiB aa51c9bda6f6b5913bceccd50f5307d0d088b53cb7e0aec146e220b51fc2176b
trove3_3.0.3-2.debian.tar.xz 5.2 KiB ede1996aac2528fad709d72db9fc9b6dca0c01646b757da438f32f6e37533508

Available diffs

No changes file available.

Binary packages built by this source

libtrove3-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.

libtrove3-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.