Lintian::Processable::Source(3) Debian Package Checker Lintian::Processable::Source(3)

Lintian::Processable::Source -- A dsc source package Lintian can process

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

This class represents a 'dsc' 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

2024-10-16 Lintian v2.117.0ubuntu1.2