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