fn get_tar_file_list(pkg: &DirEntry) -> Result<HashSet<String>>
Get the list of all files inside a given compressed tarball.
This function provides data which is necessary to determine which subset of files should be extracted.