1Dpkg::Build::Info(3perl) libdpkg-perl Dpkg::Build::Info(3perl)
2
3
4
6 Dpkg::Build::Info - handle build information
7
9 The Dpkg::Build::Info module provides functions to handle the build
10 information.
11
13 @envvars = get_build_env_allowed()
14 Get an array with the allowed list of environment variables that
15 can affect the build, but are still not privacy revealing.
16
17 @envvars = get_build_env_whitelist()
18 This is a deprecated alias for get_build_env_allowed().
19
21 Version 1.01 (dpkg 1.20.1)
22 New function: get_build_env_allowed().
23
24 Deprecated function: get_build_env_whitelist().
25
26 Version 1.00 (dpkg 1.18.14)
27 Mark the module as public.
28
29
30
311.20.9 2021-07-21 Dpkg::Build::Info(3perl)