File: control

package info (click to toggle)
e2tools 0.0.16-6
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 432 kB
  • ctags: 153
  • sloc: ansic: 3,689; sh: 330; makefile: 28
file content (20 lines) | stat: -rw-r--r-- 785 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: e2tools
Section: misc
Priority: extra
Maintainer: William Vera <billy@billy.com.mx>
Build-Depends: debhelper (>= 7), type-handling (>= 0.2.5), e2fslibs-dev, uuid-dev, ss-dev
Standards-Version: 3.8.3
Homepage: http://home.earthlink.net/~k_sheff/sw/e2tools/index.html

Package: e2tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc: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.