Not found locally for Dpkg::BuildProfiles. Try Google search
Dpkg::BuildProfiles - handle build profiles
| Use Case | Command | Description |
|---|---|---|
| Get active build profiles | @profiles = get_build_profiles() | Retrieve currently active build profiles from environment variable DEB_BUILD_PROFILES |
| Set active build profiles | set_build_profiles(@profiles) | Set the active build profiles via environment variable |
| Parse build profiles specification | @profiles = parse_build_profiles($string) | Parse a build profiles specification string into an array of references |
| Evaluate restriction formula | evaluate_restriction_formula(\@formula, \@profiles) | Evaluate a restriction formula (e.g., <foo bar> <baz>) against enabled profiles |
The Dpkg::BuildProfiles module provides functions to handle the build profiles.
@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 @profiles as the current active build profiles, by setting the environment variable DEB_BUILD_PROFILES.@profiles = parse_build_profiles($string) — Parses a build profiles specification, into an array of array references.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.Mark the module as public.
Generated by phpman v4.10.0-7-g98e9fd5 Author: Che Dong Under GNU General Public License
2026-09-09 12:23 @2600:1f28:365:80b0:60b0:dfa5:fbc9:9f8f
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)