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

Lintian::Conffiles - access to collected control data for conffiles

Author

Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.

Description

Lintian::Conffiles provides an interface to control data for conffiles.

Instance Methods

by_file parse all Returns a list of absolute filenames found for conffiles. is_known (FILE) Returns a truth value if FILE is listed in the conffiles control file. If the control file is not present or FILE is not listed in it, it returns "undef". Note that FILE should be the filename relative to the package root (even though the control file uses absolute paths). If the control file does relative paths, they are assumed to be relative to the package root as well (and used without warning).

Name

Lintian::Conffiles - access to collected control data for conffiles

See Also

lintian(1) Lintian v2.122.0ubuntu1 2025-05-01 Lintian::Conffiles(3)

Synopsis

use Lintian::Processable;

See Also