diff options
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; |