japitools 0.9.7-1 source package in Ubuntu

Changelog

japitools (0.9.7-1) unstable; urgency=low

  * Team upload to unstable.
  * New upstream release.
  * Removed jcompat.txt from docs, since upstream no longer ships it.

japitools (0.9.5+cvs20060115-3) experimental; urgency=low

  * Team upload.
    - Uploaded to experimental due to freeze.
  * Added patch from James Page to minimize Ubuntu diff.
    - Replaced Depends on default-jdk with headless JREs
    - Bumped Standards-Versions to 3.9.1 - no changes required.
    (Closes: #590910)
  * Added Homepage and Vcs-* fields.
  * Removed unused simple-patch system.
  * Fixed some hyphens that should have been minus signs in the
    manpages.
  * Converted source format to 3.0 (quilt).
 -- Bhavani Shankar <email address hidden>   Sun, 06 Feb 2011 17:05:03 +0100

Upload details

Uploaded by:
Bhavani Shankar
Uploaded to:
Natty
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe devel
Bionic release universe devel
Xenial release universe devel
Trusty release universe devel
Precise release universe devel

Builds

Natty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
japitools_0.9.7.orig.tar.gz 90.4 KiB 2201fe0252713938e70bdf0fc118c640477d8b9fc0ad2967734f4b8ee1630b80
japitools_0.9.7-1.debian.tar.gz 11.6 KiB 9008276c97bff8cd2bd9cd6e8c73f55566b65f82904c1893b7285ca4f7724bbf
japitools_0.9.7-1.dsc 1.5 KiB 9886542d84d8aa2411ef0bc6091ab82ed38e2869517cd0dc64178963ad851bd6

View changes file

Binary packages built by this source

japitools: Java API compatibility testing tools

 It consists of two simple tools designed to test for compatibility between
 Java APIs. They were originally designed for testing free implementations
 of Java itself for compatibility with Sun's JDK, but they can also be used
 for testing backward compatibility between versions of any API.
 .
 The tools are japize and japicompat. Japize is a Java program which emits
 a listing of an API in a machine-readable format. Japicompat then takes two
 such listings and compares them for binary compatibility, as defined by Sun
 in the Java Language Specification.