X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_auto_clean;h=3abb5f3e31a507b7e126d7e144089b7000042298;hb=18a0da8092ea9f3dc48bca92b36f592af25a608d;hp=e736c9a7e39101ae42b5cccc3d5ef7a5b989d850;hpb=7bc99d44cfc0275e1b44b390bed1362c457da9ab;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();