blob: a5efafd20296007e1a4ca5ca324ec76e1796cb4b [file] [log] [blame]
Theodore Ts'o55e00a22011-09-18 23:53:23 -04001define(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
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +00006Source: e2fsprogs
Theodore Ts'o56e5d122006-01-06 21:40:57 -05007Section: admin
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +00008Priority: required
Theodore Ts'o5a0d7202003-03-26 01:06:07 -05009Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Theodore Ts'o52d4a5b2016-05-12 00:00:38 -040010Build-Depends: gettext, texinfo, pkg-config, gcc-multilib [mips mipsel], libfuse-dev, libattr1-dev, debhelper (>= 7.0), UTIL_LINUX_NG_DEFINES m4
Theodore Ts'od6adf072016-05-17 01:14:25 -040011Standards-Version: 3.9.8
Theodore Ts'oafa78742009-04-18 11:37:35 -040012Homepage: http://e2fsprogs.sourceforge.net
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +000013
Filipe Brandenburgera8ffb5c2012-12-14 20:47:03 -080014ifdef(`E2FSCK_STATIC',``
Theodore Ts'o1893e712001-05-21 02:48:41 +000015Package: e2fsck-static
Theodore Ts'o1893e712001-05-21 02:48:41 +000016Priority: optional
Theodore Ts'o686c4c12009-08-23 10:09:36 -040017Depends: ${shlibs:Depends}, ${misc:Depends}
Theodore Ts'o96099112008-07-10 08:47:15 -040018Recommends: sash | bash-static | zsh-static | busybox-static | zsh30-static
Theodore Ts'o1893e712001-05-21 02:48:41 +000019Architecture: any
Theodore Ts'o90075df2009-07-11 16:05:39 -040020Description: statically-linked version of the ext2/ext3/ext4 filesystem checker
Theodore Ts'o5a009bb2001-05-21 05:27:45 +000021 This may be of some help to you if your filesystem gets corrupted enough
Theodore Ts'o1893e712001-05-21 02:48:41 +000022 to break the shared libraries used by the dynamically linked checker.
23 .
24 This binary takes much more space than its dynamic counterpart located
25 in e2fsprogs, though.
26 .
27 You may want to install a statically-linked shell as well, to be able
28 to run this program if something like your C library gets corrupted.
Filipe Brandenburgera8ffb5c2012-12-14 20:47:03 -080029'')dnl
Theodore Ts'o1893e712001-05-21 02:48:41 +000030
Theodore Ts'o151c86a2003-07-25 07:03:00 -040031Package: libcomerr2
32Section: libs
Theodore Ts'o151c86a2003-07-25 07:03:00 -040033Provides: libcomerr-kth-compat
Theodore Ts'o686c4c12009-08-23 10:09:36 -040034Depends: ${shlibs:Depends}, ${misc:Depends}
Theodore Ts'o151c86a2003-07-25 07:03:00 -040035Replaces: e2fsprogs (<< 1.34-1)
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +000036Architecture: any
Theodore Ts'o55e00a22011-09-18 23:53:23 -040037MULTIARCH_HEADERS
Theodore Ts'odfcb79e2005-01-09 15:48:09 -050038Description: common error description library
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +000039 libcomerr is an attempt to present a common error-handling mechanism to
40 manipulate the most common form of error code in a fashion that does not
41 have the problems identified with mechanisms commonly in use.
42
Theodore Ts'o151c86a2003-07-25 07:03:00 -040043Package: comerr-dev
44Section: libdevel
45Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -040046Depends: libc6-dev | libc-dev, libcomerr2 (= ${mainBinary}), ${misc:Depends}
Theodore Ts'o151c86a2003-07-25 07:03:00 -040047Suggests: doc-base
48Replaces: e2fslibs-dev (<< 1.33-2), libkrb5-dev (<< 1.3)
49Architecture: any
Theodore Ts'odfcb79e2005-01-09 15:48:09 -050050Description: common error description library - headers and static libraries
Theodore Ts'o151c86a2003-07-25 07:03:00 -040051 libcom_err is an attempt to present a common error-handling mechanism to
52 manipulate the most common form of error code in a fashion that does not
53 have the problems identified with mechanisms commonly in use.
54 .
55 This package contains the development environment for the com_err library.
56
57Package: libss2
58Section: libs
Theodore Ts'o686c4c12009-08-23 10:09:36 -040059Depends: libcomerr2, ${shlibs:Depends}, ${misc:Depends}
Theodore Ts'o151c86a2003-07-25 07:03:00 -040060Replaces: e2fsprogs (<< 1.34-1)
61Architecture: any
Theodore Ts'o55e00a22011-09-18 23:53:23 -040062MULTIARCH_HEADERS
Theodore Ts'odfcb79e2005-01-09 15:48:09 -050063Description: command-line interface parsing library
Theodore Ts'o55e00a22011-09-18 23:53:23 -040064 libss provides a simple command-line interface parser which will
65 accept input from the user, parse the command into an argv argument
66 vector, and then dispatch it to a handler function.
Theodore Ts'o94df6e92015-05-18 02:14:55 -040067 .
Theodore Ts'o151c86a2003-07-25 07:03:00 -040068 It was originally inspired by the Multics SubSystem library.
69
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +000070Package: ss-dev
Theodore Ts'o020c5472003-04-10 00:01:19 -040071Section: libdevel
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +000072Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -040073Depends: libc6-dev | libc-dev, libss2 (= ${mainBinary}), comerr-dev, ${misc:Depends}
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +000074Architecture: any
Theodore Ts'odfcb79e2005-01-09 15:48:09 -050075Description: command-line interface parsing library - headers and static libraries
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +000076 This package includes a tool that parses a command table to generate
77 a simple command-line interface parser, the include files needed to
78 compile and use it, and the static libs.
Theodore Ts'o94df6e92015-05-18 02:14:55 -040079 .
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +000080 It was originally inspired by the Multics SubSystem library.
Theodore Ts'o151c86a2003-07-25 07:03:00 -040081 .
82 This package contains the development environment for the ss library.
Theodore Ts'o95f65c32009-07-18 22:14:58 -040083ifdef(`UTIL_LINUX_NG',,``
Theodore Ts'o151c86a2003-07-25 07:03:00 -040084Package: libuuid1
85Section: libs
Theodore Ts'o686c4c12009-08-23 10:09:36 -040086Depends: passwd, ${shlibs:Depends}, ${misc:Depends}
Theodore Ts'o740837d2007-12-16 17:21:38 -050087Recommends: uuid-runtime
Theodore Ts'o151c86a2003-07-25 07:03:00 -040088Replaces: e2fsprogs (<< 1.34-1)
89Architecture: any
Theodore Ts'o55e00a22011-09-18 23:53:23 -040090MULTIARCH_HEADERS
Theodore Ts'o683f7552009-05-30 10:23:05 -040091Description: Universally Unique ID library
92 The libuuid library generates and parses 128-bit universally unique
Scott James Remnant1e69a242009-07-15 15:43:21 +010093 ids (UUIDs). A UUID is an identifier that is unique across both
Theodore Ts'o683f7552009-05-30 10:23:05 -040094 space and time, with respect to the space of all UUIDs. A UUID can
95 be used for multiple purposes, from tagging objects with an extremely
96 short lifetime, to reliably identifying very persistent objects
97 across a network.
98 .
99 See RFC 4122 for more information.
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +0000100
Theodore Ts'o740837d2007-12-16 17:21:38 -0500101Package: uuid-runtime
102Section: libs
103Priority: optional
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400104Depends: passwd, libuuid1 (>> 1.40.3-1), ${shlibs:Depends}, ${misc:Depends}
Theodore Ts'o740837d2007-12-16 17:21:38 -0500105Replaces: e2fsprogs (<= 1.40.3-1ubuntu1)
106Architecture: any
Theodore Ts'o683f7552009-05-30 10:23:05 -0400107Description: runtime components for the Universally Unique ID library
108 The libuuid library generates and parses 128-bit universally unique
Scott James Remnant1e69a242009-07-15 15:43:21 +0100109 ids (UUIDs). A UUID is an identifier that is unique across both
Theodore Ts'o683f7552009-05-30 10:23:05 -0400110 space and time, with respect to the space of all UUIDs. A UUID can
111 be used for multiple purposes, from tagging objects with an extremely
112 short lifetime, to reliably identifying very persistent objects
113 across a network.
114 .
115 See RFC 4122 for more information.
Theodore Ts'o740837d2007-12-16 17:21:38 -0500116 .
Theodore Ts'o9aa109c2008-06-02 21:37:06 -0400117 This package contains the uuidgen program and the uuidd daemon.
118 .
Theodore Ts'o683f7552009-05-30 10:23:05 -0400119 The uuidd daemon is used to generate UUIDs, especially time-based
120 UUID’s, in a secure and guaranteed-unique fashion, even in the face
121 of large numbers of threads trying to grab UUID’s running on
122 different CPU’s. It is used by libuuid as well as the uuidgen
123 program.
Theodore Ts'o740837d2007-12-16 17:21:38 -0500124
Filipe Brandenburgerb6902b32014-02-25 01:33:00 -0500125ifdef(`UDEB_PKGS',``
Theodore Ts'oe254d052003-12-07 01:57:04 -0500126Package: libuuid1-udeb
Theodore Ts'o531dfb62008-09-04 22:39:47 -0400127XC-Package-Type: udeb
Theodore Ts'oe254d052003-12-07 01:57:04 -0500128Section: debian-installer
Theodore Ts'o56e5d122006-01-06 21:40:57 -0500129Priority: optional
Theodore Ts'oe254d052003-12-07 01:57:04 -0500130Depends: ${shlibs:Depends}
Theodore Ts'oe254d052003-12-07 01:57:04 -0500131Architecture: any
Theodore Ts'o683f7552009-05-30 10:23:05 -0400132Description: stripped down universally unique id library, for debian-installer
Scott James Remnant1e69a242009-07-15 15:43:21 +0100133 libuuid generates and parses 128-bit universally unique ids (UUIDs).
Theodore Ts'o8d54e8f2006-11-12 20:22:06 -0500134 See RFC 4122 for more information.
Theodore Ts'oe254d052003-12-07 01:57:04 -0500135 .
136 This is a minimal package for debian-installer.
Theodore Ts'o2b561a62014-02-06 14:59:25 -0500137'')dnl
Theodore Ts'oe254d052003-12-07 01:57:04 -0500138
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +0000139Package: uuid-dev
Theodore Ts'o020c5472003-04-10 00:01:19 -0400140Section: libdevel
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +0000141Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400142Depends: libc6-dev | libc-dev, libuuid1 (= ${mainBinary}), ${misc:Depends}
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +0000143Replaces: e2fslibs-dev (<< 1.15)
144Architecture: any
Theodore Ts'odfcb79e2005-01-09 15:48:09 -0500145Description: universally unique id library - headers and static libraries
Scott James Remnant1e69a242009-07-15 15:43:21 +0100146 libuuid generates and parses 128-bit universally unique ids (UUIDs).
Theodore Ts'o8d54e8f2006-11-12 20:22:06 -0500147 See RFC 4122 for more information.
Theodore Ts'o151c86a2003-07-25 07:03:00 -0400148 .
149 This package contains the development environment for the uuid library.
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +0000150
Theodore Ts'o6fe7d112003-03-16 19:58:25 -0500151Package: libblkid1
Theodore Ts'o3ae497e2003-03-16 06:26:25 -0500152Section: libs
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400153Depends: ${shlibs:Depends}, ${misc:Depends}
Theodore Ts'o3ae497e2003-03-16 06:26:25 -0500154Architecture: any
Theodore Ts'odfcb79e2005-01-09 15:48:09 -0500155Description: block device id library
Theodore Ts'o3ae497e2003-03-16 06:26:25 -0500156 The blkid library which allows system programs like fsck and
157 mount to quickly and easily find block devices by filesystem UUID and
Theodore Ts'o92bd26b2007-05-08 00:26:31 -0400158 LABEL. This allows system administrators to avoid specifying
Theodore Ts'o3ae497e2003-03-16 06:26:25 -0500159 filesystems by hard-coded device names, but via a logical naming
160 system instead.
161
Filipe Brandenburgerb6902b32014-02-25 01:33:00 -0500162ifdef(`UDEB_PKGS',``
Theodore Ts'o417781a2003-04-10 00:18:56 -0400163Package: libblkid1-udeb
Theodore Ts'o531dfb62008-09-04 22:39:47 -0400164XC-Package-Type: udeb
Theodore Ts'o417781a2003-04-10 00:18:56 -0400165Section: debian-installer
Theodore Ts'o56e5d122006-01-06 21:40:57 -0500166Priority: optional
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400167Depends: ${shlibs:Depends}, ${misc:Depends}
Theodore Ts'o417781a2003-04-10 00:18:56 -0400168Architecture: any
Theodore Ts'o683f7552009-05-30 10:23:05 -0400169Description: stripped down block device id library, for debian-installer
Theodore Ts'o417781a2003-04-10 00:18:56 -0400170 The blkid library which allows system programs like fsck and
171 mount to quickly and easily find block devices by filesystem UUID and
172 LABEL. This allows system administrators to avoid specifiying
173 filesystems by hard-coded device names, but via a logical naming
174 system instead.
175 .
176 This is a minimal package for debian-installer.
Theodore Ts'o2b561a62014-02-06 14:59:25 -0500177'')dnl
Theodore Ts'o417781a2003-04-10 00:18:56 -0400178
Theodore Ts'o3ae497e2003-03-16 06:26:25 -0500179Package: libblkid-dev
Theodore Ts'o020c5472003-04-10 00:01:19 -0400180Section: libdevel
Theodore Ts'o3ae497e2003-03-16 06:26:25 -0500181Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400182Depends: libc6-dev | libc-dev, libblkid1 (= ${binary:Version}), ${misc:Depends}
Theodore Ts'o3ae497e2003-03-16 06:26:25 -0500183Architecture: any
Theodore Ts'odfcb79e2005-01-09 15:48:09 -0500184Description: block device id library - headers and static libraries
Theodore Ts'o3ae497e2003-03-16 06:26:25 -0500185 The blkid library which allows system programs like fsck and
186 mount to quickly and easily find block devices by filesystem UUID and
187 LABEL. This allows system administrators to avoid specifiying
188 filesystems by hard-coded device names, but via a logical naming
189 system instead.
190 .
191 This package contains the development environment for the blkid library.
Theodore Ts'o95f65c32009-07-18 22:14:58 -0400192'')dnl
Theodore Ts'o3ae497e2003-03-16 06:26:25 -0500193
Filipe Brandenburgerb6902b32014-02-25 01:33:00 -0500194ifdef(`UDEB_PKGS',``
Theodore Ts'odd198d62002-10-31 03:44:35 -0500195Package: e2fsprogs-udeb
Theodore Ts'o531dfb62008-09-04 22:39:47 -0400196XC-Package-Type: udeb
Theodore Ts'odd198d62002-10-31 03:44:35 -0500197Section: debian-installer
Theodore Ts'o56e5d122006-01-06 21:40:57 -0500198Priority: optional
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400199Depends: ${shlibs:Depends}, ${misc:Depends}
Theodore Ts'odd198d62002-10-31 03:44:35 -0500200Architecture: any
Theodore Ts'odfcb79e2005-01-09 15:48:09 -0500201Description: stripped-down versions of e2fsprogs, for debian-installer
Theodore Ts'odd198d62002-10-31 03:44:35 -0500202 This package is an e2fsprogs package built for a reduced size, so that
203 it can help to save space in debian-installer.
204 .
Filipe Brandenburgerb6902b32014-02-25 01:33:00 -0500205 Don'''``t attempt to install this package, it has no support for a couple of
Theodore Ts'odd198d62002-10-31 03:44:35 -0500206 features you surely want. Anyway it should refuse to install.
Theodore Ts'o2b561a62014-02-06 14:59:25 -0500207'')dnl
Theodore Ts'odd198d62002-10-31 03:44:35 -0500208
Theodore Ts'o151c86a2003-07-25 07:03:00 -0400209Package: e2fslibs
210Section: libs
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400211Depends: ${shlibs:Depends}, ${misc:Depends}
Theodore Ts'o151c86a2003-07-25 07:03:00 -0400212Replaces: e2fsprogs (<< 1.34-1)
213Provides: libext2fs2, libe2p2
214Architecture: any
Theodore Ts'o55e00a22011-09-18 23:53:23 -0400215MULTIARCH_HEADERS
Theodore Ts'o90075df2009-07-11 16:05:39 -0400216Description: ext2/ext3/ext4 file system libraries
217 The ext2, ext3 and ext4 file systems are successors of the original ext
218 ("extended") file system. They are the main file system types used for
219 hard disks on Debian and other Linux systems.
220 .
221 This package provides the ext2fs and e2p libraries, for userspace software
222 that directly accesses extended file systems. Programs that use libext2fs
223 include e2fsck, mke2fs, and tune2fs. Programs that use libe2p include
224 dumpe2fs, chattr, and lsattr.
Theodore Ts'o151c86a2003-07-25 07:03:00 -0400225
226Package: e2fslibs-dev
227Section: libdevel
228Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400229Depends: libc6-dev | libc-dev, comerr-dev, e2fslibs (= ${binary:Version}), ${misc:Depends}
Theodore Ts'o151c86a2003-07-25 07:03:00 -0400230Suggests: doc-base
231Provides: ext2fs-dev, e2p-dev
232Replaces: libkrb5-dev (<< 1.3)
233Architecture: any
Theodore Ts'o90075df2009-07-11 16:05:39 -0400234Description: ext2/ext3/ext4 file system libraries - headers and static libraries
235 The ext2, ext3 and ext4 file systems are successors of the original ext
236 ("extended") file system. They are the main file system types used for
237 hard disks on Debian and other Linux systems.
Theodore Ts'o151c86a2003-07-25 07:03:00 -0400238 .
239 This package contains the development environment for the ext2fs and e2p
240 libraries.
241
Theodore Ts'ob90b8262001-06-15 22:54:34 +0000242Package: e2fsprogs
243Essential: yes
Theodore Ts'o06807d92009-10-24 15:04:54 -0400244ifdef(`UTIL_LINUX_NG',
Theodore Ts'o97f46632009-10-28 03:42:47 -0400245``Pre-Depends: ${shlibs:Depends}, ${misc:Depends}, util-linux (>= 2.15~rc1-1)
Theodore Ts'o06807d92009-10-24 15:04:54 -0400246'',
247``Pre-Depends: ${shlibs:Depends}, ${misc:Depends}
248'')dnl
Riku Voipiod2051f12012-07-29 00:22:13 -0400249Multi-Arch: foreign
Theodore Ts'ob90b8262001-06-15 22:54:34 +0000250Suggests: gpart, parted, e2fsck-static
Theodore Ts'oafaf1812004-05-04 16:29:49 -0400251Conflicts: dump (<< 0.4b4-4), quota (<< 1.55-8.1), initscripts (<< 2.85-4), sysvinit (<< 2.85-4)
Theodore Ts'o49cdbb22005-12-31 01:11:06 -0500252Replaces: hurd (<= 20040301-1), libblkid1 (<< 1.38+1.39-WIP-2005.12.10-2), libuuid1 (<< 1.38+1.39-WIP-2005.12.10-2)
Theodore Ts'ob90b8262001-06-15 22:54:34 +0000253Architecture: any
Theodore Ts'o95981652008-06-02 21:20:34 -0400254Description: ext2/ext3/ext4 file system utilities
255 The ext2, ext3 and ext4 file systems are successors of the original ext
256 ("extended") file system. They are the main file system types used for
257 hard disks on Debian and other Linux systems.
Theodore Ts'ob90b8262001-06-15 22:54:34 +0000258 .
Theodore Ts'o95981652008-06-02 21:20:34 -0400259 This package contains programs for creating, checking, and maintaining
Theodore Ts'o8cfa6402014-02-06 15:00:44 -0500260 ext2/3/4-based file systems. It also includes the "badblocks" program,
Theodore Ts'oa7da1af2013-12-31 22:34:52 -0500261 which can be used to scan for bad blocks on a disk or other storage device.
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400262
263Package: e2fsprogs-dbg
Theodore Ts'o2de03c12009-04-20 07:46:08 -0400264Section: debug
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400265Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400266Depends: e2fsprogs (= ${binary:Version}), ${misc:Depends}
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400267Architecture: any
Theodore Ts'o90075df2009-07-11 16:05:39 -0400268Description: debugging information for e2fsprogs
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400269 This package includes the debug information useful for debugging e2fsprogs
270 and its libraries, contained in the e2fsprogs and e2fsck-static packages.
271 The debug information is used for execution tracing and core
272 dump analysis.
Theodore Ts'o95f65c32009-07-18 22:14:58 -0400273ifdef(`UTIL_LINUX_NG',,``
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400274Package: uuid-runtime-dbg
Theodore Ts'o2de03c12009-04-20 07:46:08 -0400275Section: debug
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400276Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400277Depends: uuid-runtime (= ${binary:Version}), ${misc:Depends}
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400278Architecture: any
Theodore Ts'o90075df2009-07-11 16:05:39 -0400279Description: debugging information for uuid-runtime
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400280 This package includes the debug information useful for debugging the
281 uuid runtime programs, contained in the uuid-runtime package.
282 The debugging information is used for execution tracing and core
283 dump analysis.
Theodore Ts'o95f65c32009-07-18 22:14:58 -0400284'')dnl
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400285
286Package: e2fslibs-dbg
Theodore Ts'o2de03c12009-04-20 07:46:08 -0400287Section: debug
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400288Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400289Depends: e2fslibs (= ${binary:Version}), ${misc:Depends}
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400290Architecture: any
Theodore Ts'o90075df2009-07-11 16:05:39 -0400291Description: debugging information for e2fslibs
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400292 This package includes the debug information useful for debugging the
293 ext2fs and e2p libraries, contained in the e2fslibs package. The debug
294 information is used for execution tracing and core dump analysis.
295
296Package: libcomerr2-dbg
Theodore Ts'o2de03c12009-04-20 07:46:08 -0400297Section: debug
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400298Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400299Depends: libcomerr2 (= ${binary:Version}), ${misc:Depends}
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400300Architecture: any
Theodore Ts'o90075df2009-07-11 16:05:39 -0400301Description: debugging information for libcomerr2
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400302 This package includes the debug information useful for debugging the
303 com_err library, contained in the libcomerr2 package. The debugging
304 information is used for execution tracing and core dump analysis.
305
306Package: libss2-dbg
Theodore Ts'o2de03c12009-04-20 07:46:08 -0400307Section: debug
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400308Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400309Depends: libss2 (= ${binary:Version}), ${misc:Depends}
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400310Architecture: any
Theodore Ts'o90075df2009-07-11 16:05:39 -0400311Description: debugging information for libss2
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400312 This package includes the debug information useful for debugging the
313 ss library, contained in the libss2 package. The debug information
314 is used for execution tracing and core dump analysis.
Theodore Ts'o95f65c32009-07-18 22:14:58 -0400315ifdef(`UTIL_LINUX_NG',,``
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400316Package: libblkid1-dbg
Theodore Ts'o2de03c12009-04-20 07:46:08 -0400317Section: debug
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400318Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400319Depends: libblkid1 (= ${binary:Version}), ${misc:Depends}
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400320Architecture: any
Theodore Ts'o90075df2009-07-11 16:05:39 -0400321Description: debugging information for libblkid1
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400322 This package includes the debug information useful for debugging the
323 blkid library, contained in the libblkid1 package. The debug
324 information is used for execution tracing and core dump analysis.
325
326Package: libuuid1-dbg
Theodore Ts'o2de03c12009-04-20 07:46:08 -0400327Section: debug
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400328Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400329Depends: libuuid1 (= ${binary:Version}), ${misc:Depends}
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400330Architecture: any
Theodore Ts'o90075df2009-07-11 16:05:39 -0400331Description: debugging information for libuuid1
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400332 This package includes the debug information useful for debugging the
333 UUID library, contained in the libuuid1 package. The debug
334 information is used for execution tracing and core dump analysis.
Theodore Ts'o95f65c32009-07-18 22:14:58 -0400335'')dnl