diff options
author | Guillem Jover <guillem@debian.org> | 2019-10-05 04:28:30 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2019-11-26 02:42:45 +0100 |
commit | b287a80263dd4e45bb82b7e6bad76faeb47358d4 (patch) | |
tree | 0d3cb6c35e722a67561aac5813d7e9338a08d63b /debian/changelog | |
parent | ddb82d8bfe58e8a25444bdd772f534e0564efb3d (diff) | |
download | dpkg-b287a80263dd4e45bb82b7e6bad76faeb47358d4.tar.gz |
Dpkg::Exit: Register exit handlers also for __DIE__
This makes sure we execute the handlers on normal errors, and can thus
remove the traps from several functions to run the handlers and to then
rethrow the exception.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3bb18cef3..4367a5673 100644 --- a/debian/changelog +++ b/debian/changelog @@ -73,6 +73,7 @@ dpkg (1.20.0) UNRELEASED; urgency=medium - Dpkg::Vendor: Remove obsolete 'keyrings' hook. - Dpkg::Exit: Unregister all signal handlers once we have executed them. Closes: #932841 + - Dpkg::Exit: Register exit handlers also for __DIE__. * Documentation: - man: Fix uncommon wording constructs. - man: Use a minus sign for a literal string. |