From 51aad7820f9c090b7bb96ac2541c63d0203abff8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 23 Apr 2008 21:35:14 -0400 Subject: [PATCH] don't log dh runs --- Debian/Debhelper/Dh_Lib.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.2