summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <mvo@ubuntu.com>2012-12-27 00:04:27 +0100
committerMichael Vogt <mvo@ubuntu.com>2012-12-27 00:04:27 +0100
commit63037b4d08624246ec4079dfd921cf9d58eb1e85 (patch)
tree387c67beed5a31928e4ece492d157b058d9cfb07 /debian
parentd2cca6ec46865a1f5167f846e67150dc19ca2022 (diff)
* apt-pkg/deb/dpkgpm.cc:
- use tcgetattr() on STDOUT instead of STDIN so that term.log works for redirected stdin
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1dc31af9f..3b9a9bafd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,11 @@ apt (0.9.7.8) UNRELEASED; urgency=low
[ Manpages translation updates ]
* Italian (Beatrice Torracca). Closes: #696601
+
+ [ Michael Vogt ]
+ * apt-pkg/deb/dpkgpm.cc:
+ - use tcgetattr() on STDOUT instead of STDIN so that term.log
+ works for redirected stdin
-- Christian Perrier <bubulle@debian.org> Mon, 24 Dec 2012 07:01:20 +0100