From a3f6ea20fbe26cb53f420c069c8f59e89f94bcfa Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 17:04:02 +0000 Subject: * Use isatty rather than ttyname for checking if stdin ... Author: mdz Date: 2003-11-19 23:50:51 GMT * Use isatty rather than ttyname for checking if stdin is a terminal. isatty has the advantage of not requiring /proc under Linux, and thus Closes: #221728 --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index bfe9f6ebb..9207622fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,9 @@ apt (0.5.15) unstable; urgency=low * Let apt-get build-dep try alternatives if the installed package doesn't meet version requirements (Closes: #214736) * Fix version display for recommends (Closes: #219900) + * Use isatty rather than ttyname for checking if stdin is a terminal. + isatty has the advantage of not requiring /proc under Linux, and thus + Closes: #221728 -- -- cgit v1.2.3