]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - debian/control
tests: explicitly specify 1k block sizes when creating test file systems
[thirdparty/e2fsprogs.git] / debian / control
CommitLineData
4d8f08f4 1Source: e2fsprogs
56e5d125 2Section: admin
4d8f08f4 3Priority: required
5a0d720a 4Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
8c72de15 5Build-Depends: gettext, texinfo, pkg-config, libfuse-dev [linux-any kfreebsd-any] <!pkg.e2fsprogs.no-fuse2fs>, libattr1-dev, debhelper (>= 9.0), libblkid-dev, uuid-dev, m4
1666cc9d 6Standards-Version: 4.1.3
afa78742 7Homepage: http://e2fsprogs.sourceforge.net
4d8f08f4 8
d1335619 9Package: fuse2fs
8c72de15 10Build-Profiles: <!pkg.e2fsprogs.no-fuse2fs>
d1335619
TT
11Priority: optional
12Depends: ${shlibs:Depends}, ${misc:Depends}
d3c05957 13Architecture: linux-any kfreebsd-any
d1335619
TT
14Description: ext2 / ext3 / ext4 file system driver for FUSE
15 fuse2fs is a FUSE file system client that supports reading and
16 writing from devices or image files containing ext2, ext3, and ext4
17 file systems.
18
1893e713 19Package: e2fsck-static
f704ab1c 20Build-Profiles: <!pkg.e2fsprogs.no-static-e2fsck>
1893e713 21Priority: optional
a4d77554 22Depends: ${misc:Depends}
ab68fb9b 23Recommends: sash | bash-static | zsh-static | busybox-static
1893e713 24Architecture: any
90075df5 25Description: statically-linked version of the ext2/ext3/ext4 filesystem checker
5a009bb9 26 This may be of some help to you if your filesystem gets corrupted enough
1893e713
TT
27 to break the shared libraries used by the dynamically linked checker.
28 .
29 This binary takes much more space than its dynamic counterpart located
30 in e2fsprogs, though.
31 .
32 You may want to install a statically-linked shell as well, to be able
33 to run this program if something like your C library gets corrupted.
34
6ac208c2 35Package: e2fsprogs-l10n
4c5e6cd6 36Section: localization
7488c6b0 37Priority: optional
46c299bc 38Depends: e2fsprogs (>= ${binary:Version}), e2fsprogs (<< ${binary:Version}+c~), ${misc:Depends}
6ac208c2 39Replaces: e2fsprogs (<< 1.43.5-1)
9b412579 40Architecture: all
fc8f58ed 41Multi-Arch: foreign
6ac208c2
TT
42Description: ext2/ext3/ext4 file system utilities - translations
43 The ext2, ext3 and ext4 file systems are successors of the original ext
44 ("extended") file system. They are the main file system types used for
45 hard disks on Debian and other Linux systems.
46 .
47 This package provides translations for messages for programs found in
48 the 'e2fsprogs' package.
49
151c86ab 50Package: libcomerr2
146649cd 51Depends: libcom-err2, ${misc:Depends}
847520f6
TT
52Architecture: any
53Multi-Arch: same
146649cd
TT
54Priority: optional
55Section: oldlibs
56Description: transitional package
57 This is a transitional package. It can safely be removed.
58
59Package: libcom-err2
151c86ab 60Section: libs
c5c386ba 61Priority: optional
686c4c12 62Depends: ${shlibs:Depends}, ${misc:Depends}
146649cd
TT
63Replaces: libcomerr2 (<< 1.43.9-1~)
64Breaks: libcomerr2 (<< 1.43.9-1~)
65Provides: libcomerr2 (= ${binary:Version})
151c86ab 66Architecture: any
e84a4a61
TT
67Multi-Arch: same
68Pre-Depends: ${misc:Pre-Depends}
dfcb79e6 69Description: common error description library
151c86ab
TT
70 libcomerr is an attempt to present a common error-handling mechanism to
71 manipulate the most common form of error code in a fashion that does not
72 have the problems identified with mechanisms commonly in use.
73
4d8f08f4 74Package: comerr-dev
020c5477 75Section: libdevel
7488c6b0 76Priority: optional
146649cd 77Depends: libc6-dev | libc-dev, libcom-err2 (= ${mainBinary}), ${misc:Depends}
4d8f08f4 78Suggests: doc-base
32e7608c 79Replaces: e2fslibs-dev (<< 1.33-2), libkrb5-dev (<< 1.3)
4d8f08f4 80Architecture: any
fc8f58ed 81Multi-Arch: same
dfcb79e6 82Description: common error description library - headers and static libraries
151c86ab 83 libcom_err is an attempt to present a common error-handling mechanism to
4d8f08f4
TT
84 manipulate the most common form of error code in a fashion that does not
85 have the problems identified with mechanisms commonly in use.
151c86ab
TT
86 .
87 This package contains the development environment for the com_err library.
88
89Package: libss2
90Section: libs
c5c386ba 91Priority: optional
146649cd 92Depends: libcom-err2, ${shlibs:Depends}, ${misc:Depends}
151c86ab
TT
93Replaces: e2fsprogs (<< 1.34-1)
94Architecture: any
e84a4a61
TT
95Multi-Arch: same
96Pre-Depends: ${misc:Pre-Depends}
dfcb79e6 97Description: command-line interface parsing library
55e00a25
TT
98 libss provides a simple command-line interface parser which will
99 accept input from the user, parse the command into an argv argument
100 vector, and then dispatch it to a handler function.
94df6e9e 101 .
151c86ab 102 It was originally inspired by the Multics SubSystem library.
4d8f08f4
TT
103
104Package: ss-dev
020c5477 105Section: libdevel
7488c6b0 106Priority: optional
686c4c12 107Depends: libc6-dev | libc-dev, libss2 (= ${mainBinary}), comerr-dev, ${misc:Depends}
4d8f08f4 108Architecture: any
fc8f58ed 109Multi-Arch: same
dfcb79e6 110Description: command-line interface parsing library - headers and static libraries
4d8f08f4
TT
111 This package includes a tool that parses a command table to generate
112 a simple command-line interface parser, the include files needed to
113 compile and use it, and the static libs.
94df6e9e 114 .
4d8f08f4 115 It was originally inspired by the Multics SubSystem library.
151c86ab
TT
116 .
117 This package contains the development environment for the ss library.
3ae497ea 118
dd198d68 119Package: e2fsprogs-udeb
0e253c1a 120Build-Profiles: <!noudeb>
3a50a3ea 121Package-Type: udeb
dd198d68 122Section: debian-installer
56e5d125 123Priority: optional
686c4c12 124Depends: ${shlibs:Depends}, ${misc:Depends}
dd198d68 125Architecture: any
dfcb79e6 126Description: stripped-down versions of e2fsprogs, for debian-installer
dd198d68
TT
127 This package is an e2fsprogs package built for a reduced size, so that
128 it can help to save space in debian-installer.
129 .
f704ab1c 130 Don't attempt to install this package, it has no support for a couple of
79786216 131 features you surely want. Anyway it should refuse to install.
b90b826b 132
151c86ab 133Package: e2fslibs
146649cd 134Depends: libext2fs2, ${misc:Depends}
847520f6
TT
135Architecture: any
136Multi-Arch: same
146649cd
TT
137Priority: optional
138Section: oldlibs
139Description: transitional package
140 This is a transitional package. It can safely be removed.
141
142Package: e2fslibs-dev
143Depends: libext2fs-dev, ${misc:Depends}
144Architecture: all
145Priority: optional
146Section: oldlibs
147Description: transitional package
148 This is a transitional package. It can safely be removed.
149
150Package: libext2fs2
151c86ab 151Section: libs
c5c386ba 152Priority: optional
686c4c12 153Depends: ${shlibs:Depends}, ${misc:Depends}
146649cd
TT
154Replaces: e2fslibs (<< 1.43.9-1~)
155Breaks: e2fslibs (<< 1.43.9-1~)
156Provides: e2fslibs (= ${binary:Version})
151c86ab 157Architecture: any
e84a4a61
TT
158Multi-Arch: same
159Pre-Depends: ${misc:Pre-Depends}
90075df5
TT
160Description: ext2/ext3/ext4 file system libraries
161 The ext2, ext3 and ext4 file systems are successors of the original ext
162 ("extended") file system. They are the main file system types used for
163 hard disks on Debian and other Linux systems.
164 .
165 This package provides the ext2fs and e2p libraries, for userspace software
166 that directly accesses extended file systems. Programs that use libext2fs
167 include e2fsck, mke2fs, and tune2fs. Programs that use libe2p include
168 dumpe2fs, chattr, and lsattr.
151c86ab 169
146649cd 170Package: libext2fs-dev
151c86ab 171Section: libdevel
7488c6b0 172Priority: optional
146649cd
TT
173Depends: libc6-dev | libc-dev, comerr-dev, libext2fs2 (= ${binary:Version}), ${misc:Depends}
174Replaces: e2fslibs-dev (<< 1.43.9-1~)
175Breaks: e2fslibs-dev (<< 1.43.9-1~)
176Provides: e2fslibs-dev (= ${binary:Version})
151c86ab 177Suggests: doc-base
151c86ab 178Architecture: any
90075df5
TT
179Description: ext2/ext3/ext4 file system libraries - headers and static libraries
180 The ext2, ext3 and ext4 file systems are successors of the original ext
181 ("extended") file system. They are the main file system types used for
182 hard disks on Debian and other Linux systems.
151c86ab 183 .
334ebeba 184 This package contains the development environment for the ext2fs and e2p
151c86ab
TT
185 libraries.
186
b90b826b
TT
187Package: e2fsprogs
188Essential: yes
3f557ac7 189Pre-Depends: ${shlibs:Depends}, ${misc:Depends}, libblkid1, libuuid1
d2051f11 190Multi-Arch: foreign
8e86ecf7
TT
191Suggests: gpart, parted, fuse2fs, e2fsck-static
192Recommends: e2fsprogs-l10n
b90b826b 193Architecture: any
95981655
TT
194Description: ext2/ext3/ext4 file system utilities
195 The ext2, ext3 and ext4 file systems are successors of the original ext
196 ("extended") file system. They are the main file system types used for
197 hard disks on Debian and other Linux systems.
b90b826b 198 .
95981655 199 This package contains programs for creating, checking, and maintaining
8cfa6400 200 ext2/3/4-based file systems. It also includes the "badblocks" program,
a7da1af7 201 which can be used to scan for bad blocks on a disk or other storage device.