Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-24 | Dpkg::Build::Types: Add new set_build_type_from_targets() function | Guillem Jover | 1 | -0/+32 | |
2018-07-24 | Dpkg::Build::Types: Fix set_build_type_from_options() description | Guillem Jover | 1 | -2/+3 | |
2017-09-24 | scripts: Fix function signatures documentation | Guillem Jover | 1 | -5/+5 | |
2016-12-17 | Dpkg::Build::Info: Whitelist other DPKG_ namespaced variables | Guillem Jover | 1 | -2/+10 | |
2016-11-11 | Dpkg::Build::Info: New module refactored from dpkg-genbuildinfo | Guillem Jover | 1 | -0/+86 | |
This will allow other projects to use the same whitelist as dpkg does. Requested-by: Johannes Schauer <josch@debian.org> | |||||
2016-10-30 | Dpkg::Build::Type: Always map the build type to the shortest string form | Guillem Jover | 1 | -4/+8 | |
We should try to map to the shortest string to make life easier. | |||||
2016-05-02 | scripts: Add support for new --build option to define build type | Guillem Jover | 1 | -1/+53 | |
This simplifies the way to select what to build, and makes it both easier to remember, and easier to deal with in the code. The current set of split single options are really a mess. | |||||
2016-05-02 | Dpkg::Build::Types: Allow disabling the checks in set_build_type() | Guillem Jover | 1 | -3/+7 | |
This makes it possible to test the different code paths. | |||||
2016-05-02 | Dpkg::Build::Types: Clarify build type functions | Guillem Jover | 1 | -9/+9 | |
Distinguish build_has_any from build_has_all. Rename build_has_not into build_has_none. Fix scripts to use the correct bits check function. | |||||
2016-05-02 | Dpkg::Build::Types: Add new build_has_any function | Guillem Jover | 1 | -2/+17 | |
Fix regression introduced in commit d122537d6df899dc1d0599e0a24ee3b27f0d9e18. These instances need to trigger whenever there is any bit set. | |||||
2016-05-02 | Dpkg::Build::Types: Remove BUILD_SOURCE composite constants | Guillem Jover | 1 | -18/+2 | |
These are very specialized and not used often, let's compose them from basic types when needed. | |||||
2016-02-15 | Dpkg::BuildEnv: Rename to Dpkg::Build::Env | Guillem Jover | 1 | -0/+113 | |
2016-02-15 | Dpkg::Build::Types: Add new module | Guillem Jover | 1 | -0/+192 | |