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

Changelog

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

  * Update debian/watch to scan tags on github
  * Remove get-orig-source target from debian/rules
  * Use debhelper-compat 13
  * Freshen years in debian/copyright
  * Bump Standards-Version to 4.6.1
  * Set Rules-Requires-Root: no in debian/control
  * Clean up debian/rules for debhelper-compat 13

 -- tony mancill <email address hidden>  Wed, 16 Nov 2022 20:44:53 -0800

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
Noble release universe devel
Mantic release universe devel
Lunar release universe devel

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
japi-compliance-checker_2.4-3.dsc 2.1 KiB 3c64e571bf9f4149aea0ed3aa897110e76e2cebb27a02049e1caa42930d20d22
japi-compliance-checker_2.4.orig.tar.xz 64.3 KiB 7222afb213323dadad6246bfd3d5931155b589b59c67d5d6f6f620c5addee4d0
japi-compliance-checker_2.4-3.debian.tar.xz 12.0 KiB 4e9cf60d815ecb50e8b3a21acc8e47e2b4a3972a6c66111016cae96501a92f9f

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.