Home | History | Annotate | Download | only in debian
      1 Source: e2fsprogs
      2 Section: admin
      3 Priority: required
      4 Maintainer: Theodore Y. Ts'o <tytso (a] mit.edu>
      5 Build-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
      6 Standards-Version: 4.2.0
      7 Homepage: http://e2fsprogs.sourceforge.net
      8 Vcs-Browser: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
      9 Vcs-Git: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git -b debian/master
     10 
     11 Package: fuse2fs
     12 Build-Profiles: <!pkg.e2fsprogs.no-fuse2fs>
     13 Priority: optional
     14 Depends: ${shlibs:Depends}, ${misc:Depends}
     15 Architecture: linux-any kfreebsd-any
     16 Description: 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 
     21 Package: e2fsck-static
     22 Build-Profiles: <!pkg.e2fsprogs.no-static-e2fsck>
     23 Priority: optional
     24 Depends: ${misc:Depends}
     25 Recommends: sash | bash-static | zsh-static | busybox-static
     26 Architecture: any
     27 Description: 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 
     37 Package: e2fsprogs-l10n
     38 Section: localization
     39 Priority: optional
     40 Depends: e2fsprogs (>= ${binary:Version}), e2fsprogs (<< ${binary:Version}+c~), ${misc:Depends}
     41 Replaces: e2fsprogs (<< 1.43.5-1)
     42 Architecture: all
     43 Multi-Arch: foreign
     44 Description: 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 
     52 Package: libcomerr2
     53 Depends: libcom-err2, ${misc:Depends}
     54 Architecture: any
     55 Multi-Arch: same
     56 Priority: optional
     57 Section: oldlibs
     58 Description: transitional package
     59  This is a transitional package. It can safely be removed.
     60 
     61 Package: libcom-err2
     62 Section: libs
     63 Priority: optional
     64 Depends: ${shlibs:Depends}, ${misc:Depends}
     65 Replaces: libcomerr2 (<< 1.43.9-1~)
     66 Breaks: libcomerr2 (<< 1.43.9-1~)
     67 Provides: libcomerr2 (= ${binary:Version})
     68 Architecture: any
     69 Multi-Arch: same
     70 Pre-Depends: ${misc:Pre-Depends}
     71 Description: 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 
     76 Package: comerr-dev
     77 Section: libdevel
     78 Priority: optional
     79 Depends: libc6-dev | libc-dev, libcom-err2 (= ${mainBinary}), ${misc:Depends}
     80 Suggests: doc-base
     81 Replaces: e2fslibs-dev (<< 1.33-2), libkrb5-dev (<< 1.3)
     82 Architecture: any
     83 Multi-Arch: same
     84 Description: 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 
     91 Package: libss2
     92 Section: libs
     93 Priority: optional
     94 Depends: libcom-err2, ${shlibs:Depends}, ${misc:Depends}
     95 Replaces: e2fsprogs (<< 1.34-1)
     96 Architecture: any
     97 Multi-Arch: same
     98 Pre-Depends: ${misc:Pre-Depends}
     99 Description: 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 
    106 Package: ss-dev
    107 Section: libdevel
    108 Priority: optional
    109 Depends: libc6-dev | libc-dev, libss2 (= ${mainBinary}), comerr-dev, ${misc:Depends}
    110 Architecture: any
    111 Multi-Arch: same
    112 Description: 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 
    121 Package: e2fsprogs-udeb
    122 Build-Profiles: <!noudeb>
    123 Package-Type: udeb
    124 Section: debian-installer
    125 Priority: optional
    126 Depends: ${shlibs:Depends}, ${misc:Depends}
    127 Architecture: any
    128 Description: 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 
    135 Package: e2fslibs
    136 Depends: libext2fs2, ${misc:Depends}
    137 Architecture: any
    138 Multi-Arch: same
    139 Priority: optional
    140 Section: oldlibs
    141 Description: transitional package
    142  This is a transitional package. It can safely be removed.
    143 
    144 Package: e2fslibs-dev
    145 Depends: libext2fs-dev, ${misc:Depends}
    146 Architecture: all
    147 Priority: optional
    148 Section: oldlibs
    149 Description: transitional package
    150  This is a transitional package. It can safely be removed.
    151 
    152 Package: libext2fs2
    153 Section: libs
    154 Priority: optional
    155 Depends: ${shlibs:Depends}, ${misc:Depends}
    156 Replaces: e2fslibs (<< 1.43.9-1~)
    157 Breaks: e2fslibs (<< 1.43.9-1~)
    158 Provides: e2fslibs (= ${binary:Version})
    159 Architecture: any
    160 Multi-Arch: same
    161 Pre-Depends: ${misc:Pre-Depends}
    162 Description: 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 
    172 Package: libext2fs-dev
    173 Section: libdevel
    174 Priority: optional
    175 Depends: libc6-dev | libc-dev, comerr-dev, libext2fs2 (= ${binary:Version}), ${misc:Depends}
    176 Replaces: e2fslibs-dev (<< 1.43.9-1~)
    177 Breaks: e2fslibs-dev (<< 1.43.9-1~)
    178 Provides: e2fslibs-dev (= ${binary:Version})
    179 Suggests: doc-base
    180 Architecture: any
    181 Description: 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 
    189 Package: e2fsprogs
    190 XB-Important: yes
    191 Pre-Depends: ${shlibs:Depends}, ${misc:Depends}, libblkid1, libuuid1
    192 Multi-Arch: foreign
    193 Suggests: gpart, parted, fuse2fs, e2fsck-static
    194 Recommends: e2fsprogs-l10n, lvm2, util-linux, coreutils
    195 Architecture: any
    196 Description: 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