summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-06-16 13:47:26 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-06-16 22:40:14 +0100
commit15406403f564b23f44124fd6cad61cf143ce2f84 (patch)
tree9b6c4db2f4c51a122f3089a9a0d1a6eeeeab9e54
parent223328e90bbec5bd8a0c55bf1a0f0f609e8154ac (diff)
exit status: Document in changelog.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index a340413..b6c60f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
dgit (4.5~) unstable; urgency=medium
Bugfixes:
+ * Fix the exit status of programs in dgit.deb, to avoid the
+ Perl misfeature which sometimes copies $! to the exit status.
* When checking that the tree is clean, check the git index too.
* In quilt_fixup_multipatch, work around git checkout paths
not deleting files. (Hypothetical bug AFAIAA.)