table of contents
DH_KODIADDON_DEPENDS(1) | User Contributed Perl Documentation | DH_KODIADDON_DEPENDS(1) |
NAME¶
dh_kodiaddon_depends - Provides substvars for Kodi addonsSYNOPSIS¶
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.1SEE ALSO¶
debhelper(7)This program is not a part of debhelper.
AUTHOR¶
Tobias Grimm <tobias.grimm@e-tobi.net>2017-05-26 | perl v5.24.1 |