void pkgDepCache::BuildGroupOrs(VerIterator const &V) { unsigned char Group = 0; for (DepIterator D = V.DependsList(); D.end() != true; ++D) { // Build the dependency state. unsigned char &State = DepState[D->ID]; /* Invert for Conflicts. We have to do this twice to get...