diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:17:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:17:26 +0000 |
commit | d6e1d2323492fd53d142c79c1816f132ec161b83 (patch) | |
tree | 71fb9778de5e8ef50446e7d32b07f088e4ede23a /dh_assistant | |
parent | Adding upstream version 13.16. (diff) | |
download | debhelper-d6e1d2323492fd53d142c79c1816f132ec161b83.tar.xz debhelper-d6e1d2323492fd53d142c79c1816f132ec161b83.zip |
Adding upstream version 13.17.upstream/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; |