]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_auto_clean
remove internal rules:target stuff
[debhelper.git] / dh_auto_clean
index e736c9a7e39101ae42b5cccc3d5ef7a5b989d850..ddf78699daaba2ad80c235b29631b39423cbc387 100755 (executable)
@@ -7,6 +7,7 @@ dh_auto_clean - automatically cleans up after a build
 =cut
 
 use strict;
+use Debian::Debhelper::Dh_Lib;
 use Debian::Debhelper::Dh_Buildsystems;
 
 =head1 SYNOPSIS
@@ -42,6 +43,7 @@ or override the any standard parameters that B<dh_auto_clean> passes.
 
 =cut
 
+inhibit_log();
 buildsystems_init();
 buildsystems_do();