craft_parts.utils.deb_utils module¶
deb-related utilities used by both packages and sources.
- craft_parts.utils.deb_utils.extract_deb(deb_path, extract_dir, log_func)¶
Extract file deb_path into extract_dir.
- Parameters:
deb_path (
Path)extract_dir (
Path)log_func (
Callable[[str],None])
- Return type:
None