Source: abimap
Section: devel
Priority: optional
Maintainer: Debian <kaitoubanana7@gmail.com>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-setuptools,
 python-is-python3,
 python3-pytest,
Standards-Version: 4.7.2
Homepage: https://github.com/ansasaki/abimap

Package: abimap
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Helper tools for linker version script maintenance
 This script allows to generate and update symbol version linker scripts which
 adds version information to the exported symbols.
 .
 It is intended to be integrated as part of a shared library build to check
 for changes in the set of exported symbols and update the symbol version
 linker script accordingly.
