Author: jgg
Date: 1999-04-16 21:46:13 GMT
Do not count sizes of to be configured packages
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: depcache.cc,v 1.16 1999/04/12 04:21:20 jgg Exp $
+// $Id: depcache.cc,v 1.17 1999/04/16 21:46:13 jgg Exp $
/* ######################################################################
Dependency Cache - Caches Dependency information.
if (Pkg.State() == pkgCache::PkgIterator::NeedsConfigure &&
P.Keep() == true)
- {
- iUsrSize += Mult*P.InstVerIter(*this)->InstalledSize;
return;
- }
// Compute the size data
if (P.NewInstall() == true)
SOURCE+= pkgcache.cc version.cc fileutl.cc pkgcachegen.cc depcache.cc \
orderlist.cc tagfile.cc sourcelist.cc packagemanager.cc \
pkgrecords.cc algorithms.cc acquire.cc acquire-item.cc \
- acquire-worker.cc acquire-method.cc init.cc clean.cc templates.cc \
+ acquire-worker.cc acquire-method.cc init.cc clean.cc \
srcrecords.cc
# Source code for the debian specific components
+++ /dev/null
-/* All template instances are explicly declared here */
-
-#include <apt-pkg/sourcelist.h>
-
-template vector<pkgSourceList::Item>;