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_asterisk - Add dependency on the ABI version of Asterisk

Author

       Tzafrir Cohen <tzafrir@debian.org>

       Jonas Smedegaard <dr@jones.dk>

Description

       dh_asterisk is a debhelper program that is responsible for correctly setting the dependency on
       asterisk-abi-asterisk-ABI-version for a package.

       When writing a package that builds an Asterisk module and is not built with Asterisk itself (and hence
       depends on the exact binary version), add ${asterisk:Depends} to the package's Depends: field in debian
       control and run dh_asterisk.

       A debhelper addon is also provided.  This makes it possible to just use

         #!/usr/bin/make -f
         %:
                 dh $@ --with asterisk

       for debian/rules.

       Alternatively, you can just build-depend on dh-sequence-asterisk and omit the "--with asterisk" part.

Name

       dh_asterisk - Add dependency on the ABI version of Asterisk

See Also

debhelper(7)

       This program is part of the Debian Asterisk package.

       asterisk(8)

Synopsis

dh_asterisk [debhelperoptions]

See Also