logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dh_acc - abi-compliance-checker dump generator and comparison

Author

       Dmitrijs Ledkovs <xnox@debian.org>

dh-acc v2.3-2                                      2023-02-23                                          DH_ACC(1)

Description

dh_acc is a debhelper program that is responsible for generating abi-complinace-checker dumps and
       comparing them with a 'base' dump at build time.  This facilitates monitoring and early detection of
       API/ABI brekage.

Files

       debian/package.acc
           Any  abi-compiance-checker acceptable library and header descriptor. To generate a stub XML template,
           use abi-compliance-checker-d. Alternatively one can simply specify a  list  headers,  libraries,  or
           directories.  Please  note, these should be specified relative to source package root directory, e.g.
           ./debian/tmp/usr/lib/, ./build-2.7/ etc.

       debian/package.abi.tar.gz
           This is a base API/ABI one wishes to stay compatible with. The newly generated API/ABI dump  will  be
           compared with this one, if available.

Name

       dh_acc - abi-compliance-checker dump generator and comparison

See Also

debhelper(7)

       This program is a part of debhelper.

Synopsis

dh_acc [debhelperoptions]

See Also