summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 81343bd1..55f764f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
debhelper (9.20130505) UNRELEASED; urgency=low
- * dh: Skips running commands that it can tell do nothing. Closes: #560423
- (This is determined by the presence of special PROMISE directives
- within commands that provide a high-level description of the command.)
+ * dh: Skips running commands that it can tell will do nothing.
+ Closes: #560423
+ (Commands that can be skipped are determined by the presence of
+ special PROMISE directives within commands that provide a high-level
+ description of the command.)
* perl_makemaker: Unset INSTALL_BASE in case the user has it set.
Closes: #705141
* dh_installdeb: Drop pre-dependency on dpkg for dpkg-maintscript-helper.