blob: 3982974e186dcfbe59ff4a44f14c61844321e590 [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'o81d72f72012-03-26 16:31:06 -07006define(DIETLIBC_DEFINES,
7ifdef(`DIETLIBC', ``dietlibc-dev (>> 0.30) [alpha amd64 arm hppa i386 ia64 powerpc ppc64 s390 sparc],''))dnl
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +00008Source: e2fsprogs
Theodore Ts'o56e5d122006-01-06 21:40:57 -05009Section: admin
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +000010Priority: required
Theodore Ts'o5a0d7202003-03-26 01:06:07 -050011Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Theodore Ts'ob79e3382013-12-28 15:40:56 -050012Build-Depends: gettext, texinfo, pkg-config, DIETLIBC_DEFINES gcc-multilib [mips mipsel], debhelper (>= 7.0), UTIL_LINUX_NG_DEFINES m4
Theodore Ts'o2929f9d2013-12-28 16:28:56 -050013Standards-Version: 3.9.5
Theodore Ts'oafa78742009-04-18 11:37:35 -040014Homepage: http://e2fsprogs.sourceforge.net
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +000015
Filipe Brandenburgera8ffb5c2012-12-14 20:47:03 -080016ifdef(`E2FSCK_STATIC',``
Theodore Ts'o1893e712001-05-21 02:48:41 +000017Package: e2fsck-static
Theodore Ts'o1893e712001-05-21 02:48:41 +000018Priority: optional
Theodore Ts'o686c4c12009-08-23 10:09:36 -040019Depends: ${shlibs:Depends}, ${misc:Depends}
Theodore Ts'o96099112008-07-10 08:47:15 -040020Recommends: sash | bash-static | zsh-static | busybox-static | zsh30-static
Theodore Ts'o1893e712001-05-21 02:48:41 +000021Architecture: any
Theodore Ts'o90075df2009-07-11 16:05:39 -040022Description: statically-linked version of the ext2/ext3/ext4 filesystem checker
Theodore Ts'o5a009bb2001-05-21 05:27:45 +000023 This may be of some help to you if your filesystem gets corrupted enough
Theodore Ts'o1893e712001-05-21 02:48:41 +000024 to break the shared libraries used by the dynamically linked checker.
25 .
26 This binary takes much more space than its dynamic counterpart located
27 in e2fsprogs, though.
28 .
29 You may want to install a statically-linked shell as well, to be able
30 to run this program if something like your C library gets corrupted.
Filipe Brandenburgera8ffb5c2012-12-14 20:47:03 -080031'')dnl
Theodore Ts'o1893e712001-05-21 02:48:41 +000032
Theodore Ts'o151c86a2003-07-25 07:03:00 -040033Package: libcomerr2
34Section: libs
Theodore Ts'o151c86a2003-07-25 07:03:00 -040035Provides: libcomerr-kth-compat
Theodore Ts'o686c4c12009-08-23 10:09:36 -040036Depends: ${shlibs:Depends}, ${misc:Depends}
Theodore Ts'o151c86a2003-07-25 07:03:00 -040037Replaces: e2fsprogs (<< 1.34-1)
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +000038Architecture: any
Theodore Ts'o55e00a22011-09-18 23:53:23 -040039MULTIARCH_HEADERS
Theodore Ts'odfcb79e2005-01-09 15:48:09 -050040Description: common error description library
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +000041 libcomerr is an attempt to present a common error-handling mechanism to
42 manipulate the most common form of error code in a fashion that does not
43 have the problems identified with mechanisms commonly in use.
44
Theodore Ts'o151c86a2003-07-25 07:03:00 -040045Package: comerr-dev
46Section: libdevel
47Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -040048Depends: libc6-dev | libc-dev, libcomerr2 (= ${mainBinary}), ${misc:Depends}
Theodore Ts'o151c86a2003-07-25 07:03:00 -040049Suggests: doc-base
50Replaces: e2fslibs-dev (<< 1.33-2), libkrb5-dev (<< 1.3)
51Architecture: any
Theodore Ts'odfcb79e2005-01-09 15:48:09 -050052Description: common error description library - headers and static libraries
Theodore Ts'o151c86a2003-07-25 07:03:00 -040053 libcom_err is an attempt to present a common error-handling mechanism to
54 manipulate the most common form of error code in a fashion that does not
55 have the problems identified with mechanisms commonly in use.
56 .
57 This package contains the development environment for the com_err library.
58
59Package: libss2
60Section: libs
Theodore Ts'o686c4c12009-08-23 10:09:36 -040061Depends: libcomerr2, ${shlibs:Depends}, ${misc:Depends}
Theodore Ts'o151c86a2003-07-25 07:03:00 -040062Replaces: e2fsprogs (<< 1.34-1)
63Architecture: any
Theodore Ts'o55e00a22011-09-18 23:53:23 -040064MULTIARCH_HEADERS
Theodore Ts'odfcb79e2005-01-09 15:48:09 -050065Description: command-line interface parsing library
Theodore Ts'o55e00a22011-09-18 23:53:23 -040066 libss provides a simple command-line interface parser which will
67 accept input from the user, parse the command into an argv argument
68 vector, and then dispatch it to a handler function.
Theodore Ts'o151c86a2003-07-25 07:03:00 -040069 .
70 It was originally inspired by the Multics SubSystem library.
71
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +000072Package: ss-dev
Theodore Ts'o020c5472003-04-10 00:01:19 -040073Section: libdevel
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +000074Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -040075Depends: libc6-dev | libc-dev, libss2 (= ${mainBinary}), comerr-dev, ${misc:Depends}
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +000076Architecture: any
Theodore Ts'odfcb79e2005-01-09 15:48:09 -050077Description: command-line interface parsing library - headers and static libraries
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +000078 This package includes a tool that parses a command table to generate
79 a simple command-line interface parser, the include files needed to
80 compile and use it, and the static libs.
81 .
82 It was originally inspired by the Multics SubSystem library.
Theodore Ts'o151c86a2003-07-25 07:03:00 -040083 .
84 This package contains the development environment for the ss library.
Theodore Ts'o95f65c32009-07-18 22:14:58 -040085ifdef(`UTIL_LINUX_NG',,``
Theodore Ts'o151c86a2003-07-25 07:03:00 -040086Package: libuuid1
87Section: libs
Theodore Ts'o686c4c12009-08-23 10:09:36 -040088Depends: passwd, ${shlibs:Depends}, ${misc:Depends}
Theodore Ts'o740837d2007-12-16 17:21:38 -050089Recommends: uuid-runtime
Theodore Ts'o151c86a2003-07-25 07:03:00 -040090Replaces: e2fsprogs (<< 1.34-1)
91Architecture: any
Theodore Ts'o55e00a22011-09-18 23:53:23 -040092MULTIARCH_HEADERS
Theodore Ts'o683f7552009-05-30 10:23:05 -040093Description: Universally Unique ID library
94 The libuuid library generates and parses 128-bit universally unique
Scott James Remnant1e69a242009-07-15 15:43:21 +010095 ids (UUIDs). A UUID is an identifier that is unique across both
Theodore Ts'o683f7552009-05-30 10:23:05 -040096 space and time, with respect to the space of all UUIDs. A UUID can
97 be used for multiple purposes, from tagging objects with an extremely
98 short lifetime, to reliably identifying very persistent objects
99 across a network.
100 .
101 See RFC 4122 for more information.
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +0000102
Theodore Ts'o740837d2007-12-16 17:21:38 -0500103Package: uuid-runtime
104Section: libs
105Priority: optional
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400106Depends: passwd, libuuid1 (>> 1.40.3-1), ${shlibs:Depends}, ${misc:Depends}
Theodore Ts'o740837d2007-12-16 17:21:38 -0500107Replaces: e2fsprogs (<= 1.40.3-1ubuntu1)
108Architecture: any
Theodore Ts'o683f7552009-05-30 10:23:05 -0400109Description: runtime components for the Universally Unique ID library
110 The libuuid library generates and parses 128-bit universally unique
Scott James Remnant1e69a242009-07-15 15:43:21 +0100111 ids (UUIDs). A UUID is an identifier that is unique across both
Theodore Ts'o683f7552009-05-30 10:23:05 -0400112 space and time, with respect to the space of all UUIDs. A UUID can
113 be used for multiple purposes, from tagging objects with an extremely
114 short lifetime, to reliably identifying very persistent objects
115 across a network.
116 .
117 See RFC 4122 for more information.
Theodore Ts'o740837d2007-12-16 17:21:38 -0500118 .
Theodore Ts'o9aa109c2008-06-02 21:37:06 -0400119 This package contains the uuidgen program and the uuidd daemon.
120 .
Theodore Ts'o683f7552009-05-30 10:23:05 -0400121 The uuidd daemon is used to generate UUIDs, especially time-based
122 UUID’s, in a secure and guaranteed-unique fashion, even in the face
123 of large numbers of threads trying to grab UUID’s running on
124 different CPU’s. It is used by libuuid as well as the uuidgen
125 program.
Theodore Ts'o740837d2007-12-16 17:21:38 -0500126
Filipe Brandenburgerb6902b32014-02-25 01:33:00 -0500127ifdef(`UDEB_PKGS',``
Theodore Ts'oe254d052003-12-07 01:57:04 -0500128Package: libuuid1-udeb
Theodore Ts'o531dfb62008-09-04 22:39:47 -0400129XC-Package-Type: udeb
Theodore Ts'oe254d052003-12-07 01:57:04 -0500130Section: debian-installer
Theodore Ts'o56e5d122006-01-06 21:40:57 -0500131Priority: optional
Theodore Ts'oe254d052003-12-07 01:57:04 -0500132Depends: ${shlibs:Depends}
Theodore Ts'oe254d052003-12-07 01:57:04 -0500133Architecture: any
Theodore Ts'o683f7552009-05-30 10:23:05 -0400134Description: stripped down universally unique id library, for debian-installer
Scott James Remnant1e69a242009-07-15 15:43:21 +0100135 libuuid generates and parses 128-bit universally unique ids (UUIDs).
Theodore Ts'o8d54e8f2006-11-12 20:22:06 -0500136 See RFC 4122 for more information.
Theodore Ts'oe254d052003-12-07 01:57:04 -0500137 .
138 This is a minimal package for debian-installer.
Theodore Ts'o2b561a62014-02-06 14:59:25 -0500139'')dnl
Theodore Ts'oe254d052003-12-07 01:57:04 -0500140
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +0000141Package: uuid-dev
Theodore Ts'o020c5472003-04-10 00:01:19 -0400142Section: libdevel
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +0000143Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400144Depends: libc6-dev | libc-dev, libuuid1 (= ${mainBinary}), ${misc:Depends}
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +0000145Replaces: e2fslibs-dev (<< 1.15)
146Architecture: any
Theodore Ts'odfcb79e2005-01-09 15:48:09 -0500147Description: universally unique id library - headers and static libraries
Scott James Remnant1e69a242009-07-15 15:43:21 +0100148 libuuid generates and parses 128-bit universally unique ids (UUIDs).
Theodore Ts'o8d54e8f2006-11-12 20:22:06 -0500149 See RFC 4122 for more information.
Theodore Ts'o151c86a2003-07-25 07:03:00 -0400150 .
151 This package contains the development environment for the uuid library.
Theodore Ts'o4d8f08f2001-05-09 04:51:07 +0000152
Theodore Ts'o6fe7d112003-03-16 19:58:25 -0500153Package: libblkid1
Theodore Ts'o3ae497e2003-03-16 06:26:25 -0500154Section: libs
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400155Depends: ${shlibs:Depends}, ${misc:Depends}
Theodore Ts'o3ae497e2003-03-16 06:26:25 -0500156Architecture: any
Theodore Ts'odfcb79e2005-01-09 15:48:09 -0500157Description: block device id library
Theodore Ts'o3ae497e2003-03-16 06:26:25 -0500158 The blkid library which allows system programs like fsck and
159 mount to quickly and easily find block devices by filesystem UUID and
Theodore Ts'o92bd26b2007-05-08 00:26:31 -0400160 LABEL. This allows system administrators to avoid specifying
Theodore Ts'o3ae497e2003-03-16 06:26:25 -0500161 filesystems by hard-coded device names, but via a logical naming
162 system instead.
163
Filipe Brandenburgerb6902b32014-02-25 01:33:00 -0500164ifdef(`UDEB_PKGS',``
Theodore Ts'o417781a2003-04-10 00:18:56 -0400165Package: libblkid1-udeb
Theodore Ts'o531dfb62008-09-04 22:39:47 -0400166XC-Package-Type: udeb
Theodore Ts'o417781a2003-04-10 00:18:56 -0400167Section: debian-installer
Theodore Ts'o56e5d122006-01-06 21:40:57 -0500168Priority: optional
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400169Depends: ${shlibs:Depends}, ${misc:Depends}
Theodore Ts'o417781a2003-04-10 00:18:56 -0400170Architecture: any
Theodore Ts'o683f7552009-05-30 10:23:05 -0400171Description: stripped down block device id library, for debian-installer
Theodore Ts'o417781a2003-04-10 00:18:56 -0400172 The blkid library which allows system programs like fsck and
173 mount to quickly and easily find block devices by filesystem UUID and
174 LABEL. This allows system administrators to avoid specifiying
175 filesystems by hard-coded device names, but via a logical naming
176 system instead.
177 .
178 This is a minimal package for debian-installer.
Theodore Ts'o2b561a62014-02-06 14:59:25 -0500179'')dnl
Theodore Ts'o417781a2003-04-10 00:18:56 -0400180
Theodore Ts'o3ae497e2003-03-16 06:26:25 -0500181Package: libblkid-dev
Theodore Ts'o020c5472003-04-10 00:01:19 -0400182Section: libdevel
Theodore Ts'o3ae497e2003-03-16 06:26:25 -0500183Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400184Depends: libc6-dev | libc-dev, libblkid1 (= ${binary:Version}), ${misc:Depends}
Theodore Ts'o3ae497e2003-03-16 06:26:25 -0500185Architecture: any
Theodore Ts'odfcb79e2005-01-09 15:48:09 -0500186Description: block device id library - headers and static libraries
Theodore Ts'o3ae497e2003-03-16 06:26:25 -0500187 The blkid library which allows system programs like fsck and
188 mount to quickly and easily find block devices by filesystem UUID and
189 LABEL. This allows system administrators to avoid specifiying
190 filesystems by hard-coded device names, but via a logical naming
191 system instead.
192 .
193 This package contains the development environment for the blkid library.
Theodore Ts'o95f65c32009-07-18 22:14:58 -0400194'')dnl
Theodore Ts'o3ae497e2003-03-16 06:26:25 -0500195
Filipe Brandenburgerb6902b32014-02-25 01:33:00 -0500196ifdef(`UDEB_PKGS',``
Theodore Ts'odd198d62002-10-31 03:44:35 -0500197Package: e2fsprogs-udeb
Theodore Ts'o531dfb62008-09-04 22:39:47 -0400198XC-Package-Type: udeb
Theodore Ts'odd198d62002-10-31 03:44:35 -0500199Section: debian-installer
Theodore Ts'o56e5d122006-01-06 21:40:57 -0500200Priority: optional
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400201Depends: ${shlibs:Depends}, ${misc:Depends}
Theodore Ts'odd198d62002-10-31 03:44:35 -0500202Architecture: any
Theodore Ts'odfcb79e2005-01-09 15:48:09 -0500203Description: stripped-down versions of e2fsprogs, for debian-installer
Theodore Ts'odd198d62002-10-31 03:44:35 -0500204 This package is an e2fsprogs package built for a reduced size, so that
205 it can help to save space in debian-installer.
206 .
Filipe Brandenburgerb6902b32014-02-25 01:33:00 -0500207 Don'''``t attempt to install this package, it has no support for a couple of
Theodore Ts'odd198d62002-10-31 03:44:35 -0500208 features you surely want. Anyway it should refuse to install.
Theodore Ts'o2b561a62014-02-06 14:59:25 -0500209'')dnl
Theodore Ts'odd198d62002-10-31 03:44:35 -0500210
Theodore Ts'o151c86a2003-07-25 07:03:00 -0400211Package: e2fslibs
212Section: libs
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400213Depends: ${shlibs:Depends}, ${misc:Depends}
Theodore Ts'o151c86a2003-07-25 07:03:00 -0400214Replaces: e2fsprogs (<< 1.34-1)
215Provides: libext2fs2, libe2p2
216Architecture: any
Theodore Ts'o55e00a22011-09-18 23:53:23 -0400217MULTIARCH_HEADERS
Theodore Ts'o90075df2009-07-11 16:05:39 -0400218Description: ext2/ext3/ext4 file system libraries
219 The ext2, ext3 and ext4 file systems are successors of the original ext
220 ("extended") file system. They are the main file system types used for
221 hard disks on Debian and other Linux systems.
222 .
223 This package provides the ext2fs and e2p libraries, for userspace software
224 that directly accesses extended file systems. Programs that use libext2fs
225 include e2fsck, mke2fs, and tune2fs. Programs that use libe2p include
226 dumpe2fs, chattr, and lsattr.
Theodore Ts'o151c86a2003-07-25 07:03:00 -0400227
228Package: e2fslibs-dev
229Section: libdevel
230Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400231Depends: libc6-dev | libc-dev, comerr-dev, e2fslibs (= ${binary:Version}), ${misc:Depends}
Theodore Ts'o151c86a2003-07-25 07:03:00 -0400232Suggests: doc-base
233Provides: ext2fs-dev, e2p-dev
234Replaces: libkrb5-dev (<< 1.3)
235Architecture: any
Theodore Ts'o90075df2009-07-11 16:05:39 -0400236Description: ext2/ext3/ext4 file system libraries - headers and static libraries
237 The ext2, ext3 and ext4 file systems are successors of the original ext
238 ("extended") file system. They are the main file system types used for
239 hard disks on Debian and other Linux systems.
Theodore Ts'o151c86a2003-07-25 07:03:00 -0400240 .
241 This package contains the development environment for the ext2fs and e2p
242 libraries.
243
Theodore Ts'ob90b8262001-06-15 22:54:34 +0000244Package: e2fsprogs
245Essential: yes
Theodore Ts'o06807d92009-10-24 15:04:54 -0400246ifdef(`UTIL_LINUX_NG',
Theodore Ts'o97f46632009-10-28 03:42:47 -0400247``Pre-Depends: ${shlibs:Depends}, ${misc:Depends}, util-linux (>= 2.15~rc1-1)
Theodore Ts'o06807d92009-10-24 15:04:54 -0400248'',
249``Pre-Depends: ${shlibs:Depends}, ${misc:Depends}
250'')dnl
Riku Voipiod2051f12012-07-29 00:22:13 -0400251Multi-Arch: foreign
Theodore Ts'ob90b8262001-06-15 22:54:34 +0000252Suggests: gpart, parted, e2fsck-static
Theodore Ts'oafaf1812004-05-04 16:29:49 -0400253Conflicts: 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 -0500254Replaces: 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 +0000255Architecture: any
Theodore Ts'o95981652008-06-02 21:20:34 -0400256Description: ext2/ext3/ext4 file system utilities
257 The ext2, ext3 and ext4 file systems are successors of the original ext
258 ("extended") file system. They are the main file system types used for
259 hard disks on Debian and other Linux systems.
Theodore Ts'ob90b8262001-06-15 22:54:34 +0000260 .
Theodore Ts'o95981652008-06-02 21:20:34 -0400261 This package contains programs for creating, checking, and maintaining
Theodore Ts'o8cfa6402014-02-06 15:00:44 -0500262 ext2/3/4-based file systems. It also includes the "badblocks" program,
Theodore Ts'oa7da1af2013-12-31 22:34:52 -0500263 which can be used to scan for bad blocks on a disk or other storage device.
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400264
265Package: e2fsprogs-dbg
Theodore Ts'o2de03c12009-04-20 07:46:08 -0400266Section: debug
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400267Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400268Depends: e2fsprogs (= ${binary:Version}), ${misc:Depends}
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400269Architecture: any
Theodore Ts'o90075df2009-07-11 16:05:39 -0400270Description: debugging information for e2fsprogs
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400271 This package includes the debug information useful for debugging e2fsprogs
272 and its libraries, contained in the e2fsprogs and e2fsck-static packages.
273 The debug information is used for execution tracing and core
274 dump analysis.
Theodore Ts'o95f65c32009-07-18 22:14:58 -0400275ifdef(`UTIL_LINUX_NG',,``
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400276Package: uuid-runtime-dbg
Theodore Ts'o2de03c12009-04-20 07:46:08 -0400277Section: debug
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400278Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400279Depends: uuid-runtime (= ${binary:Version}), ${misc:Depends}
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400280Architecture: any
Theodore Ts'o90075df2009-07-11 16:05:39 -0400281Description: debugging information for uuid-runtime
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400282 This package includes the debug information useful for debugging the
283 uuid runtime programs, contained in the uuid-runtime package.
284 The debugging information is used for execution tracing and core
285 dump analysis.
Theodore Ts'o95f65c32009-07-18 22:14:58 -0400286'')dnl
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400287
288Package: e2fslibs-dbg
Theodore Ts'o2de03c12009-04-20 07:46:08 -0400289Section: debug
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400290Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400291Depends: e2fslibs (= ${binary:Version}), ${misc:Depends}
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400292Architecture: any
Theodore Ts'o90075df2009-07-11 16:05:39 -0400293Description: debugging information for e2fslibs
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400294 This package includes the debug information useful for debugging the
295 ext2fs and e2p libraries, contained in the e2fslibs package. The debug
296 information is used for execution tracing and core dump analysis.
297
298Package: libcomerr2-dbg
Theodore Ts'o2de03c12009-04-20 07:46:08 -0400299Section: debug
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400300Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400301Depends: libcomerr2 (= ${binary:Version}), ${misc:Depends}
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400302Architecture: any
Theodore Ts'o90075df2009-07-11 16:05:39 -0400303Description: debugging information for libcomerr2
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400304 This package includes the debug information useful for debugging the
305 com_err library, contained in the libcomerr2 package. The debugging
306 information is used for execution tracing and core dump analysis.
307
308Package: libss2-dbg
Theodore Ts'o2de03c12009-04-20 07:46:08 -0400309Section: debug
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400310Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400311Depends: libss2 (= ${binary:Version}), ${misc:Depends}
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400312Architecture: any
Theodore Ts'o90075df2009-07-11 16:05:39 -0400313Description: debugging information for libss2
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400314 This package includes the debug information useful for debugging the
315 ss library, contained in the libss2 package. The debug information
316 is used for execution tracing and core dump analysis.
Theodore Ts'o95f65c32009-07-18 22:14:58 -0400317ifdef(`UTIL_LINUX_NG',,``
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400318Package: libblkid1-dbg
Theodore Ts'o2de03c12009-04-20 07:46:08 -0400319Section: debug
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400320Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400321Depends: libblkid1 (= ${binary:Version}), ${misc:Depends}
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400322Architecture: any
Theodore Ts'o90075df2009-07-11 16:05:39 -0400323Description: debugging information for libblkid1
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400324 This package includes the debug information useful for debugging the
325 blkid library, contained in the libblkid1 package. The debug
326 information is used for execution tracing and core dump analysis.
327
328Package: libuuid1-dbg
Theodore Ts'o2de03c12009-04-20 07:46:08 -0400329Section: debug
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400330Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400331Depends: libuuid1 (= ${binary:Version}), ${misc:Depends}
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400332Architecture: any
Theodore Ts'o90075df2009-07-11 16:05:39 -0400333Description: debugging information for libuuid1
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400334 This package includes the debug information useful for debugging the
335 UUID library, contained in the libuuid1 package. The debug
336 information is used for execution tracing and core dump analysis.
Theodore Ts'o95f65c32009-07-18 22:14:58 -0400337'')dnl