From f444a9b5ce73bb79e9f7cd1866f1b2b479023333 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 7 Jun 2024 07:43:21 +0200 Subject: Adding upstream version 0.1.35. Signed-off-by: Daniel Baumann --- dh_debputy | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dh_debputy') diff --git a/dh_debputy b/dh_debputy index 4b9edee..1fe6dd1 100755 --- a/dh_debputy +++ b/dh_debputy @@ -90,6 +90,11 @@ if (! defined $dh{DESTDIR}) { } my $debputy_cmd = $ENV{'DEBPUTY_CMD'} // 'debputy'; +# `debputy` does not know about any -v/--verbose passed directly. +# But it does listen to `DH_VERBOSE` in these integration modes, so we just +# use that for now. At some point, this might be replaced by a proper +# command line option. +$ENV{'DH_VERBOSE'} = '1' if $dh{VERBOSE}; my @debputy_cmdline = ($debputy_cmd); for my $plugin (@plugins) { -- cgit v1.2.3