table of contents
other versions
Lintian::Info::Overrides(3) | Debian Package Checker | Lintian::Info::Overrides(3) |
NAME¶
Lintian::Info::Overrides - access to override dataSYNOPSIS¶
use Lintian::Processable; my $processable = Lintian::Processable::Binary->new;
DESCRIPTION¶
Lintian::Info::Overrides provides an interface to package data for overrides.INSTANCE METHODS¶
- overrides(OVERRIDE-FILE)
- Read OVERRIDE-FILE and add the overrides found there which match the
metadata of the current file (package and type). The overrides are added
to the overrides hash in the info hash entry for the current file.
file_start() must be called before this method. This method throws an exception if there is no current file and calls fail() if the override file cannot be opened.
AUTHOR¶
Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.SEE ALSO¶
lintian(1), Lintian::Collect, Lintian::Collect::Binary, Lintian::Collect::Source2020-02-23 | Lintian v2.54.0~bpo10+1 |