DISTTYPE_DEB
{ DISTTYPE_DEB, "deb" },
# define solv_vercmp (*(pool->disttype == DISTTYPE_DEB ? &solv_vercmp_deb : \
if (disttype == DISTTYPE_DEB)
# define EVRCMP_DEPCMP (pool->disttype == DISTTYPE_DEB ? EVRCMP_COMPARE : EVRCMP_MATCH_RELEASE)
pool->disttype = DISTTYPE_DEB;
if (pool->disttype == DISTTYPE_DEB)
return pool->disttype == DISTTYPE_DEB ? " >> " : rels[rd->flags];
return pool->disttype == DISTTYPE_DEB ? " << " : rels[rd->flags];
if (pool->disttype != DISTTYPE_DEB)
if (pool->disttype == DISTTYPE_DEB)
# define EVRCMP_DEPCMP (pool->disttype == DISTTYPE_DEB ? EVRCMP_COMPARE : EVRCMP_MATCH_RELEASE)
if (pool->disttype == DISTTYPE_DEB)