]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_auto_clean
cmake: Pass CPPFLAGS in CFLAGS. Closes: #668813 Thanks, Simon Ruderich for the patch...
[debhelper.git] / dh_auto_clean
index e736c9a7e39101ae42b5cccc3d5ef7a5b989d850..3abb5f3e31a507b7e126d7e144089b7000042298 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
@@ -35,13 +36,14 @@ system selection and control options.
 
 =item B<--> I<params>
 
-Pass I<params> to the program that is run. These can be used to supplement
-or override the any standard parameters that B<dh_auto_clean> passes.
+Pass I<params> to the program that is run, after the parameters that
+B<dh_auto_clean> usually passes.
 
 =back
 
 =cut
 
+inhibit_log();
 buildsystems_init();
 buildsystems_do();