]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blob - debian/control
Merge branch 'maint' into next
[thirdparty/e2fsprogs.git] / debian / control
1 Source: e2fsprogs
2 Section: admin
3 Priority: required
4 Maintainer: Theodore Y. Ts'o <tytso@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 uuidgen program and the uuidd daemon.
99 .
100 The uuidd daemon is used to generate universally unique identifiers (UUIDs),
101 especially time-based UUID’s, in a secure and guaranteed-unique fashion,
102 even in the face of large numbers of threads trying to grab UUID’s
103 running on different CPU’s. It is used by by libuuid as well as the
104 uuidgen program.
105
106 Package: libuuid1-udeb
107 Section: debian-installer
108 Priority: optional
109 Depends: ${shlibs:Depends}
110 Architecture: any
111 Description: universally unique id library
112 libuuid generates and parses 128-bit universally unique id's (UUID's).
113 See RFC 4122 for more information.
114 .
115 This is a minimal package for debian-installer.
116
117 Package: uuid-dev
118 Section: libdevel
119 Priority: extra
120 Depends: libc6-dev | libc-dev, libuuid1 (= ${mainBinary})
121 Replaces: e2fslibs-dev (<< 1.15)
122 Architecture: any
123 Description: universally unique id library - headers and static libraries
124 libuuid generates and parses 128-bit universally unique id's (UUID's).
125 See RFC 4122 for more information.
126 .
127 This package contains the development environment for the uuid library.
128
129 Package: libblkid1
130 Section: libs
131 Priority: required
132 Depends: ${shlibs:Depends}
133 Architecture: any
134 Description: block device id library
135 The blkid library which allows system programs like fsck and
136 mount to quickly and easily find block devices by filesystem UUID and
137 LABEL. This allows system administrators to avoid specifying
138 filesystems by hard-coded device names, but via a logical naming
139 system instead.
140
141 Package: libblkid1-udeb
142 Section: debian-installer
143 Priority: optional
144 Depends: ${shlibs:Depends}
145 Architecture: any
146 Description: block device id library
147 The blkid library which allows system programs like fsck and
148 mount to quickly and easily find block devices by filesystem UUID and
149 LABEL. This allows system administrators to avoid specifiying
150 filesystems by hard-coded device names, but via a logical naming
151 system instead.
152 .
153 This is a minimal package for debian-installer.
154
155 Package: libblkid-dev
156 Section: libdevel
157 Priority: extra
158 Depends: libc6-dev | libc-dev, libblkid1 (= ${binary:Version})
159 Architecture: any
160 Description: block device id library - headers and static libraries
161 The blkid library which allows system programs like fsck and
162 mount to quickly and easily find block devices by filesystem UUID and
163 LABEL. This allows system administrators to avoid specifiying
164 filesystems by hard-coded device names, but via a logical naming
165 system instead.
166 .
167 This package contains the development environment for the blkid library.
168
169 Package: e2fsprogs-udeb
170 Section: debian-installer
171 Priority: optional
172 Depends: ${shlibs:Depends}
173 Architecture: any
174 Description: stripped-down versions of e2fsprogs, for debian-installer
175 This package is an e2fsprogs package built for a reduced size, so that
176 it can help to save space in debian-installer.
177 .
178 Don't attempt to install this package, it has no support for a couple of
179 features you surely want. Anyway it should refuse to install.
180
181 Package: e2fslibs
182 Section: libs
183 Priority: required
184 Depends: ${shlibs:Depends}
185 Replaces: e2fsprogs (<< 1.34-1)
186 Provides: libext2fs2, libe2p2
187 Architecture: any
188 Description: ext2 filesystem libraries
189 The ext2fs and e2p libraries are used by programs that directly access
190 EXT2 filesystems from usermode programs. The EXT2 filesystem is very often
191 used as the default filesystem on Linux systems. Various system programs
192 that use libext2fs include e2fsck, mke2fs, tune2fs, etc. Programs that use
193 libe2p include dumpe2fs, chattr, and lsattr.
194
195 Package: e2fslibs-dev
196 Section: libdevel
197 Priority: extra
198 Depends: libc6-dev | libc-dev, comerr-dev, e2fslibs (= ${binary:Version})
199 Suggests: doc-base
200 Provides: ext2fs-dev, e2p-dev
201 Replaces: libkrb5-dev (<< 1.3)
202 Architecture: any
203 Description: ext2 filesystem libraries - headers and static libraries
204 The ext2fs and e2p libraries are used by programs that directly access
205 EXT2 filesystems from usermode programs. The EXT2 filesystem is very often
206 used as the default filesystem on Linux systems. Various system programs
207 that use libext2fs include e2fsck, mke2fs, tune2fs, etc. Programs that use
208 libe2p include dumpe2fs, chattr, and lsattr.
209 .
210 This package contains the development environment for the ext2fs and e2p
211 libraries.
212
213 Package: e2fsprogs
214 Essential: yes
215 Pre-Depends: ${shlibs:Depends}
216 Depends:
217 Suggests: gpart, parted, e2fsck-static
218 Conflicts: dump (<< 0.4b4-4), quota (<< 1.55-8.1), initscripts (<< 2.85-4), sysvinit (<< 2.85-4)
219 Replaces: hurd (<= 20040301-1), libblkid1 (<< 1.38+1.39-WIP-2005.12.10-2), libuuid1 (<< 1.38+1.39-WIP-2005.12.10-2)
220 Architecture: any
221 Description: ext2/ext3/ext4 file system utilities
222 The ext2, ext3 and ext4 file systems are successors of the original ext
223 ("extended") file system. They are the main file system types used for
224 hard disks on Debian and other Linux systems.
225 .
226 This package contains programs for creating, checking, and maintaining
227 ext-based file systems, and the generic fsck wrapper.