DOKK / manpages / debian 10 / kodi-addons-dev / dh_kodiaddon_depends.1.en
DH_KODIADDON_DEPENDS(1) User Contributed Perl Documentation DH_KODIADDON_DEPENDS(1)

dh_kodiaddon_depends - Provides substvars for Kodi addons

dh_kodiaddon_depends [debhelper options]

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)

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.

Debian policy, version 3.8.1

debhelper(7)

This program is not a part of debhelper.

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

2019-01-28 perl v5.28.1