Whamcloud - gitweb
Many files:
[tools/e2fsprogs.git] / debian / control
1 Source: e2fsprogs
2 Section: base
3 Priority: required
4 Maintainer: Yann Dirson <dirson@debian.org>
5 Build-Depends: texi2html, texinfo, debhelper
6 Standards-Version: 3.0.1
7
8 Package: e2fsprogs
9 Essential: yes
10 Pre-Depends: ${shlibs:Depends}
11 Suggests: gpart, parted
12 Conflicts: e2fslibsg, dump (<< 0.4b4-4), quota (<< 1.55-8.1)
13 Provides: libcomerr2, libss2, libext2fs2, libe2p2, libuuid1, e2fslibsg
14 Replaces: e2fslibsg, ss2g, comerr2g
15 Architecture: any
16 Description: The EXT2 file system utilities and libraries.
17  EXT2 stands for "Extended Filesystem", version 2. It's the main
18  filesystem type used for hard disks on Debian and other Linux systems.
19  .
20  This package contains programs for creating, checking, and maintaining EXT2
21  filesystems, and the generic `fsck' wrapper.
22
23 Package: comerr-dev
24 Section: devel
25 Priority: extra
26 Depends: ${libcdev:Depends}, libcomerr2
27 Suggests: doc-base
28 Conflicts: e2fsprogs (<< 1.10-6)
29 Architecture: any
30 Description: The Common Error Description library - headers and static libraries.
31  libcomerr is an attempt to present a common error-handling mechanism to
32  manipulate the most common form of error code in a fashion that does not
33  have the problems identified with mechanisms commonly in use.
34
35 Package: ss-dev
36 Section: devel
37 Priority: extra
38 Depends: ${libcdev:Depends}, libss2
39 Conflicts: e2fsprogs (<< 1.10-6)
40 Architecture: any
41 Description: Command-line interface parsing library - headers and static libraries.
42  This package includes a tool that parses a command table to generate
43  a simple command-line interface parser, the include files needed to
44  compile and use it, and the static libs.
45  . 
46  It was originally inspired by the Multics SubSystem library.
47
48 Package: uuid-dev
49 Section: devel
50 Priority: extra
51 Depends: ${libcdev:Depends}, e2fsprogs
52 Conflicts: e2fsprogs (<< 1.10-6)
53 Replaces: e2fslibs-dev (<< 1.15)
54 Architecture: any
55 Description: Universally unique id library - headers and static libraries.
56  libuuid generates and parses 128-bit universally unique id's (UUID's),
57  using a standard which is blessed by both Microsoft and DCE, and is
58  being proposed as an internet standard.  See the internet-draft:
59  .
60                 draft-leach-uuids-guids-01.txt
61  .
62  for more information.
63
64 Package: e2fslibs-dev
65 Section: devel
66 Priority: extra
67 Depends: ${libcdev:Depends}, comerr-dev, e2fsprogs
68 Suggests: doc-base
69 Provides: ext2fs-dev, e2p-dev
70 Conflicts: e2fsprogs (<< 1.10-6)
71 Architecture: any
72 Description: The headers and static libraries for ext2fs-aware tools-development.
73  EXT2FS stands for "Extended Filesystem", version 2. It's the filesystem
74  type used for hard disks on Debian and other Linux systems.
75  .
76  This package contains the headers and shared libraries needed to compile
77  ext2fs-aware programs. Only programmers that really manipulate
78  features specific to the ext2 filesystem will need this. Most
79  programmers will use the generic filesystem-independent interface
80  from libc.
81  .
82  It also contains dev files for the e2p lib used by
83  the e2fsprogs, but which is not yet packaged all by itself
84  because it lacks documentation. It may also lack some support
85  files, by I can't really know until someone uses it...
86  .
87  libe2p is for user-level e2fsprogs commands.  It's used by dumpe2fs,
88  chattr, and lsattr.  Functions in libe2p typically have two
89  characteristics (a) don't require that block device containing the
90  filesystem be opened directly (functions in libext2fs do), and (b)
91  libe2p typically contains printf statements or parse user input, and so
92  have more internationalization issues.