japi-compliance-checker 1.4.1-1 source package in Ubuntu

Changelog

japi-compliance-checker (1.4.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Fixes a compatibility issue with Java 8 (Closes: #751126)
  * Maintenance transferred to the Debian Java Maintainers
  * Standards-Version updated to 3.9.6 (no changes)
  * Moved the package to Git
  * Switch to debhelper level 9
  * Reformatted debian/copyright
  * debian/rules: Remove the generated manpages when cleaning

 -- Emmanuel Bourg <email address hidden>  Thu, 21 May 2015 11:27:11 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
japi-compliance-checker_1.4.1-1.dsc 2.1 KiB d49e04fe57643a42cdc62db40fda475913627f07b2f076e2ed2ce475b8d02214
japi-compliance-checker_1.4.1.orig.tar.gz 69.0 KiB 83153ea71fcd17969d2991723c2d71d73d982f3dbcd5065b7d4dceaa273029e3
japi-compliance-checker_1.4.1-1.debian.tar.xz 2.6 KiB 3bd1e2efc1216ec8eb51cee3525267b691d4e801342a237f2ea90ae0b53b736d

Available diffs

No changes file available.

Binary packages built by this source

japi-compliance-checker: tool to compare compatibility of Java library API

 Java API Compliance Checker (Java ACC) is a tool for checking backward binary
 and source-level compatibility of a Java library API. The tool checks classes
 declarations of old and new versions and analyzes changes that may break
 compatibility: removed methods, removed class fields, added abstract methods,
 etc. Binary incompatibility may result in crashing or incorrect behavior of
 existing clients built with an old version of a library when they are running
 with a new one. Source incompatibility may result in recompilation errors with
 a new library version. The tool is intended for library developers and
 operating system maintainers who are interested in ensuring backward
 compatibility, i.e. allow old clients to run or to be recompiled with newer
 library versions.