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_vdrplugin_enable - enables plugin loading in /etc/vdr/conf.d

Author

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

perl v5.40.0                                       2025-02-04                             DH_VDRPLUGIN_ENABLE(1)

Conforms To

       Debian policy, version 3.8.1

Description

       dh_vdrplugin_enable is a debhelper program that is responsible for generating the symlinks in
       /etc/vdr/conf.d which vdr parses to load its plugins.

       By default all config files a package provides in /etc/vdr/conf.avail will be linked to
       /etc/vdr/conf.d/50-<plugin>.conf. For all plugins in /usr/lib/vdr/plugins which do not have an explicit
       config, a default config file will be created with the appropriate symlink in /etc/vdr/conf.d/.

       If a debian/<package>.vdrargs file is specified only the config files listed there will be
       installed/symlinked.

Examples

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

               %:
                       dh --with vdrplugin $@

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

Files

       debian/package.vdrargs
           Lists config files to be installed to /etc/vdr/conf.avail/ and linked to /etc/vdr/conf.d/. By default
           symlinks will be created as 50-<config.conf>.  You can change the default priority of 50 by adding it
           after the config file separated by whitespace.

           If the priority is set to DISABLED, the config file will be installed to /etc/vdr/conf.avail/ but not
           linked to /etc/conf.d/.

Name

       dh_vdrplugin_enable - enables plugin loading in /etc/vdr/conf.d

See Also

debhelper(7)

       This program is not a part of debhelper.

Synopsis

dh_vdrplugin_enable [debhelperoptions]

See Also