diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 16:37:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 16:37:29 +0000 |
commit | 844f9dee1c256e13b61cc38cba7b21f257e3103f (patch) | |
tree | a26c94100528f80c4a5fc0344a18d441598322cf /lib/Debian/Debhelper/DH/SequenceState.pm | |
parent | Adding debian version 13.15.3. (diff) | |
download | debhelper-844f9dee1c256e13b61cc38cba7b21f257e3103f.tar.xz debhelper-844f9dee1c256e13b61cc38cba7b21f257e3103f.zip |
Merging upstream version 13.16.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'lib/Debian/Debhelper/DH/SequenceState.pm')
-rw-r--r-- | lib/Debian/Debhelper/DH/SequenceState.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Debian/Debhelper/DH/SequenceState.pm b/lib/Debian/Debhelper/DH/SequenceState.pm index b029e01..539eced 100644 --- a/lib/Debian/Debhelper/DH/SequenceState.pm +++ b/lib/Debian/Debhelper/DH/SequenceState.pm @@ -21,6 +21,7 @@ our ( @options, # Options passed by name (to assist can_skip with which options are used) %seen_options, + %commands_removed_by_sequence, # Whether there were sequences of options that inhibit certain optimizations # * $unoptimizable_option_bundle => can skip iff cli-options hint is present and empty # * $unoptimizable_user_option => We can never skip anything (non-option seen) |