summaryrefslogtreecommitdiff
path: root/apt-inst/deb
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-06-04 14:51:21 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-06-04 14:51:21 +0200
commitea4b220b1b17b270fc1a05e454439c32589548b7 (patch)
tree353c1c920aa6d48769871f09a97c6bccca6f2951 /apt-inst/deb
parent2e5f4e45f593535e2c88181ff7a9e2d32a5e60f9 (diff)
Switch away from the now deprecated methods for Cache building
Diffstat (limited to 'apt-inst/deb')
-rw-r--r--apt-inst/deb/dpkgdb.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-inst/deb/dpkgdb.cc b/apt-inst/deb/dpkgdb.cc
index e51e4f8b3..a75cf59ca 100644
--- a/apt-inst/deb/dpkgdb.cc
+++ b/apt-inst/deb/dpkgdb.cc
@@ -142,7 +142,7 @@ bool debDpkgDB::ReadyPkgCache(OpProgress &Progress)
CacheMap = 0;
}
- if (pkgMakeOnlyStatusCache(Progress,&CacheMap) == false)
+ if (pkgCacheGenerator::MakeOnlyStatusCache(&Progress,&CacheMap) == false)
return false;
Cache->DropProgress();