From: Joey Hess Date: Sun, 27 Feb 2011 19:44:10 +0000 (-0400) Subject: dh_auto_clean: Inhibit logging, so that, if dh_auto_clean is used in some rule other... X-Git-Tag: 8.1.3~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=409480cf2a740ca9faa62d73e0aab110390cfcb4;p=debhelper.git dh_auto_clean: Inhibit logging, so that, if dh_auto_clean is used in some rule other than clean, perhaps to clean up an intermediate build before a second build is run, debian/rules clean still runs it. Closes: #615553 --- diff --git a/debian/changelog b/debian/changelog index fb40979..0a51b29 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +debhelper (8.1.3) UNRELEASED; urgency=low + + * dh_auto_clean: Inhibit logging, so that, if dh_auto_clean is used + in some rule other than clean, perhaps to clean up an intermediate + build before a second build is run, debian/rules clean still runs it. + Closes: #615553 + + -- Joey Hess Sun, 27 Feb 2011 15:43:12 -0400 + debhelper (8.1.2) unstable; urgency=low * Fix logging at end of an override target that never actually runs diff --git a/dh_auto_clean b/dh_auto_clean index e736c9a..55631c7 100755 --- a/dh_auto_clean +++ b/dh_auto_clean @@ -42,6 +42,7 @@ or override the any standard parameters that B passes. =cut +inhibit_log(); buildsystems_init(); buildsystems_do();