]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - debian/control.in
debian: adjust how we build hardened binaries to avoid blhc complaints
[thirdparty/e2fsprogs.git] / debian / control.in
CommitLineData
55e00a25
TT
1define(MULTIARCH_HEADERS,ifdef(`DO_MULTIARCH',
2Multi-Arch: same
3Pre-Depends: ${misc:Pre-Depends},REMOVE_ME))dnl
4define(UTIL_LINUX_NG_DEFINES,
5ifdef(`UTIL_LINUX_NG', ``libblkid-dev (>= 2.16), uuid-dev (>= 2.16),''))dnl
4d8f08f4 6Source: e2fsprogs
56e5d125 7Section: admin
4d8f08f4 8Priority: required
5a0d720a 9Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
8fb86b46 10Build-Depends: gettext, texinfo, pkg-config, gcc-multilib [mips mipsel], libfuse-dev, libattr1-dev, debhelper (>= 9.0), UTIL_LINUX_NG_DEFINES m4
d6adf070 11Standards-Version: 3.9.8
afa78742 12Homepage: http://e2fsprogs.sourceforge.net
4d8f08f4 13
d1335619
TT
14Package: fuse2fs
15Priority: optional
16Depends: ${shlibs:Depends}, ${misc:Depends}
17Architecture: any
18Description: ext2 / ext3 / ext4 file system driver for FUSE
19 fuse2fs is a FUSE file system client that supports reading and
20 writing from devices or image files containing ext2, ext3, and ext4
21 file systems.
22
a8ffb5c2 23ifdef(`E2FSCK_STATIC',``
1893e713 24Package: e2fsck-static
1893e713 25Priority: optional
a4d77554 26Depends: ${misc:Depends}
96099115 27Recommends: sash | bash-static | zsh-static | busybox-static | zsh30-static
1893e713 28Architecture: any
90075df5 29Description: statically-linked version of the ext2/ext3/ext4 filesystem checker
5a009bb9 30 This may be of some help to you if your filesystem gets corrupted enough
1893e713
TT
31 to break the shared libraries used by the dynamically linked checker.
32 .
33 This binary takes much more space than its dynamic counterpart located
34 in e2fsprogs, though.
35 .
36 You may want to install a statically-linked shell as well, to be able
37 to run this program if something like your C library gets corrupted.
a8ffb5c2 38'')dnl
1893e713 39
151c86ab
TT
40Package: libcomerr2
41Section: libs
151c86ab 42Provides: libcomerr-kth-compat
686c4c12 43Depends: ${shlibs:Depends}, ${misc:Depends}
151c86ab
TT
44Replaces: e2fsprogs (<< 1.34-1)
45Architecture: any
55e00a25 46MULTIARCH_HEADERS
dfcb79e6 47Description: common error description library
151c86ab
TT
48 libcomerr is an attempt to present a common error-handling mechanism to
49 manipulate the most common form of error code in a fashion that does not
50 have the problems identified with mechanisms commonly in use.
51
4d8f08f4 52Package: comerr-dev
020c5477 53Section: libdevel
4d8f08f4 54Priority: extra
686c4c12 55Depends: libc6-dev | libc-dev, libcomerr2 (= ${mainBinary}), ${misc:Depends}
4d8f08f4 56Suggests: doc-base
32e7608c 57Replaces: e2fslibs-dev (<< 1.33-2), libkrb5-dev (<< 1.3)
4d8f08f4 58Architecture: any
dfcb79e6 59Description: common error description library - headers and static libraries
151c86ab 60 libcom_err is an attempt to present a common error-handling mechanism to
4d8f08f4
TT
61 manipulate the most common form of error code in a fashion that does not
62 have the problems identified with mechanisms commonly in use.
151c86ab
TT
63 .
64 This package contains the development environment for the com_err library.
65
66Package: libss2
67Section: libs
686c4c12 68Depends: libcomerr2, ${shlibs:Depends}, ${misc:Depends}
151c86ab
TT
69Replaces: e2fsprogs (<< 1.34-1)
70Architecture: any
55e00a25 71MULTIARCH_HEADERS
dfcb79e6 72Description: command-line interface parsing library
55e00a25
TT
73 libss provides a simple command-line interface parser which will
74 accept input from the user, parse the command into an argv argument
75 vector, and then dispatch it to a handler function.
94df6e9e 76 .
151c86ab 77 It was originally inspired by the Multics SubSystem library.
4d8f08f4
TT
78
79Package: ss-dev
020c5477 80Section: libdevel
4d8f08f4 81Priority: extra
686c4c12 82Depends: libc6-dev | libc-dev, libss2 (= ${mainBinary}), comerr-dev, ${misc:Depends}
4d8f08f4 83Architecture: any
dfcb79e6 84Description: command-line interface parsing library - headers and static libraries
4d8f08f4
TT
85 This package includes a tool that parses a command table to generate
86 a simple command-line interface parser, the include files needed to
87 compile and use it, and the static libs.
94df6e9e 88 .
4d8f08f4 89 It was originally inspired by the Multics SubSystem library.
151c86ab
TT
90 .
91 This package contains the development environment for the ss library.
95f65c3d 92ifdef(`UTIL_LINUX_NG',,``
151c86ab
TT
93Package: libuuid1
94Section: libs
686c4c12 95Depends: passwd, ${shlibs:Depends}, ${misc:Depends}
740837de 96Recommends: uuid-runtime
151c86ab
TT
97Replaces: e2fsprogs (<< 1.34-1)
98Architecture: any
55e00a25 99MULTIARCH_HEADERS
683f755e
TT
100Description: Universally Unique ID library
101 The libuuid library generates and parses 128-bit universally unique
1e69a240 102 ids (UUIDs). A UUID is an identifier that is unique across both
683f755e
TT
103 space and time, with respect to the space of all UUIDs. A UUID can
104 be used for multiple purposes, from tagging objects with an extremely
105 short lifetime, to reliably identifying very persistent objects
106 across a network.
107 .
108 See RFC 4122 for more information.
4d8f08f4 109
740837de
TT
110Package: uuid-runtime
111Section: libs
112Priority: optional
686c4c12 113Depends: passwd, libuuid1 (>> 1.40.3-1), ${shlibs:Depends}, ${misc:Depends}
740837de
TT
114Replaces: e2fsprogs (<= 1.40.3-1ubuntu1)
115Architecture: any
683f755e
TT
116Description: runtime components for the Universally Unique ID library
117 The libuuid library generates and parses 128-bit universally unique
1e69a240 118 ids (UUIDs). A UUID is an identifier that is unique across both
683f755e
TT
119 space and time, with respect to the space of all UUIDs. A UUID can
120 be used for multiple purposes, from tagging objects with an extremely
121 short lifetime, to reliably identifying very persistent objects
122 across a network.
123 .
124 See RFC 4122 for more information.
740837de 125 .
9aa109c9
TT
126 This package contains the uuidgen program and the uuidd daemon.
127 .
683f755e
TT
128 The uuidd daemon is used to generate UUIDs, especially time-based
129 UUID’s, in a secure and guaranteed-unique fashion, even in the face
130 of large numbers of threads trying to grab UUID’s running on
131 different CPU’s. It is used by libuuid as well as the uuidgen
132 program.
740837de 133
b6902b3d 134ifdef(`UDEB_PKGS',``
e254d05b 135Package: libuuid1-udeb
3a50a3ea 136Package-Type: udeb
e254d05b 137Section: debian-installer
56e5d125 138Priority: optional
e254d05b 139Depends: ${shlibs:Depends}
e254d05b 140Architecture: any
683f755e 141Description: stripped down universally unique id library, for debian-installer
1e69a240 142 libuuid generates and parses 128-bit universally unique ids (UUIDs).
8d54e8f2 143 See RFC 4122 for more information.
e254d05b
TT
144 .
145 This is a minimal package for debian-installer.
2b561a67 146'')dnl
e254d05b 147
4d8f08f4 148Package: uuid-dev
020c5477 149Section: libdevel
4d8f08f4 150Priority: extra
686c4c12 151Depends: libc6-dev | libc-dev, libuuid1 (= ${mainBinary}), ${misc:Depends}
4d8f08f4
TT
152Replaces: e2fslibs-dev (<< 1.15)
153Architecture: any
dfcb79e6 154Description: universally unique id library - headers and static libraries
1e69a240 155 libuuid generates and parses 128-bit universally unique ids (UUIDs).
8d54e8f2 156 See RFC 4122 for more information.
151c86ab
TT
157 .
158 This package contains the development environment for the uuid library.
4d8f08f4 159
6fe7d115 160Package: libblkid1
3ae497ea 161Section: libs
686c4c12 162Depends: ${shlibs:Depends}, ${misc:Depends}
3ae497ea 163Architecture: any
dfcb79e6 164Description: block device id library
3ae497ea
TT
165 The blkid library which allows system programs like fsck and
166 mount to quickly and easily find block devices by filesystem UUID and
92bd26be 167 LABEL. This allows system administrators to avoid specifying
3ae497ea
TT
168 filesystems by hard-coded device names, but via a logical naming
169 system instead.
170
b6902b3d 171ifdef(`UDEB_PKGS',``
417781af 172Package: libblkid1-udeb
3a50a3ea 173Package-Type: udeb
417781af 174Section: debian-installer
56e5d125 175Priority: optional
686c4c12 176Depends: ${shlibs:Depends}, ${misc:Depends}
417781af 177Architecture: any
683f755e 178Description: stripped down block device id library, for debian-installer
417781af
TT
179 The blkid library which allows system programs like fsck and
180 mount to quickly and easily find block devices by filesystem UUID and
181 LABEL. This allows system administrators to avoid specifiying
182 filesystems by hard-coded device names, but via a logical naming
183 system instead.
184 .
185 This is a minimal package for debian-installer.
2b561a67 186'')dnl
417781af 187
3ae497ea 188Package: libblkid-dev
020c5477 189Section: libdevel
3ae497ea 190Priority: extra
686c4c12 191Depends: libc6-dev | libc-dev, libblkid1 (= ${binary:Version}), ${misc:Depends}
3ae497ea 192Architecture: any
dfcb79e6 193Description: block device id library - headers and static libraries
3ae497ea
TT
194 The blkid library which allows system programs like fsck and
195 mount to quickly and easily find block devices by filesystem UUID and
196 LABEL. This allows system administrators to avoid specifiying
197 filesystems by hard-coded device names, but via a logical naming
198 system instead.
199 .
200 This package contains the development environment for the blkid library.
95f65c3d 201'')dnl
3ae497ea 202
b6902b3d 203ifdef(`UDEB_PKGS',``
dd198d68 204Package: e2fsprogs-udeb
3a50a3ea 205Package-Type: udeb
dd198d68 206Section: debian-installer
56e5d125 207Priority: optional
686c4c12 208Depends: ${shlibs:Depends}, ${misc:Depends}
dd198d68 209Architecture: any
dfcb79e6 210Description: stripped-down versions of e2fsprogs, for debian-installer
dd198d68
TT
211 This package is an e2fsprogs package built for a reduced size, so that
212 it can help to save space in debian-installer.
213 .
b6902b3d 214 Don'''``t attempt to install this package, it has no support for a couple of
79786216 215 features you surely want. Anyway it should refuse to install.
2b561a67 216'')dnl
b90b826b 217
151c86ab
TT
218Package: e2fslibs
219Section: libs
686c4c12 220Depends: ${shlibs:Depends}, ${misc:Depends}
151c86ab
TT
221Replaces: e2fsprogs (<< 1.34-1)
222Provides: libext2fs2, libe2p2
223Architecture: any
55e00a25 224MULTIARCH_HEADERS
90075df5
TT
225Description: ext2/ext3/ext4 file system libraries
226 The ext2, ext3 and ext4 file systems are successors of the original ext
227 ("extended") file system. They are the main file system types used for
228 hard disks on Debian and other Linux systems.
229 .
230 This package provides the ext2fs and e2p libraries, for userspace software
231 that directly accesses extended file systems. Programs that use libext2fs
232 include e2fsck, mke2fs, and tune2fs. Programs that use libe2p include
233 dumpe2fs, chattr, and lsattr.
151c86ab
TT
234
235Package: e2fslibs-dev
236Section: libdevel
237Priority: extra
686c4c12 238Depends: libc6-dev | libc-dev, comerr-dev, e2fslibs (= ${binary:Version}), ${misc:Depends}
151c86ab
TT
239Suggests: doc-base
240Provides: ext2fs-dev, e2p-dev
241Replaces: libkrb5-dev (<< 1.3)
242Architecture: any
90075df5
TT
243Description: ext2/ext3/ext4 file system libraries - headers and static libraries
244 The ext2, ext3 and ext4 file systems are successors of the original ext
245 ("extended") file system. They are the main file system types used for
246 hard disks on Debian and other Linux systems.
151c86ab
TT
247 .
248 This package contains the development environment for the ext2fs and e2p
249 libraries.
250
b90b826b
TT
251Package: e2fsprogs
252Essential: yes
06807d9f 253ifdef(`UTIL_LINUX_NG',
97f46639 254``Pre-Depends: ${shlibs:Depends}, ${misc:Depends}, util-linux (>= 2.15~rc1-1)
06807d9f
TT
255'',
256``Pre-Depends: ${shlibs:Depends}, ${misc:Depends}
257'')dnl
d2051f11 258Multi-Arch: foreign
b90b826b 259Suggests: gpart, parted, e2fsck-static
afaf1816 260Conflicts: dump (<< 0.4b4-4), quota (<< 1.55-8.1), initscripts (<< 2.85-4), sysvinit (<< 2.85-4)
49cdbb25 261Replaces: hurd (<= 20040301-1), libblkid1 (<< 1.38+1.39-WIP-2005.12.10-2), libuuid1 (<< 1.38+1.39-WIP-2005.12.10-2)
d1335619 262Recommends: fuse2fs
b90b826b 263Architecture: any
95981655
TT
264Description: ext2/ext3/ext4 file system utilities
265 The ext2, ext3 and ext4 file systems are successors of the original ext
266 ("extended") file system. They are the main file system types used for
267 hard disks on Debian and other Linux systems.
b90b826b 268 .
95981655 269 This package contains programs for creating, checking, and maintaining
8cfa6400 270 ext2/3/4-based file systems. It also includes the "badblocks" program,
a7da1af7 271 which can be used to scan for bad blocks on a disk or other storage device.
a6728639 272ifdef(`USE_DBGSYM',,``
fbcb3a85 273Package: e2fsprogs-dbg
2de03c18 274Section: debug
fbcb3a85 275Priority: extra
686c4c12 276Depends: e2fsprogs (= ${binary:Version}), ${misc:Depends}
fbcb3a85 277Architecture: any
90075df5 278Description: debugging information for e2fsprogs
fbcb3a85
TT
279 This package includes the debug information useful for debugging e2fsprogs
280 and its libraries, contained in the e2fsprogs and e2fsck-static packages.
281 The debug information is used for execution tracing and core
a6728639
TT
282 dump analysis.
283'')
284ifdef(`USE_DBGSYM',,ifdef(`UTIL_LINUX_NG',,``
fbcb3a85 285Package: uuid-runtime-dbg
2de03c18 286Section: debug
fbcb3a85 287Priority: extra
686c4c12 288Depends: uuid-runtime (= ${binary:Version}), ${misc:Depends}
fbcb3a85 289Architecture: any
90075df5 290Description: debugging information for uuid-runtime
fbcb3a85
TT
291 This package includes the debug information useful for debugging the
292 uuid runtime programs, contained in the uuid-runtime package.
293 The debugging information is used for execution tracing and core
294 dump analysis.
a6728639
TT
295''))dnl
296ifdef(`USE_DBGSYM',,``
fbcb3a85 297Package: e2fslibs-dbg
2de03c18 298Section: debug
fbcb3a85 299Priority: extra
686c4c12 300Depends: e2fslibs (= ${binary:Version}), ${misc:Depends}
fbcb3a85 301Architecture: any
90075df5 302Description: debugging information for e2fslibs
fbcb3a85
TT
303 This package includes the debug information useful for debugging the
304 ext2fs and e2p libraries, contained in the e2fslibs package. The debug
305 information is used for execution tracing and core dump analysis.
306
307Package: libcomerr2-dbg
2de03c18 308Section: debug
fbcb3a85 309Priority: extra
686c4c12 310Depends: libcomerr2 (= ${binary:Version}), ${misc:Depends}
fbcb3a85 311Architecture: any
90075df5 312Description: debugging information for libcomerr2
fbcb3a85
TT
313 This package includes the debug information useful for debugging the
314 com_err library, contained in the libcomerr2 package. The debugging
315 information is used for execution tracing and core dump analysis.
316
317Package: libss2-dbg
2de03c18 318Section: debug
fbcb3a85 319Priority: extra
686c4c12 320Depends: libss2 (= ${binary:Version}), ${misc:Depends}
fbcb3a85 321Architecture: any
90075df5 322Description: debugging information for libss2
fbcb3a85
TT
323 This package includes the debug information useful for debugging the
324 ss library, contained in the libss2 package. The debug information
325 is used for execution tracing and core dump analysis.
a6728639
TT
326'')dnl
327ifdef(`USE_DBGSYM',,ifdef(`UTIL_LINUX_NG',,``
fbcb3a85 328Package: libblkid1-dbg
2de03c18 329Section: debug
fbcb3a85 330Priority: extra
686c4c12 331Depends: libblkid1 (= ${binary:Version}), ${misc:Depends}
fbcb3a85 332Architecture: any
90075df5 333Description: debugging information for libblkid1
fbcb3a85
TT
334 This package includes the debug information useful for debugging the
335 blkid library, contained in the libblkid1 package. The debug
336 information is used for execution tracing and core dump analysis.
337
338Package: libuuid1-dbg
2de03c18 339Section: debug
fbcb3a85 340Priority: extra
686c4c12 341Depends: libuuid1 (= ${binary:Version}), ${misc:Depends}
fbcb3a85 342Architecture: any
90075df5 343Description: debugging information for libuuid1
fbcb3a85
TT
344 This package includes the debug information useful for debugging the
345 UUID library, contained in the libuuid1 package. The debug
346 information is used for execution tracing and core dump analysis.
a6728639 347''))dnl