Lintian::Processable::Source
A dsc source package Lintian can process
- Provided by: lintian (Version: 2.129.0ubuntu2.1)
- Report a bug
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.
Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.
Lintian::Processable