1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: genext2fs
Section: admin
Priority: optional
Maintainer: Johannes Schauer Marin Rodrigues <josch@debian.org>
Vcs-Git: https://salsa.debian.org/debian/genext2fs.git
Vcs-Browser: https://salsa.debian.org/debian/genext2fs
Build-Depends:
autoconf,
automake,
debhelper-compat (= 13),
libarchive-dev,
Build-Conflicts:
autoconf2.13,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/bestouff/genext2fs
Package: genext2fs
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Multi-Arch: foreign
Description: ext2 filesystem generator for embedded systems
genext2fs is meant to generate an ext2 filesystem as a normal
(non-root) user. It doesn't require you to mount the image file
to copy files on it. It doesn't even require you to be the
superuser to make device nodes.
|