Source: erofs-utils
Priority: optional
Maintainer: Gao Xiang <xiang@kernel.org>
Build-Depends:
 debhelper-compat (= 10),
 libdeflate-dev,
 liblz4-dev,
 liblzma-dev,
 libselinux1-dev [linux-any],
 libxxhash-dev,
 libzstd-dev,
 pkgconf,
 uuid-dev,
 zlib1g-dev,
 libfuse3-dev [linux-any] <!pkg.erofs-utils.no-erofsfuse>
Section: admin
Standards-Version: 4.7.2
Homepage: http://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git

Package: erofs-utils
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: erofsfuse [linux-any]
Description: Utilities for EROFS File System
 EROFS (Enhanced Read-Only File System) is a lightweight
 read-only file system with modern designs (eg. page-sized
 blocks, inline xattrs/data, etc.) for scenarios which need
 high-performance read-only requirements, e.g. Android OS
 for smartphones and LIVECDs.
 .
 It also provides fixed-sized output compression support,
 which improves storage density, keeps relatively higher
 compression ratios, which is more useful to achieve high
 performance for embedded devices with limited memory.

Package: erofsfuse
Architecture: linux-any
Build-Profiles: <!pkg.erofs-utils.no-erofsfuse>
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: fuse3
Description: FUSE Mount Utility for EROFS File System
 EROFS (Enhanced Read-Only File System) is a lightweight
 read-only file system with modern designs (eg. page-sized
 blocks, inline xattrs/data, etc.) for scenarios which need
 high-performance read-only requirements, e.g. Android OS
 for smartphones and LIVECDs.
 .
 It also provides fixed-sized output compression support,
 which improves storage density, keeps relatively higher
 compression ratios, which is more useful to achieve high
 performance for embedded devices with limited memory.
 .
 This package contains a utility to mount EROFS images
 using FUSE.
