abi-compliance-checker 1.99.11-1 source package in Ubuntu

Changelog

abi-compliance-checker (1.99.11-1) unstable; urgency=medium

  * New upstream
  * Bump Std-Vers to 3.9.6, no changes needed
  * drop timestamp from generated HTML reports. Closes: #798470 
  * make the generated .abi.tar.gz files reproducible. Closes: #798481

 -- Mathieu Malaterre <email address hidden>  Wed, 16 Sep 2015 21:53:39 +0200

Upload details

Uploaded by:
Ryan Niebur
Uploaded to:
Sid
Original maintainer:
Ryan Niebur
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
abi-compliance-checker_1.99.11-1.dsc 2.1 KiB 0285a96fd6b894e90c2cecda29f0af05de4be7d2531445263085181a1cd8dd4f
abi-compliance-checker_1.99.11.orig.tar.gz 248.3 KiB dcfc7cb987b4326e3d31b2eb9abf74696675fa14bf1092127c8e0966d4914e48
abi-compliance-checker_1.99.11-1.debian.tar.xz 7.1 KiB d6b4cfa9dcbf388716df54653740e8e83793fbf407d76673061bac959d985023

Available diffs

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.