1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: cramfsswap
Section: utils
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
zlib1g-dev,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/cramfsswap
Vcs-Git: https://salsa.debian.org/debian/cramfsswap.git
Package: cramfsswap
Architecture: linux-any
Depends: ${misc:Depends},
${shlibs:Depends},
Description: swap endianness of a cram filesystem (cramfs)
cramfs is a highly compressed and size optimized Linux filesystem which is
mainly used for embedded applications. The problem with cramfs is that it
is endianness sensitive, meaning you can't mount a cramfs for a big endian
target on a little endian machine and vice versa. This is often especially
a problem in the development phase.
.
cramfsswap solves that problem by allowing you to swap to endianness of a
cramfs filesystem.
|