File: control

package info (click to toggle)
abi-tracker 1.11-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 316 kB
  • sloc: perl: 4,430; javascript: 52; makefile: 19
file content (32 lines) | stat: -rw-r--r-- 1,269 bytes parent folder | download | duplicates (2)
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
Source: abi-tracker
Section: devel
Priority: optional
Maintainer: Peter Spiess-Knafl <dev@spiessknafl.at>
Build-Depends: debhelper (>= 11), help2man
Standards-Version: 4.2.1
Homepage: https://github.com/lvc/abi-tracker
Vcs-Git: https://salsa.debian.org/debian/abi-tracker.git
Vcs-Browser: https://salsa.debian.org/debian/abi-tracker

Package: abi-tracker
Architecture: all
Depends: abi-compliance-checker (>= 2.2),
         abi-dumper (>= 1.1),
         pkgdiff (>= 1.6.4),
         rfcdiff (>= 1.41),
         vtable-dumper (>= 1.1),
         elfutils,
         abi-monitor (>= 1.12),
         ${misc:Depends},
         ${perl:Depends}
Description: visualize ABI changes of a C/C++ library
 abi-tracker generates an ABI (Application Binary Interface) compatibility
 report for a C or C++ library. The report gets rendered to static HTML pages.
 .
 The tool is intended for developers of software libraries and Linux
 maintainers who are interested in ensuring backward binary compatibility,
 i.e. allow old applications to run with newer library versions.
 .
 abi-tracker requires an input profile for the library in JSON format,
 which holds various metadata to check ABI compatibility.
 It can be created manually or automatically generated by the abi-monitor tool.