From 8bbf85bf0561b8f2fad4bab82b230d4d5e13dd1f Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 30 Aug 2005 00:31:06 +0000 Subject: * be less verbose and call the Url-Remap: APT::URL-Remap --- apt-pkg/deb/debindexfile.cc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/apt-pkg/deb/debindexfile.cc b/apt-pkg/deb/debindexfile.cc index 3ceeffdca..b3b77dad7 100644 --- a/apt-pkg/deb/debindexfile.cc +++ b/apt-pkg/deb/debindexfile.cc @@ -161,14 +161,10 @@ debPackagesIndex::debPackagesIndex(string URI,string Dist,string Section,bool Tr string debPackagesIndex::ArchiveURI(string File) const { - // FIXME: Remove as soon as pdiff support is offical - string remap = _config->Find("APT::Diffs::Remap::"+URI,""); + // FIXME: EVIL! Remove as soon as pdiff support is offical + string remap = _config->Find("APT::URL-Remap::"+URI,""); if(!remap.empty()) - { - std::cout << "doing a evil remapping to the URI as requested!\n"; - std::cout << URI << " -> " << remap << std::endl; return remap+File; - } return URI + File; } -- cgit v1.2.3