diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:23:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:23:11 +0000 |
commit | 26de5ed8d24188f544a9bc27cb7d86b641bceddf (patch) | |
tree | 7fbf5e1edc1e6b0fca9bda79edfe97168485ee26 /debian/control | |
parent | Adding upstream version 1:4.6.1. (diff) | |
download | squashfs-tools-26de5ed8d24188f544a9bc27cb7d86b641bceddf.tar.xz squashfs-tools-26de5ed8d24188f544a9bc27cb7d86b641bceddf.zip |
Adding debian version 1:4.6.1-1.debian/1%4.6.1-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..e8ef660 --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: squashfs-tools +Section: kernel +Priority: optional +Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org> +Build-Depends: + debhelper-compat (= 13), libattr1-dev, liblzma-dev, liblzo2-dev, liblz4-dev, zlib1g-dev, libzstd-dev, help2man +Standards-Version: 4.6.2 +Homepage: https://github.com/plougher/squashfs-tools + +Package: squashfs-tools +Architecture: linux-any kfreebsd-any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Tool to create and append to squashfs filesystems + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival use + (i.e. in cases where a .tar.gz file may be used), and in constrained block + device/memory systems (e.g. embedded systems) where low overhead is needed. |