NAME
Dpkg::BuildProfiles - handle build profiles
DESCRIPTION
The Dpkg::BuildProfiles module provides functions to handle the build profiles.
FUNCTIONS
- @profiles = get_build_profiles()
-
Get an array with the currently active build profiles, taken from the environment variable DEB_BUILD_PROFILES.
- set_build_profiles(@profiles)
-
Set
@profilesas the current active build profiles, by setting the environment variable DEB_BUILD_PROFILES. - $bool = build_profile_is_invalid($string)
-
Validate a build profile formula.
- @profiles = parse_build_profiles($string)
-
Parses a build profiles specification, into an array of array references.
It will die on invalid syntax.
- evaluate_restriction_formula(\@formula, \@profiles)
-
Evaluate whether a restriction formula of the form "<foo bar> <baz>", given as a nested array, is true or false, given the array of enabled build profiles.
CHANGES
Version 1.01 (dpkg 1.23.0)
New functions: build_profile_is_invalid().
Version 1.00 (dpkg 1.17.17)
Mark the module as public.