summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 17:05:10 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 17:05:10 +0000
commit7f9a6360fdfecf4f0e5a9cffb714ef83b323322f (patch)
tree68fe6ef03c80434ca404c024438431aa6ba86772 /debian
parentd20333af6b2091df46e78d3f0a34ae8a3e081584 (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/changelog2
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)
--