abi-compliance-checker 2.3-2 source package in Ubuntu

Changelog

abi-compliance-checker (2.3-2) unstable; urgency=medium

  [ Mathieu Malaterre ]
  * d/control: Point to actual correct homepage

  [ Steve Langasek ]
  * d/patches: Fix Invalid use of Perl "next". Closes: #951076
  * d/patches: uses inconsitent flags to GCC for C code. Closes: #1030540

  [ Mathieu Malaterre ]
  * d/s/lintian-overrides: remove warning about doc/index.html
  * d/control: Bump Std-Vers to 4.6.2 no changes needed

 -- Mathieu Malaterre <email address hidden>  Thu, 23 Feb 2023 08:27:46 +0100

Upload details

Uploaded by:
Mathieu Malaterre
Uploaded to:
Sid
Original maintainer:
Mathieu Malaterre
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel
Mantic release universe devel

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
abi-compliance-checker_2.3-2.dsc 2.0 KiB 149f8f34a5e702f01a0cb4cbb552bfdd1718c253fc1b4350c471e19e0de1a4cb
abi-compliance-checker_2.3.orig.tar.gz 223.3 KiB b1e32a484211ec05d7f265ab4d2c1c52dcdb610708cb3f74d8aaeb7fe9685d64
abi-compliance-checker_2.3-2.debian.tar.xz 11.1 KiB ee35f91eb8b5d309eaee4cf12f880f3fc42cc5ecb0d2c44efe4eb95df1ea5fca

No changes file available.

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.