diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:17:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:17:27 +0000 |
commit | 7b3d5890037484a6ee4573744869f28301902a8b (patch) | |
tree | 421062658afbf3303827539a888f86d5f73432ba /dh_assistant | |
parent | Releasing progress-linux version 13.16-0.0~progress7.99u1. (diff) | |
download | debhelper-7b3d5890037484a6ee4573744869f28301902a8b.tar.xz debhelper-7b3d5890037484a6ee4573744869f28301902a8b.zip |
Merging upstream version 13.17.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dh_assistant')
-rwxr-xr-x | dh_assistant | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_assistant b/dh_assistant index 6a9297a..aa52855 100755 --- a/dh_assistant +++ b/dh_assistant @@ -1305,11 +1305,11 @@ sub list_guessed_dh_config_files { my ($active_commands, $disabled_cmds, $unloadables) = _all_sequence_commands(1, @addon_requests); my $pkg_files = {}; - my $bug_950723; my @all_commands = (@{$active_commands}, keys(%{$disabled_cmds})); for my $command (@all_commands) { my @annotations = _extract_annotations($command); next if not @annotations or $annotations[0] eq 'always-skip'; + my $bug_950723; for my $annotation (@annotations) { my $type = 'pkgfile'; my $need = $annotation; |