1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: abi-compliance-checker
Section: devel
Priority: optional
Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), help2man
Maintainer: Ryan Niebur <ryanryan52@gmail.com>
Uploaders: Mathieu Malaterre <malat@debian.org>
Standards-Version: 3.9.5
Homepage: http://ispras.linux-foundation.org/index.php/ABI_compliance_checker
Vcs-Svn: svn://anonscm.debian.org/collab-maint/deb-maint/abi-compliance-checker/trunk
Vcs-Browser: http://anonscm.debian.org/viewvc/collab-maint/deb-maint/abi-compliance-checker/trunk/
XS-Testsuite: autopkgtest
Package: abi-compliance-checker
Architecture: all
Depends: build-essential, ${misc:Depends}, ${perl:Depends}
Recommends: ctags
Suggests: doc-base, icheck
Description: 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.
Package: dh-acc
Architecture: all
Depends: abi-compliance-checker (= ${binary:Version}),
debhelper,
${misc:Depends},
${perl:Depends}
Description: 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.
|