File: control

package info (click to toggle)
abi-dumper 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 492 kB
  • ctags: 176
  • sloc: perl: 11,583; makefile: 20
file content (17 lines) | stat: -rw-r--r-- 740 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: abi-dumper
Section: devel
Priority: optional
Build-Depends: debhelper (>= 9), help2man
Maintainer: Mathieu Malaterre <malat@debian.org>
Standards-Version: 4.1.0
Homepage: https://github.com/lvc/abi-dumper
Vcs-Svn: svn://anonscm.debian.org/collab-maint/deb-maint/abi-dumper/trunk
Vcs-Browser: http://anonscm.debian.org/viewvc/collab-maint/deb-maint/abi-dumper/trunk/

Package: abi-dumper
Architecture: all
Depends: elfutils, vtable-dumper (>= 1.0), ${misc:Depends}, ${perl:Depends}
Recommends: abi-compliance-checker (>= 1.99.1)
Description: tool to dump ABI of an ELF object containing DWARF debug info
 The tool is intended to be used with ABI Compliance Checker tool for tracking
 ABI changes of a C/C++ library or kernel module.