X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_auto_clean;h=3abb5f3e31a507b7e126d7e144089b7000042298;hb=fb8f18f4a98669c3b85e1bd7920fbabfc00b886e;hp=e736c9a7e39101ae42b5cccc3d5ef7a5b989d850;hpb=0952ac2e9995da8abe149f3e42b3b8d9d2797112;p=debhelper.git diff --git a/dh_auto_clean b/dh_auto_clean index e736c9a..3abb5f3 100755 --- a/dh_auto_clean +++ b/dh_auto_clean @@ -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 -Pass I to the program that is run. These can be used to supplement -or override the any standard parameters that B passes. +Pass I to the program that is run, after the parameters that +B usually passes. =back =cut +inhibit_log(); buildsystems_init(); buildsystems_do();