From 9e86f072f214e32b75b7c8cef89ec759c981378d Mon Sep 17 00:00:00 2001 From: Ishan Jayawardena Date: Fri, 22 Jul 2011 00:02:42 +0530 Subject: Modified debdelta to use ExecFork() ExecWait() instead of fork() and waitpid(). --- apt-pkg/acquire-item.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apt-pkg') diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc index 0f7f7c00e..e81906714 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -2080,7 +2080,7 @@ pkgAcqDebdelta::pkgAcqDebdelta(pkgAcquire *Owner,pkgSourceList *Sources, + string(Version.ParentPkg().CandVersion()) + "_" + string(Version.Arch()) + ".debdelta"; Retries = _config->FindI("Acquire::Retries",0); - Debug = true; + Debug = false; if (Version.Arch() == 0) { _error->Error(_("I wasn't able to locate a file for the %s package. " @@ -2385,6 +2385,7 @@ bool IndexTarget::IsOptional() const { return false; return true; } + bool IndexTarget::IsSubIndex() const { if (ShortDesc != "TranslationIndex") return false; -- cgit v1.2.3