Provided by: kodi-addons-dev_17.6+dfsg1-1ubuntu1_amd64 bug

NAME

       dh_kodiaddon_depends - Provides substvars for Kodi addons

SYNOPSIS

       dh_kodiaddon_depends [debhelperĀ options]

DESCRIPTION

       dh_kodiaddon_depends is a debhelper program, that is responsible for setting substvars
       providing the Kodi addon-API dependencies. Kodi provides a virtual package for each API
       which might be used by an addon. The following substvars will be set to a dependency
       clause which can be used directly in the "Depends"-line of the addons debian/control:

       ${kodi:PVRAPI}    (XBMC_PVR_API_VERSION) ${kodi:GUILIBAPI} (KODI_GUILIB_API_VERSION)

EXAMPLES

       dh_kodiaddon_depends is usually called indirectly in a rules file via the dh command.

               %:
                       dh $@ --with kodiaddon

       It can also be called directly, prior to calling dh_gencontrol.

CONFORMS TO

       Debian policy, version 3.8.1

SEE ALSO

       debhelper(7)

       This program is not a part of debhelper.

AUTHOR

       Tobias Grimm <tobias.grimm@e-tobi.net>