From: Michael Vogt Date: Wed, 16 Feb 2011 13:36:36 +0000 (+0100) Subject: merged from donkult and fix dashish X-Git-Tag: 0.8.11.4~1 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/47f9af4f250c7d812eb761461d805b2d2abf7e26 merged from donkult and fix dashish --- 47f9af4f250c7d812eb761461d805b2d2abf7e26 diff --cc debian/changelog index 58e2c7e6d,b34a18f85..f9f8c5064 --- a/debian/changelog +++ b/debian/changelog @@@ -3,8 -3,10 +3,14 @@@ apt (0.8.11.4) UNRELEASED; urgency=lo [ David Kalnischkies ] * apt-pkg/contrib/error.cc: - ensure that va_list is not invalid in second try + * cmdline/apt-get.cc: + - don't remove new dependencies of garbage packages (Closes: #613420) ++ ++ [ Michael Vogt ] ++ * test/integration/* ++ - fix dashish in the integration tests - -- David Kalnischkies Tue, 15 Feb 2011 13:09:57 +0100 - -- David Kalnischkies Tue, 15 Feb 2011 20:45:54 +0100 ++ -- Michael Vogt Wed, 16 Feb 2011 14:36:03 +0100 apt (0.8.11.3) unstable; urgency=low diff --cc test/libapt/run-tests index a66de386d,a66de386d..4b71c2097 --- a/test/libapt/run-tests +++ b/test/libapt/run-tests @@@ -1,7 -1,7 +1,7 @@@ #!/bin/sh set -e --local DIR=$(readlink -f $(dirname $0)) ++DIR=$(readlink -f $(dirname $0)) echo "Compiling the tests …" test -d "$DIR/../../build/obj/test/libapt/" || mkdir -p "$DIR/../../build/obj/test/libapt/" (cd $DIR && make)