From 9995c4a0bc2d8567ff9f11d338ad610754682372 Mon Sep 17 00:00:00 2001 From: Ishan Jayawardena Date: Mon, 13 Jun 2011 15:16:14 +0530 Subject: added support for downloading debdelta files and queuing successfully downloaded debdeltas for processing with the debdelta apt method, in apt-pkg/acquire-item.{cc,h} in pkgAcqArchive class. Currently, no index for deltas are used. Proper progress reporting and methods to verify the debdeltas are yet to be added. --- cmdline/apt-get.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'cmdline') diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 845c92026..369dac1cf 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -3226,6 +3226,7 @@ void SigWinch(int) /*}}}*/ int main(int argc,const char *argv[]) /*{{{*/ { + std::cout << "Starting apt-get" << std::endl; CommandLine::Args Args[] = { {'h',"help","help",0}, {'v',"version","version",0}, -- cgit v1.2.3