4 Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
5 Build-Depends: gettext, texinfo, pkg-config, libfuse-dev [linux-any kfreebsd-any] <!pkg.e2fsprogs.no-fuse2fs>, debhelper-compat (= 12), dh-exec, libblkid-dev, uuid-dev, m4, udev [linux-any], systemd [linux-any], cron [linux-any]
6 Rules-Requires-Root: no
7 Standards-Version: 4.5.1
8 Homepage: http://e2fsprogs.sourceforge.net
9 Vcs-Browser: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
10 Vcs-Git: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git -b debian/master
13 Build-Profiles: <!pkg.e2fsprogs.no-fuse2fs>
15 Depends: ${shlibs:Depends}, ${misc:Depends}
16 Architecture: linux-any kfreebsd-any
17 Description: ext2 / ext3 / ext4 file system driver for FUSE
18 fuse2fs is a FUSE file system client that supports reading and
19 writing from devices or image files containing ext2, ext3, and ext4
24 Depends: ${shlibs:Depends}, ${misc:Depends}
25 Replaces: e2fsprogs (<< 1.45.3-1)
26 Breaks: e2fsprogs (<< 1.45.3-1)
29 Description: save the output of a command in a log file
30 The logsave program will execute cmd_prog with the specified
31 argument(s), and save a copy of its output to logfile. If the
32 containing directory for logfile does not exist, logsave will
33 accumulate the output in memory until it can be written out. A copy
34 of the output will also be written to standard output.
36 Package: e2fsck-static
37 Build-Profiles: <!pkg.e2fsprogs.no-static>
39 Depends: ${misc:Depends}
40 Recommends: sash | bash-static | zsh-static | busybox-static
42 Description: statically-linked version of the ext2/ext3/ext4 filesystem checker
43 This may be of some help to you if your filesystem gets corrupted enough
44 to break the shared libraries used by the dynamically linked checker.
46 This binary takes much more space than its dynamic counterpart located
49 You may want to install a statically-linked shell as well, to be able
50 to run this program if something like your C library gets corrupted.
52 Package: e2fsprogs-l10n
55 Depends: e2fsprogs (>= ${binary:Version}), e2fsprogs (<< ${binary:Version}+c~), ${misc:Depends}
56 Replaces: e2fsprogs (<< 1.43.5-1)
59 Description: ext2/ext3/ext4 file system utilities - translations
60 The ext2, ext3 and ext4 file systems are successors of the original ext
61 ("extended") file system. They are the main file system types used for
62 hard disks on Debian and other Linux systems.
64 This package provides translations for messages for programs found in
65 the 'e2fsprogs' package.
70 Depends: ${shlibs:Depends}, ${misc:Depends}
71 Replaces: libcomerr2 (<< 1.43.9-1~)
72 Breaks: libcomerr2 (<< 1.43.9-1~)
73 Provides: libcomerr2 (= ${binary:Version})
76 Pre-Depends: ${misc:Pre-Depends}
77 Description: common error description library
78 libcomerr is an attempt to present a common error-handling mechanism to
79 manipulate the most common form of error code in a fashion that does not
80 have the problems identified with mechanisms commonly in use.
85 Depends: libc6-dev | libc-dev, libcom-err2 (= ${mainBinary}), ${misc:Depends}
87 Replaces: e2fslibs-dev (<< 1.33-2), libkrb5-dev (<< 1.3)
90 Description: common error description library - headers and static libraries
91 libcom_err is an attempt to present a common error-handling mechanism to
92 manipulate the most common form of error code in a fashion that does not
93 have the problems identified with mechanisms commonly in use.
95 This package contains the development environment for the com_err library.
100 Depends: libcom-err2, ${shlibs:Depends}, ${misc:Depends}
101 Replaces: e2fsprogs (<< 1.34-1)
104 Pre-Depends: ${misc:Pre-Depends}
105 Description: command-line interface parsing library
106 libss provides a simple command-line interface parser which will
107 accept input from the user, parse the command into an argv argument
108 vector, and then dispatch it to a handler function.
110 It was originally inspired by the Multics SubSystem library.
115 Depends: libc6-dev | libc-dev, libss2 (= ${mainBinary}), comerr-dev, ${misc:Depends}
118 Description: command-line interface parsing library - headers and static libraries
119 This package includes a tool that parses a command table to generate
120 a simple command-line interface parser, the include files needed to
121 compile and use it, and the static libs.
123 It was originally inspired by the Multics SubSystem library.
125 This package contains the development environment for the ss library.
127 Package: e2fsprogs-udeb
128 Build-Profiles: <!noudeb>
130 Section: debian-installer
132 Depends: ${shlibs:Depends}, ${misc:Depends}
134 Description: stripped-down versions of e2fsprogs, for debian-installer
135 This package is an e2fsprogs package built for a reduced size, so that
136 it can help to save space in debian-installer.
138 Don't attempt to install this package, it has no support for a couple of
139 features you surely want. Anyway it should refuse to install.
144 Depends: ${shlibs:Depends}, ${misc:Depends}
145 Replaces: e2fslibs (<< 1.43.9-1~)
146 Breaks: e2fslibs (<< 1.43.9-1~)
147 Provides: e2fslibs (= ${binary:Version})
150 Pre-Depends: ${misc:Pre-Depends}
151 Description: ext2/ext3/ext4 file system libraries
152 The ext2, ext3 and ext4 file systems are successors of the original ext
153 ("extended") file system. They are the main file system types used for
154 hard disks on Debian and other Linux systems.
156 This package provides the ext2fs and e2p libraries, for userspace software
157 that directly accesses extended file systems. Programs that use libext2fs
158 include e2fsck, mke2fs, and tune2fs. Programs that use libe2p include
159 dumpe2fs, chattr, and lsattr.
161 Package: libext2fs-dev
164 Depends: libc6-dev | libc-dev, comerr-dev, libext2fs2 (= ${binary:Version}), ${misc:Depends}
165 Replaces: e2fslibs-dev (<< 1.43.9-1~)
166 Breaks: e2fslibs-dev (<< 1.43.9-1~)
167 Provides: e2fslibs-dev (= ${binary:Version})
170 Description: ext2/ext3/ext4 file system libraries - headers and static libraries
171 The ext2, ext3 and ext4 file systems are successors of the original ext
172 ("extended") file system. They are the main file system types used for
173 hard disks on Debian and other Linux systems.
175 This package contains the development environment for the ext2fs and e2p
180 Pre-Depends: ${shlibs:Depends}, ${misc:Depends}, libblkid1, libuuid1
183 Suggests: gpart, parted, fuse2fs, e2fsck-static
184 Recommends: e2fsprogs-l10n
186 Description: ext2/ext3/ext4 file system utilities
187 The ext2, ext3 and ext4 file systems are successors of the original ext
188 ("extended") file system. They are the main file system types used for
189 hard disks on Debian and other Linux systems.
191 This package contains programs for creating, checking, and maintaining
192 ext2/3/4-based file systems. It also includes the "badblocks" program,
193 which can be used to scan for bad blocks on a disk or other storage device.