abi-compliance-checker 2.3-1ubuntu1 source package in Ubuntu
Changelog
abi-compliance-checker (2.3-1ubuntu1) jammy; urgency=low * Merge from Debian unstable. Remaining changes: - debian/patches/oom-exec-helper.patch: fix bad syntax, 'next' not allowed in a do {} while but is allowed in a while {}. abi-compliance-checker (2.3-1) unstable; urgency=medium * d/patches: statx and statx_timestamp need to be skipped. Closes: #916294 * d/control: Update location of source code * d/control: Update new Vcs locations * d/compat: Move to compat 10 * d/control: Bumpt Std-Vers to 4.6.0 no changes needed -- Steve Langasek <email address hidden> Tue, 14 Dec 2021 09:25:14 -0800
Upload details
- Uploaded by:
- Steve Langasek
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | devel | |
Jammy | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
abi-compliance-checker_2.3.orig.tar.gz | 223.3 KiB | b1e32a484211ec05d7f265ab4d2c1c52dcdb610708cb3f74d8aaeb7fe9685d64 |
abi-compliance-checker_2.3-1ubuntu1.debian.tar.xz | 10.7 KiB | 912ce9316aaea6208cfa9c881da1de21c80cc7bec39ec7e7463d340e0b2e1510 |
abi-compliance-checker_2.3-1ubuntu1.dsc | 2.2 KiB | c76febb481b2e1fa96898c8b1acfe72e81d4e128f626f066a581714ce89b7d89 |
Available diffs
- diff from 2.3-0.2ubuntu1 to 2.3-1ubuntu1 (2.1 KiB)
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.