abi-compliance-checker 2.3-0.2ubuntu1 source package in Ubuntu

Changelog

abi-compliance-checker (2.3-0.2ubuntu1) focal; urgency=medium

  * debian/patches/oom-exec-helper.patch: fix bad syntax, 'next' not allowed
    in a do {} while but is allowed in a while {}.

 -- Steve Langasek <email address hidden>  Sun, 22 Dec 2019 11:08:00 -0600

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe devel

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
abi-compliance-checker_2.3.orig.tar.gz 223.3 KiB b1e32a484211ec05d7f265ab4d2c1c52dcdb610708cb3f74d8aaeb7fe9685d64
abi-compliance-checker_2.3-0.2ubuntu1.debian.tar.xz 9.9 KiB 2deaa22a5ecc04cf4924e5d3c67b8de21c016a424d3aede5fde7f8d03d10f95c
abi-compliance-checker_2.3-0.2ubuntu1.dsc 2.1 KiB 410ed7d88a482fda20e06c7edb5f52d61cf0dc5b2ced43810697520718d0ed24

View changes file

Binary packages built by this source

abi-compliance-checker: tool to compare ABI compatibility of shared C/C++ library versions

 abi-compliance-checker can be used to help reduce the possibility of
 an application crashing when the shared libraries it links against
 have changed. Signatures and data type definitions from two separate
 versions of a library are compared by examining the shared objects
 (.so) files themselves, and by analysing the header files (.h)
 provided for the two versions of the library and their dependencies.
 .
 Shared library developers trying to strive for binary compatibility
 between releases may also use this tool to detect if an any
 accidental application binary interface (ABI) changes have been
 introduced.
 .
 The checker may also be used for assessing binary compatibility
 between different Linux distributions.

dh-acc: debhelper addon to compare ABI compatibility of shared C/C++ library versions

 dh-acc is an addon to facilitate generating ABI compatibility reports
 by comparing known ABI dumps with newly build ABI at Debian package
 build time. Thus providing monitoring and early detection of ABI
 breaks in shared libraries.
 .
 This package provides dh sequence addon and cdbs integration snippet.