Trent W. Buck wrote: > It's not doing what it says it's doing: Unless --no-act is being passed, and I don't see how. Code is quite clear, it's impossible for debhelper to print the name of a command without running it:
sub doit { verbose_print(escape_shell(@_)); if (! $dh{NO_ACT}) { my $ret=system(@_); $ret == 0 || error("command returned error code $ret"); } } So, you'll have to strace it or something and find out why these commands it's trying to run are somehow doing nothing, or failing without returning a nonzero exit code. -- see shy jo
signature.asc
Description: Digital signature