summaryrefslogtreecommitdiff
path: root/debian/changelog
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 /debian/changelog
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 'debian/changelog')
-rw-r--r--debian/changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index fb40979b..0a51b290 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 <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