X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=dh_clean;h=15cdc661266b433827135a252e9409f2be6d86cc;hb=6b4bd66c3cd017e2f0d49d8ee830b58b2a2ef761;hp=c18f76861b4732b9fa83b024eab46d9b7281d07f;hpb=2be53b2466cbe95aadc5a90188a877cf1a91bd34;p=debhelper.git diff --git a/dh_clean b/dh_clean index c18f768..15cdc66 100755 --- a/dh_clean +++ b/dh_clean @@ -95,6 +95,9 @@ foreach my $package (@{$dh{DOPACKAGES}}) { # Remove all debhelper logs. if (! $dh{D_FLAG} && ! $dh{K_FLAG}) { complex_doit("rm","-f","debian/*.debhelper.log"); + if (compat(1)) { + doit("rm","-f","debian/debhelper.log"); + } } if (! $dh{D_FLAG}) {