diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:05:10 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:05:10 +0000 |
commit | 7f9a6360fdfecf4f0e5a9cffb714ef83b323322f (patch) | |
tree | 68fe6ef03c80434ca404c024438431aa6ba86772 /debian | |
parent | d20333af6b2091df46e78d3f0a34ae8a3e081584 (diff) |
* Restore SIGINT/SIGQUIT handlers to their old values (...
Author: mdz
Date: 2004-01-27 02:25:01 GMT
* Restore SIGINT/SIGQUIT handlers to their old values (rather than
SIG_DFL) after invoking dpkg (Closes: #229854)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index bab51656b..cbbbf9fe9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ apt (0.5.22) unstable; urgency=low * Fix apt-get's suggests/recommends printing, which was skipping every other dependency due to both using GlobOr and incrementing the DepIterator (Closes: #229722) + * Restore SIGINT/SIGQUIT handlers to their old values (rather than + SIG_DFL) after invoking dpkg (Closes: #229854) -- |