summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2017-01-17 20:10:34 +0000
committerNiels Thykier <niels@thykier.net>2017-01-17 20:10:35 +0000
commitb1dc48313174ed4d0dfe14af2b698c26bb742cf3 (patch)
tree06404ebf66231d766c8ec5cadaa65357bd2751f9 /debian
parent8ce63b49a1c6b44e7ebe9a92c2a1681f409d84a7 (diff)
downloaddebhelper-b1dc48313174ed4d0dfe14af2b698c26bb742cf3.tar.gz
dh: Avoid repeating added build commands after "dh_auto_test"
This fixes a bug, where dh would replay a command added to the "build", "build-arch" or "build-indep" sequences (via --with $ADD_ON) in the binary sequences. Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 6d201dba..b06f19d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ debhelper (10.2.4) UNRELEASED; urgency=medium
* d/changelog: Add missing changelog entry in 10.2.3 for a
compat 11 change.
* dh: Show when the "create-stamp" "command" is being run.
+ * dh: Fix a bug where dh would repeat part of the build sequence
+ when an add-on modified the build sequence after "dh_auto_test".
+ Thanks to Sean Whitton for reporting the issue.
+ (Closes: #851071)
-- Niels Thykier <niels@thykier.net> Thu, 12 Jan 2017 07:00:19 +0000