Dpkg::BuildFlags: Add a new set/get_option_value() private methods
commitb5c80eeaf5d17825b9294f8212bfa3e65c779706
authorGuillem Jover <guillem@debian.org>
Sun, 25 Dec 2022 23:38:53 +0000 (26 00:38 +0100)
committerGuillem Jover <guillem@debian.org>
Sun, 1 Jan 2023 22:23:36 +0000 (1 23:23 +0100)
tree90262fe77a95aeed4c5fe1846f1c28665bf12869
parenta7483666a0864fe0cfd0231432951e6084c7d24b
Dpkg::BuildFlags: Add a new set/get_option_value() private methods

This will be used to track the values for some options, so that they can
be overridden (such as the optimization level). They are private for now
as it's not clear whether this interface is general enough for other
uses.
scripts/Dpkg/BuildFlags.pm