abi-compliance-checker 2.3-1ubuntu2 source package in Ubuntu

Changelog

abi-compliance-checker (2.3-1ubuntu2) lunar; urgency=medium

  * debian/patches/consistent-C-flags.patch: use consistent flags to GCC
    when doing two passes.

 -- Steve Langasek <email address hidden>  Fri, 03 Feb 2023 15:53:52 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe devel

Builds

Lunar: [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-1ubuntu2.debian.tar.xz 11.1 KiB a9d0c19da9aac1a458c7e080ecba7988a338e58823b0cf4d02e5e14f3a2d6711
abi-compliance-checker_2.3-1ubuntu2.dsc 2.2 KiB 09be52f856e642468d4ffed19261f8621ebd479e015155ea26955419d9cbeacc

Available diffs

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.