abi-compliance-checker 1.99.8.5-3 source package in Ubuntu

Changelog

abi-compliance-checker (1.99.8.5-3) unstable; urgency=medium


  * Team upload
  * Remove gcc version check, gcc is fixed in debian. This should also
    resolve autopackage DEP8 test failure as seen at
    http://ci.debian.net/#package/abi-compliance-checker

 -- Dimitri John Ledkov <email address hidden>  Thu, 23 Jan 2014 14:55:10 +0000

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

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
abi-compliance-checker_1.99.8.5-3.dsc 2.2 KiB 11441a305e18e80fbb1b976f7dd4bfb58118a617198714d14263dfe07a3d79c1
abi-compliance-checker_1.99.8.5.orig.tar.gz 265.1 KiB 226ec1c745514a85a98da34cb6b0f3340c929163e6ba7d73f69bca731edd8ecb
abi-compliance-checker_1.99.8.5-3.debian.tar.gz 5.9 KiB ccec4c32ae5caca6d665de0c6efe4d518c05a68fc2cc3688d8b4bdb979dbbb7d

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.