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

Changelog

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

  * Team upload.
  * New upstream release
  * Standards-Version updated to 4.1.3
  * Switch to debhelper level 11

 -- Emmanuel Bourg <email address hidden>  Tue, 13 Feb 2018 17:52:34 +0100

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
Bionic release universe devel

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
japi-compliance-checker_2.4-1.dsc 2.1 KiB 7a99f11688842a580a72099fef35de52016a496776957f56618a43deac6b4c62
japi-compliance-checker_2.4.orig.tar.xz 64.3 KiB 7222afb213323dadad6246bfd3d5931155b589b59c67d5d6f6f620c5addee4d0
japi-compliance-checker_2.4-1.debian.tar.xz 11.9 KiB a672e6fb7d6e3d063807978d2fe0d927867f5ebc72a08cb56da35526bac5acb1

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.