47
47
enum { NO_PARSER, DEB_PARSER, STRIP_WS_PARSER, RPM_PARSER };
49
49
// taken from apt (pkgcache.cc) to make our life easier
51
51
static const char *DepTypeStr[] =
52
{"",_("Depends"),_("PreDepends"),_("Suggests"),
53
_("Recommends"),_("Conflicts"),_("Replaces"),
57
73
pkgCache::Dep::DepType type; // type as enum