diff options
author | Michael Vogt <egon@bottom> | 2008-01-07 21:26:11 +0100 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2008-01-07 21:26:11 +0100 |
commit | 187b88d8d90ee10b2e2e14ba762be2fdd9fce744 (patch) | |
tree | fbb090aa431bcd89a7207b20d3b585ff43456d8e /apt-pkg/cachefile.cc | |
parent | 0a626f9e3738d5ff70b81820b3c497a4a50f589c (diff) | |
parent | f0983ff2091df782027a2e344cbd9e3df43c1450 (diff) |
* apt-pkg/packagemanager.{cc,h}:
- propergate the Immediate flag to make hitting the
"E: Internal Error, Could not perform immediate configuration (2)"
harder
* debian/control:
- build against libdb-dev (instead of libdb4.4-dev)
* merged the apt--DoListUpdate branch, this provides a common interface
for "apt-get update" like operations for the frontends and also provides
hooks to run stuff in APT::Update::{Pre,Post}-Invoke
Diffstat (limited to 'apt-pkg/cachefile.cc')
-rw-r--r-- | apt-pkg/cachefile.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apt-pkg/cachefile.cc b/apt-pkg/cachefile.cc index cccad2bf3..1a84aea54 100644 --- a/apt-pkg/cachefile.cc +++ b/apt-pkg/cachefile.cc @@ -19,6 +19,8 @@ #include <apt-pkg/configuration.h> #include <apt-pkg/policy.h> #include <apt-pkg/pkgsystem.h> +#include <apt-pkg/acquire-item.h> +#include <apt-pkg/fileutl.h> #include <apti18n.h> /*}}}*/ @@ -107,6 +109,7 @@ bool pkgCacheFile::Open(OpProgress &Progress,bool WithLock) } /*}}}*/ + // CacheFile::Close - close the cache files /*{{{*/ // --------------------------------------------------------------------- /* */ |