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