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

Config::Model::Backend::Dpkg::DebHelperFile - R/W backend for DebHelper files

Author

       Dominique Dumont, (dod at debian.org)

Description

       This backend module is used directly by Config::Model to read or write the content of Debian DebHelper
       files like "debian/install", "debian/package.postinst" and any variation thereof.

       The backend must be declared with:

        'backend' => 'Dpkg::DebHelperFile',
        'config_dir' => 'debian',
        'file' => 'install'

       The "file" parameter specifies the "main" name of the dh file, for instance "install", "postinst" ...
       This parameter can also be used to specify a file name that take into account the path in the tree using
       &index() and &element() functions from Config::Model::Role::ComputeFunction.

       The backend will then be able to load files like "install", "pkg.install", "pkg.postinst.amd64"...

       This backend is derived from Config::Model::Backend::PlainFile

Name

       Config::Model::Backend::Dpkg::DebHelperFile - R/W backend for DebHelper files

See Also

       Config::Model, Config::Model::Backend::PlainFile, Config::Model::Backend::Any, debhelper(7)

perl v5.40.1                                       2025-04-10              Config::Model:...::DebHelperFile(3pm)

Synopsis

       No synopsis. Internal class for cme dpkg

See Also