trusty (3) Dpkg::BuildProfiles.3.gz

NAME
Dpkg::BuildProfiles - handle build profiles
DESCRIPTION
The Dpkg::BuildProfiles module provides functions to handle the build profiles.
FUNCTIONS
my @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.