summaryrefslogtreecommitdiff
path: root/dh_installinfo
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2018-06-30 11:22:35 +0000
committerNiels Thykier <niels@thykier.net>2018-06-30 11:22:35 +0000
commita6cbb020e230171dd4c987f8eea9867058a8fe5c (patch)
tree9b879f03171c2ae34c6c506915add9ed7abb0c61 /dh_installinfo
parentd98c6ee060d2a04b0d36294178f50d209194302b (diff)
downloaddebhelper-a6cbb020e230171dd4c987f8eea9867058a8fe5c.tar.gz
Restore glob error handling for documentation dh_* tools
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'dh_installinfo')
-rwxr-xr-xdh_installinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installinfo b/dh_installinfo
index 4d56d762..34bd478e 100755
--- a/dh_installinfo
+++ b/dh_installinfo
@@ -69,7 +69,7 @@ init(options => {
# PROMISE: DH NOOP WITHOUT info
-my $default_error_handler = compat(10) ? \&glob_expand_error_handler_warn_and_discard : \&glob_expand_error_handler_reject;
+my $default_error_handler = compat(10) ? \&glob_expand_error_handler_reject_nomagic_warn_discard : \&glob_expand_error_handler_reject;
my $nodocs = is_build_profile_active('nodoc') || get_buildoption('nodoc') ? 1 : 0;
# We cannot assume documentation is built under nodoc, but if it is we must flag it as handled
# or dh_missing might make noise.