From: Michael Vogt Date: Mon, 6 Aug 2007 13:18:14 +0000 (+0200) Subject: * apt-pkg/deb/dpkgpm.cc: X-Git-Tag: 0.7.24ubuntu1~158 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/5d372ca57d41f5c1a81bd849a7e4d6880f935f54 * apt-pkg/deb/dpkgpm.cc: - do not break if no /dev/pts is available --- 5d372ca57d41f5c1a81bd849a7e4d6880f935f54 diff --cc apt-pkg/deb/dpkgpm.cc index de84ba96a,e017c1a5b..e9333600c --- a/apt-pkg/deb/dpkgpm.cc +++ b/apt-pkg/deb/dpkgpm.cc @@@ -12,8 -12,8 +12,9 @@@ #include #include #include +#include #include + #include #include #include diff --cc debian/changelog index a1b1d0bb0,c730f85b0..fbee91ee2 --- a/debian/changelog +++ b/debian/changelog @@@ -1,11 -1,4 +1,13 @@@ -apt (0.7.7) UNRELEASED; urgency=low +apt (0.7.6ubuntu2) gutsy; urgency=low + + * doc/examples/sources.list: + - change example source to gutsy ++ * apt-pkg/deb/dpkgpm.cc: ++ - do not break if no /dev/pts is available + - -- ++ -- Michael Vogt Mon, 06 Aug 2007 15:17:57 +0200 + +apt (0.7.6ubuntu1) gutsy; urgency=low * apt-inst/contrib/extracttar.cc: - fix fd leak for zero size files (thanks to Bill Broadley for