dh_acc
debhelper addon to compare ABI compatibility of shared C/C++ library versions
Install
- All systems
-
curl cmd.cat/dh_acc.sh
- Debian
-
apt-get install dh-acc
- Ubuntu
-
apt-get install dh-acc
- Kali Linux
-
apt-get install dh-acc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install dh-acc
- Raspbian
-
apt-get install dh-acc
- Dockerfile
- dockerfile.run/dh_acc
dh-acc
debhelper addon to compare ABI compatibility of shared C/C++ library versions
dh-acc is an addon to facilitate generating ABI compatibility reports by comparing known ABI dumps with newly build ABI at Debian package build time. Thus providing monitoring and early detection of ABI breaks in shared libraries. This package provides dh sequence addon and cdbs integration snippet.