summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Build/Types.pm
AgeCommit message (Collapse)AuthorFilesLines
2018-07-24Dpkg::Build::Types: Add new set_build_type_from_targets() functionGuillem Jover1-0/+32
2018-07-24Dpkg::Build::Types: Fix set_build_type_from_options() descriptionGuillem Jover1-2/+3
2016-10-30Dpkg::Build::Type: Always map the build type to the shortest string formGuillem Jover1-4/+8
We should try to map to the shortest string to make life easier.
2016-05-02scripts: Add support for new --build option to define build typeGuillem Jover1-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-02Dpkg::Build::Types: Allow disabling the checks in set_build_type()Guillem Jover1-3/+7
This makes it possible to test the different code paths.
2016-05-02Dpkg::Build::Types: Clarify build type functionsGuillem Jover1-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-02Dpkg::Build::Types: Add new build_has_any functionGuillem Jover1-2/+17
Fix regression introduced in commit d122537d6df899dc1d0599e0a24ee3b27f0d9e18. These instances need to trigger whenever there is any bit set.
2016-05-02Dpkg::Build::Types: Remove BUILD_SOURCE composite constantsGuillem Jover1-18/+2
These are very specialized and not used often, let's compose them from basic types when needed.
2016-02-15Dpkg::Build::Types: Add new moduleGuillem Jover1-0/+192