libjtype-java 0.1.3-1ubuntu1 source package in Ubuntu

Changelog

libjtype-java (0.1.3-1ubuntu1) saucy; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - debian/libjtype-java.poms: Add --java-lib to ensure jar files install to
      /usr/share/java.
  * Drop junit4 from Build-Depends, as it is no longer necessary to fix an
    FTBFS.

libjtype-java (0.1.3-1) unstable; urgency=low

  * Team upload.
  * New upstream release
  * Fixed the watch file
  * Updated Standards-Version to 3.9.4 (no changes)
  * Added 'Depends: ${misc:Depends}' to clear a Lintian warning
  * debian/copyright: Updated to the Copyright Format 1.0
 -- Logan Rosen <email address hidden>   Mon, 20 May 2013 00:14:48 -0400

Upload details

Uploaded by:
Logan Rosen
Uploaded to:
Saucy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libjtype-java_0.1.3.orig.tar.gz 26.0 KiB 22bfa544894d047f763b37de276ef5d95fe4adcda02d84568886e4b5297ef9e7
libjtype-java_0.1.3-1ubuntu1.debian.tar.gz 2.9 KiB 81a1013798d95d259dc3891ce4d8ba16b16dec779d76120aaa87edc3065f811e
libjtype-java_0.1.3-1ubuntu1.dsc 1.8 KiB 2df0ba0c83bee4c1b81a140f088043446a577798302e55d4d3efdbf29afd2487

Available diffs

View changes file

Binary packages built by this source

libjtype-java: Helper library for the Java 5 Type

 Java 5 introduced a richer type system for generics with Type and its various
 subtypes, but lacks any easy way to perform common operations on these types.
 JType aims to fill this gap.
 .
 Features:
  - A factory to easily create implementations of the various type interfaces.
  - Methods to compare and manipulate type instances, such as checking whether
    a type is a subtype of another.
  - A generic type literal that provides an equivalent of class literals for
    types.