1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: abicheck
Section: devel
Priority: optional
Maintainer: Phil Wyett <philip.wyett@kathenas.org>
Build-Depends:
debhelper-compat (= 13),
perl,
Standards-Version: 4.7.2
Homepage: https://sourceforge.net/projects/abicheck/
Vcs-Git: https://salsa.debian.org/debian/abicheck.git
Vcs-Browser: https://salsa.debian.org/debian/abicheck
Rules-Requires-Root: no
Package: abicheck
Architecture: all
Multi-Arch: foreign
Depends: perl:any, ${misc:Depends}
Description: binary compatibility checking tool
ABIcheck is a tool for checking an application's compliance with a
library's defined Application Binary Interface (ABI). It relies on
ABI definition information contained in the library. Example
definitions are given for GNOME and glibc.
|