abi-tracker 1.11-1.1 source package in Ubuntu
Changelog
abi-tracker (1.11-1.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. * No source change upload to rebuild on buildd with .buildinfo files. -- Holger Levsen <email address hidden> Wed, 06 Jan 2021 18:08:24 +0100
Upload details
- Uploaded by:
- Peter Spiess-Knafl
- Uploaded to:
- Sid
- Original maintainer:
- Peter Spiess-Knafl
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc | |
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
abi-tracker_1.11-1.1.dsc | 1.8 KiB | 597a1b38276d782fff0d462162a06535f305a016a828832f08dbb419af4e030a |
abi-tracker_1.11.orig.tar.gz | 46.8 KiB | e4232e02b726157435106de48db057566be074177da86a98caa0e4a8a69ce32b |
abi-tracker_1.11-1.1.debian.tar.xz | 2.6 KiB | f8147dea1e6159559c0a55d7227bbf2496ce6221c7085daf8a918956b73018bd |
Available diffs
- diff from 1.11-1 to 1.11-1.1 (350 bytes)
No changes file available.
Binary packages built by this source
- abi-tracker: 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.