summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-02-10 19:56:44 -0400
committerJoey Hess <joey@kitenet.net>2011-02-10 19:56:51 -0400
commit7fa165faff3df27694cbe9e24830eefd517cc8a6 (patch)
treef5f16049fa6ff3627fec24a139b1b656dfbd17dc /debian
parent14e02173f2eb2ceeffa719c284fd77f25e03576b (diff)
Improve handling of logging in override targets
Changes in 76ef1cbd64829ee4a5156a5fc4b887bcba6b974f broke --remaining-packages in override target. Now all debhelper commands run in the override target are marked as running as part of the override, and when the whole target is run, the log is updated to indicate that commands run during the override have finished. So, inside the override target, --remaining-packages will see the commands run as part of the target as having been run. Outside, if the target fails, dh won't see the commands run it it as having been run. Closes: #612828
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 02eb5823..6858f0f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
debhelper (8.1.1) UNRELEASED; urgency=low
* dh_strip, dh_makeshlibs: use triplet-objdump, triplet-objcopy and
- triplet-strip from cross-binutils when cross-compiling; closes: #412118.
+ triplet-strip from cross-binutils when cross-compiling; Closes: #412118.
(Thanks, Loïc Minier)
+ * Improve handling of logging in override targets, so that
+ --remaining-packages can be used again. Now all debhelper commands run
+ in the override target are marked as running as part of the override,
+ and when the whole target is run, the log is updated to indicate that
+ commands run during the override have finished. Closes: #612828
-- Joey Hess <joeyh@debian.org> Tue, 08 Feb 2011 15:32:35 -0400