From: Joey Hess Date: Thu, 24 Apr 2008 01:35:14 +0000 (-0400) Subject: don't log dh runs X-Git-Tag: 7.0.0~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=51aad7820f9c090b7bb96ac2541c63d0203abff8;p=debhelper.git don't log dh runs --- diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm index dceec78..c83e42b 100644 --- a/Debian/Debhelper/Dh_Lib.pm +++ b/Debian/Debhelper/Dh_Lib.pm @@ -115,7 +115,7 @@ sub END { my $cmd=basename($0); # dh_clean deletes the log, so should not recreate it at # the end - if ($cmd ne "dh_clean") { + if ($cmd ne "dh_clean" && $cmd ne "dh") { foreach my $package (@{$dh{DOPACKAGES}}) { my $ext=pkgext($package); open(LOG, ">>", "debian/${ext}debhelper.log") || error("failed to write to log");