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 29 30 31
|
Source: e2tools
Section: misc
Priority: optional
Maintainer: xiao sheng wen <atzlinux@sina.com>
Build-Depends:
debhelper-compat (= 13),
e2fsprogs,
libext2fs-dev,
pkgconf,
ss-dev,
uuid-dev,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://e2tools.github.io
Vcs-Browser: https://salsa.debian.org/debian/e2tools
Vcs-Git: https://salsa.debian.org/debian/e2tools.git
Package: e2tools
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: utilities for manipulating files in an ext2/ext3 filesystem
E2tools is a simple set of utilities to read, write, and manipulate
files in an ext2/ext3 filesystem.
.
The purpose of these utilities is manipulating ext2/ext3 filesystems
from userspace without the need for mounting them, so that they can be
used directly by normal users.
.
Included utilities are e2cp, e2mv, e2rm, e2mkdir, e2ln, e2ls and e2tail.
|