From fd04390350046c0edc8f21c0c8baf4ae0313a00a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 5 May 2013 13:32:18 -0400 Subject: dh: Skips running commands that it can tell do nothing. This is determined by the presence of special PROMISE directives within commands that provide a high-level description of the command. Note that when dh is passed additional debhelper options, it cannot tell if these change the behavior of commands, and so it stops skipping any commands. --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 62ae85d..181beb0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,8 @@ 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.) * perl_makemaker: Unset INSTALL_BASE in case the user has it set. Closes: #705141 -- cgit v1.2.1