Lintian::Relation::Predicate - Lintian type for relationship predicates
Contents
Description
This module provides functions for parsing and evaluating package relationships such as Depends and
Recommends for binary packages and Build-Depends for source packages. It parses a relationship into an
internal format and can then answer questions such as "does this dependency require that a given package
be installed" or "is this relationship a superset of another relationship."
Instance Methods
literal
"parsable"
name
multiarch_qualifier
version_operator
reference_version
build_architecture
build_profile
parse
satisfies
satisfies_inverse
to_string
Name
Lintian::Relation::Predicate - Lintian type for relationship predicates
See Also
lintian(1)
Lintian v2.122.0ubuntu1 2025-05-01 Lintian::Relation::Predicate(3)
Synopsis
use Lintian::Relation::Predicate;
