summaryrefslogtreecommitdiff
path: root/dh_auto_clean
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-02-27 15:44:10 -0400
committerJoey Hess <joey@kitenet.net>2011-02-27 15:44:10 -0400
commit409480cf2a740ca9faa62d73e0aab110390cfcb4 (patch)
treec7215ba17a1929960e2337dbe874d9ca1a86cd2a /dh_auto_clean
parent7b95e4c3c06df8a061ea4ea9d7cb4b3d82ac32ec (diff)
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
Diffstat (limited to 'dh_auto_clean')
-rwxr-xr-xdh_auto_clean1
1 files changed, 1 insertions, 0 deletions
diff --git a/dh_auto_clean b/dh_auto_clean
index e736c9a7..55631c79 100755
--- a/dh_auto_clean
+++ b/dh_auto_clean
@@ -42,6 +42,7 @@ or override the any standard parameters that B<dh_auto_clean> passes.
=cut
+inhibit_log();
buildsystems_init();
buildsystems_do();