]> git.donarmstrong.com Git - debhelper.git/commitdiff
dh_auto_clean: Inhibit logging, so that, if dh_auto_clean is used in some rule other...
authorJoey Hess <joey@kitenet.net>
Sun, 27 Feb 2011 19:44:10 +0000 (15:44 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 27 Feb 2011 19:44:10 +0000 (15:44 -0400)
debian/changelog
dh_auto_clean

index fb40979b9c3a234c7eb6925dfc802d5e8cf25d32..0a51b2909d6153c51d760509d36bde63a42bc542 100644 (file)
@@ -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 <joeyh@debian.org>  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
index e736c9a7e39101ae42b5cccc3d5ef7a5b989d850..55631c79de513bbc33c6551cf604de392ecdad1a 100755 (executable)
@@ -42,6 +42,7 @@ or override the any standard parameters that B<dh_auto_clean> passes.
 
 =cut
 
+inhibit_log();
 buildsystems_init();
 buildsystems_do();