1 Source: e2fsprogs 2 Section: admin 3 Priority: required 4 Maintainer: Theodore Y. Ts'o <tytso (a] mit.edu> 5 Build-Depends: texi2html (>= 1.76), gettext, texinfo, dc, pkg-config, dietlibc-dev [alpha amd64 arm hppa i386 ia64 mips mipsel powerpc ppc64 s390 sparc], libsepol1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libdevmapper-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libselinux1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], debhelper (>= 4) 6 Standards-Version: 3.7.3.0 7 8 Package: e2fsck-static 9 Section: admin 10 Priority: optional 11 Depends: 12 Recommends: sash | zsh-static | busybox-static | zsh30-static 13 Architecture: any 14 Description: statically-linked version of the ext2 filesystem checker 15 This may be of some help to you if your filesystem gets corrupted enough 16 to break the shared libraries used by the dynamically linked checker. 17 . 18 This binary takes much more space than its dynamic counterpart located 19 in e2fsprogs, though. 20 . 21 You may want to install a statically-linked shell as well, to be able 22 to run this program if something like your C library gets corrupted. 23 24 Package: libcomerr2 25 Section: libs 26 Priority: required 27 Provides: libcomerr-kth-compat 28 Depends: ${shlibs:Depends} 29 Replaces: e2fsprogs (<< 1.34-1) 30 Architecture: any 31 Description: common error description library 32 libcomerr is an attempt to present a common error-handling mechanism to 33 manipulate the most common form of error code in a fashion that does not 34 have the problems identified with mechanisms commonly in use. 35 36 Package: comerr-dev 37 Section: libdevel 38 Priority: extra 39 Depends: libc6-dev | libc-dev, libcomerr2 (= ${mainBinary}) 40 Suggests: doc-base 41 Replaces: e2fslibs-dev (<< 1.33-2), libkrb5-dev (<< 1.3) 42 Architecture: any 43 Description: common error description library - headers and static libraries 44 libcom_err is an attempt to present a common error-handling mechanism to 45 manipulate the most common form of error code in a fashion that does not 46 have the problems identified with mechanisms commonly in use. 47 . 48 This package contains the development environment for the com_err library. 49 50 Package: libss2 51 Section: libs 52 Priority: required 53 Depends: libcomerr2, ${shlibs:Depends} 54 Replaces: e2fsprogs (<< 1.34-1) 55 Architecture: any 56 Description: command-line interface parsing library 57 This package includes a tool that parses a command table to generate 58 a simple command-line interface parser, the include files needed to 59 compile and use it, and the static libs. 60 . 61 It was originally inspired by the Multics SubSystem library. 62 63 Package: ss-dev 64 Section: libdevel 65 Priority: extra 66 Depends: libc6-dev | libc-dev, libss2 (= ${mainBinary}), comerr-dev 67 Architecture: any 68 Description: command-line interface parsing library - headers and static libraries 69 This package includes a tool that parses a command table to generate 70 a simple command-line interface parser, the include files needed to 71 compile and use it, and the static libs. 72 . 73 It was originally inspired by the Multics SubSystem library. 74 . 75 This package contains the development environment for the ss library. 76 77 Package: libuuid1 78 Section: libs 79 Priority: required 80 Depends: passwd, ${shlibs:Depends} 81 Recommends: uuid-runtime 82 Replaces: e2fsprogs (<< 1.34-1) 83 Architecture: any 84 Description: universally unique id library 85 libuuid generates and parses 128-bit universally unique id's (UUID's). 86 See RFC 4122 for more information. 87 88 Package: uuid-runtime 89 Section: libs 90 Priority: optional 91 Depends: passwd, libuuid1 (>> 1.40.3-1), ${shlibs:Depends} 92 Replaces: e2fsprogs (<= 1.40.3-1ubuntu1) 93 Architecture: any 94 Description: universally unique id library 95 libuuid generates and parses 128-bit universally unique id's (UUID's). 96 See RFC 4122 for more information. 97 . 98 This package contains the uuidd daemon which is used by libuuid as well as 99 the uuidgen program. 100 101 Package: libuuid1-udeb 102 Section: debian-installer 103 Priority: optional 104 Depends: ${shlibs:Depends} 105 Architecture: any 106 Description: universally unique id library 107 libuuid generates and parses 128-bit universally unique id's (UUID's). 108 See RFC 4122 for more information. 109 . 110 This is a minimal package for debian-installer. 111 112 Package: uuid-dev 113 Section: libdevel 114 Priority: extra 115 Depends: libc6-dev | libc-dev, libuuid1 (= ${mainBinary}) 116 Replaces: e2fslibs-dev (<< 1.15) 117 Architecture: any 118 Description: universally unique id library - headers and static libraries 119 libuuid generates and parses 128-bit universally unique id's (UUID's). 120 See RFC 4122 for more information. 121 . 122 This package contains the development environment for the uuid library. 123 124 Package: libblkid1 125 Section: libs 126 Priority: required 127 Depends: ${shlibs:Depends} 128 Architecture: any 129 Description: block device id library 130 The blkid library which allows system programs like fsck and 131 mount to quickly and easily find block devices by filesystem UUID and 132 LABEL. This allows system administrators to avoid specifying 133 filesystems by hard-coded device names, but via a logical naming 134 system instead. 135 136 Package: libblkid1-udeb 137 Section: debian-installer 138 Priority: optional 139 Depends: ${shlibs:Depends} 140 Architecture: any 141 Description: block device id library 142 The blkid library which allows system programs like fsck and 143 mount to quickly and easily find block devices by filesystem UUID and 144 LABEL. This allows system administrators to avoid specifiying 145 filesystems by hard-coded device names, but via a logical naming 146 system instead. 147 . 148 This is a minimal package for debian-installer. 149 150 Package: libblkid-dev 151 Section: libdevel 152 Priority: extra 153 Depends: libc6-dev | libc-dev, libblkid1 (= ${binary:Version}) 154 Architecture: any 155 Description: block device id library - headers and static libraries 156 The blkid library which allows system programs like fsck and 157 mount to quickly and easily find block devices by filesystem UUID and 158 LABEL. This allows system administrators to avoid specifiying 159 filesystems by hard-coded device names, but via a logical naming 160 system instead. 161 . 162 This package contains the development environment for the blkid library. 163 164 Package: e2fsprogs-udeb 165 Section: debian-installer 166 Priority: optional 167 Depends: ${shlibs:Depends} 168 Architecture: any 169 Description: stripped-down versions of e2fsprogs, for debian-installer 170 This package is an e2fsprogs package built for a reduced size, so that 171 it can help to save space in debian-installer. 172 . 173 Don't attempt to install this package, it has no support for a couple of 174 features you surely want. Anyway it should refuse to install. 175 176 Package: e2fslibs 177 Section: libs 178 Priority: required 179 Depends: ${shlibs:Depends} 180 Replaces: e2fsprogs (<< 1.34-1) 181 Provides: libext2fs2, libe2p2 182 Architecture: any 183 Description: ext2 filesystem libraries 184 The ext2fs and e2p libraries are used by programs that directly access 185 EXT2 filesystems from usermode programs. The EXT2 filesystem is very often 186 used as the default filesystem on Linux systems. Various system programs 187 that use libext2fs include e2fsck, mke2fs, tune2fs, etc. Programs that use 188 libe2p include dumpe2fs, chattr, and lsattr. 189 190 Package: e2fslibs-dev 191 Section: libdevel 192 Priority: extra 193 Depends: libc6-dev | libc-dev, comerr-dev, e2fslibs (= ${binary:Version}) 194 Suggests: doc-base 195 Provides: ext2fs-dev, e2p-dev 196 Replaces: libkrb5-dev (<< 1.3) 197 Architecture: any 198 Description: ext2 filesystem libraries - headers and static libraries 199 The ext2fs and e2p libraries are used by programs that directly access 200 EXT2 filesystems from usermode programs. The EXT2 filesystem is very often 201 used as the default filesystem on Linux systems. Various system programs 202 that use libext2fs include e2fsck, mke2fs, tune2fs, etc. Programs that use 203 libe2p include dumpe2fs, chattr, and lsattr. 204 . 205 This package contains the development environment for the ext2fs and e2p 206 libraries. 207 208 Package: e2fsprogs 209 Essential: yes 210 Pre-Depends: ${shlibs:Depends} 211 Depends: 212 Suggests: gpart, parted, e2fsck-static 213 Conflicts: dump (<< 0.4b4-4), quota (<< 1.55-8.1), initscripts (<< 2.85-4), sysvinit (<< 2.85-4) 214 Replaces: hurd (<= 20040301-1), libblkid1 (<< 1.38+1.39-WIP-2005.12.10-2), libuuid1 (<< 1.38+1.39-WIP-2005.12.10-2) 215 Architecture: any 216 Description: ext2 file system utilities and libraries 217 EXT2 stands for "Extended Filesystem", version 2. It's the main 218 filesystem type used for hard disks on Debian and other Linux systems. 219 . 220 This package contains programs for creating, checking, and maintaining EXT2 221 filesystems, and the generic `fsck' wrapper. 222