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
12 This module is deprecated, use Dpkg::BuildInfo instead.
13
15 @envvars = get_build_env_allowed()
16 Get an array with the allowed list of environment variables that
17 can affect the build, but are still not privacy revealing.
18
19 This is a deprecated alias for
20 Dpkg::BuildInfo::get_build_env_allowed().
21
22 @envvars = get_build_env_whitelist()
23 This is a deprecated alias for
24 Dpkg::BuildInfo::get_build_env_allowed().
25
27 Version 1.02 (dpkg 1.21.14)
28 Deprecate module: replaced by Dpkg::BuildInfo.
29
30 Version 1.01 (dpkg 1.20.1)
31 New function: get_build_env_allowed().
32
33 Deprecated function: get_build_env_whitelist().
34
35 Version 1.00 (dpkg 1.18.14)
36 Mark the module as public.
37
38
39
401.21.21 2023-03-28 Dpkg::Build::Info(3perl)