Dose_debian.Debutil
val get_source : Packages.package -> Dose_pef.Packages_types.name * Dose_pef.Packages_types.version
Return the source package associated to a binary package
val cluster : Packages.package list -> (Dose_pef.Packages_types.name * Dose_pef.Packages_types.version, (Dose_pef.Packages_types.version * Dose_pef.Packages_types.version * Packages.package list) list) ExtLib.Hashtbl.t
cluster package list
returns a hashtbl that maps (source,sourceversion) -> to a packages list
the idea is : if the normalized version of the package is equal to the source version, then add it to the table indexed by source version, otherwise add it to the table indexed by package version actually it should be sourceversion -> list of list of clusters grouped by version (source,sourceversion) -> (version, realversion, package list)