DOKK / manpages / debian 12 / lintian / Lintian::Processable::Installable.3.en
Lintian::Processable::Installable(3) Debian Package Checker Lintian::Processable::Installable(3)

Lintian::Processable::Installable -- An installation package Lintian can process

 use Lintian::Processable::Installable;
 my $processable = Lintian::Processable::Installable->new;
 $processable->init_from_file('path');

This class represents a 'deb' or 'udeb' file that Lintian can process. Objects of this kind are often part of a Lintian::Group, which represents all the files in a changes or buildinfo file.

Initializes a new object from PATH.

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

lintian(1)

Lintian::Processable

2023-02-05 Lintian v2.116.3