]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/deblistparser.cc
implement PDiff patching for compressed files
[apt.git] / apt-pkg / deb / deblistparser.cc
index 42eca8677fef61e00f20ec8fedefae82f9c6a5fc..d88e25e6fbd10d469528d0012e446f977e9d77a6 100644 (file)
@@ -362,7 +362,7 @@ unsigned short debListParser::VersionHash()
    return Result;
 }
                                                                        /*}}}*/
-// ListParser::ParseStatus - Parse the status field                    /*{{{*/
+// StatusListParser::ParseStatus - Parse the status field              /*{{{*/
 // ---------------------------------------------------------------------
 /* Status lines are of the form,
      Status: want flag status
@@ -373,6 +373,11 @@ unsigned short debListParser::VersionHash()
  */
 bool debListParser::ParseStatus(pkgCache::PkgIterator &Pkg,
                                pkgCache::VerIterator &Ver)
+{
+   return true;
+}
+bool debStatusListParser::ParseStatus(pkgCache::PkgIterator &Pkg,
+                               pkgCache::VerIterator &Ver)
 {
    const char *Start;
    const char *Stop;