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>, libattr1-dev, debhelper (>= 9.0), libblkid-dev, uuid-dev, m4 6Standards-Version: 4.2.0 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: e2fsck-static 22Build-Profiles: <!pkg.e2fsprogs.no-static-e2fsck> 23Priority: optional 24Depends: ${misc:Depends} 25Recommends: sash | bash-static | zsh-static | busybox-static 26Architecture: any 27Description: statically-linked version of the ext2/ext3/ext4 filesystem checker 28 This may be of some help to you if your filesystem gets corrupted enough 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 37Package: e2fsprogs-l10n 38Section: localization 39Priority: optional 40Depends: e2fsprogs (>= ${binary:Version}), e2fsprogs (<< ${binary:Version}+c~), ${misc:Depends} 41Replaces: e2fsprogs (<< 1.43.5-1) 42Architecture: all 43Multi-Arch: foreign 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 52Package: libcomerr2 53Depends: libcom-err2, ${misc:Depends} 54Architecture: any 55Multi-Arch: same 56Priority: optional 57Section: oldlibs 58Description: transitional package 59 This is a transitional package. It can safely be removed. 60 61Package: libcom-err2 62Section: libs 63Priority: optional 64Depends: ${shlibs:Depends}, ${misc:Depends} 65Replaces: libcomerr2 (<< 1.43.9-1~) 66Breaks: libcomerr2 (<< 1.43.9-1~) 67Provides: libcomerr2 (= ${binary:Version}) 68Architecture: any 69Multi-Arch: same 70Pre-Depends: ${misc:Pre-Depends} 71Description: common error description library 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 76Package: comerr-dev 77Section: libdevel 78Priority: optional 79Depends: libc6-dev | libc-dev, libcom-err2 (= ${mainBinary}), ${misc:Depends} 80Suggests: doc-base 81Replaces: e2fslibs-dev (<< 1.33-2), libkrb5-dev (<< 1.3) 82Architecture: any 83Multi-Arch: same 84Description: common error description library - headers and static libraries 85 libcom_err is an attempt to present a common error-handling mechanism to 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. 88 . 89 This package contains the development environment for the com_err library. 90 91Package: libss2 92Section: libs 93Priority: optional 94Depends: libcom-err2, ${shlibs:Depends}, ${misc:Depends} 95Replaces: e2fsprogs (<< 1.34-1) 96Architecture: any 97Multi-Arch: same 98Pre-Depends: ${misc:Pre-Depends} 99Description: command-line interface parsing library 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. 103 . 104 It was originally inspired by the Multics SubSystem library. 105 106Package: ss-dev 107Section: libdevel 108Priority: optional 109Depends: libc6-dev | libc-dev, libss2 (= ${mainBinary}), comerr-dev, ${misc:Depends} 110Architecture: any 111Multi-Arch: same 112Description: command-line interface parsing library - headers and static libraries 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. 116 . 117 It was originally inspired by the Multics SubSystem library. 118 . 119 This package contains the development environment for the ss library. 120 121Package: e2fsprogs-udeb 122Build-Profiles: <!noudeb> 123Package-Type: udeb 124Section: debian-installer 125Priority: optional 126Depends: ${shlibs:Depends}, ${misc:Depends} 127Architecture: any 128Description: stripped-down versions of e2fsprogs, for debian-installer 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 . 132 Don't attempt to install this package, it has no support for a couple of 133 features you surely want. Anyway it should refuse to install. 134 135Package: e2fslibs 136Depends: libext2fs2, ${misc:Depends} 137Architecture: any 138Multi-Arch: same 139Priority: optional 140Section: oldlibs 141Description: transitional package 142 This is a transitional package. It can safely be removed. 143 144Package: e2fslibs-dev 145Depends: libext2fs-dev, ${misc:Depends} 146Architecture: all 147Priority: optional 148Section: oldlibs 149Description: transitional package 150 This is a transitional package. It can safely be removed. 151 152Package: libext2fs2 153Section: libs 154Priority: optional 155Depends: ${shlibs:Depends}, ${misc:Depends} 156Replaces: e2fslibs (<< 1.43.9-1~) 157Breaks: e2fslibs (<< 1.43.9-1~) 158Provides: e2fslibs (= ${binary:Version}) 159Architecture: any 160Multi-Arch: same 161Pre-Depends: ${misc:Pre-Depends} 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. 171 172Package: libext2fs-dev 173Section: libdevel 174Priority: optional 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}) 179Suggests: doc-base 180Architecture: any 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. 185 . 186 This package contains the development environment for the ext2fs and e2p 187 libraries. 188 189Package: e2fsprogs 190XB-Important: yes 191Pre-Depends: ${shlibs:Depends}, ${misc:Depends}, libblkid1, libuuid1 192Multi-Arch: foreign 193Suggests: gpart, parted, fuse2fs, e2fsck-static 194Recommends: e2fsprogs-l10n, lvm2, util-linux, coreutils 195Architecture: any 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. 200 . 201 This package contains programs for creating, checking, and maintaining 202 ext2/3/4-based file systems. It also includes the "badblocks" program, 203 which can be used to scan for bad blocks on a disk or other storage device. 204