table of contents
other versions
- buster-backports 2.95.0~bpo10+1
- testing 2.95.0
- unstable 2.95.0
Lintian::Processable::Binary(3) | Debian Package Checker | Lintian::Processable::Binary(3) |
NAME¶
Lintian::Processable::Binary -- A deb installation package Lintian can processSYNOPSIS¶
use Lintian::Processable::Binary; my $processable = Lintian::Processable::Binary->new; $processable->init('path');
DESCRIPTION¶
This class represents a 'deb' 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.INSTANCE METHODS¶
- init (FILE)
- Initializes a new object from FILE.
AUTHOR¶
Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.SEE ALSO¶
lintian(1)Lintian::Processable
2020-09-20 | Lintian v2.95.0~bpo10+1 |