blob: 6db7cd9661e38a8bab0a2bdcb551b0b55ce207a5 [file] [log] [blame]
JP Abgralle0ed7402014-03-19 19:08:39 -07001define(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
6define(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>
JP Abgralle0ed7402014-03-19 19:08:39 -070012Build-Depends: gettext, texinfo, pkg-config, DIETLIBC_DEFINES gcc-multilib [mips mipsel], debhelper (>= 7.0), UTIL_LINUX_NG_DEFINES m4
13Standards-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
JP Abgralle0ed7402014-03-19 19:08:39 -070016ifdef(`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.
JP Abgralle0ed7402014-03-19 19:08:39 -070031'')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
JP Abgralle0ed7402014-03-19 19:08:39 -070039MULTIARCH_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
JP Abgralle0ed7402014-03-19 19:08:39 -070064MULTIARCH_HEADERS
Theodore Ts'odfcb79e2005-01-09 15:48:09 -050065Description: command-line interface parsing library
JP Abgralle0ed7402014-03-19 19:08:39 -070066 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
JP Abgralle0ed7402014-03-19 19:08:39 -070092MULTIARCH_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
Theodore Ts'oe254d052003-12-07 01:57:04 -0500127Package: libuuid1-udeb
Theodore Ts'o531dfb62008-09-04 22:39:47 -0400128XC-Package-Type: udeb
Theodore Ts'oe254d052003-12-07 01:57:04 -0500129Section: debian-installer
Theodore Ts'o56e5d122006-01-06 21:40:57 -0500130Priority: optional
Theodore Ts'oe254d052003-12-07 01:57:04 -0500131Depends: ${shlibs:Depends}
Theodore Ts'oe254d052003-12-07 01:57:04 -0500132Architecture: any
Theodore Ts'o683f7552009-05-30 10:23:05 -0400133Description: stripped down universally unique id library, for debian-installer
Scott James Remnant1e69a242009-07-15 15:43:21 +0100134 libuuid generates and parses 128-bit universally unique ids (UUIDs).
Theodore Ts'o8d54e8f2006-11-12 20:22:06 -0500135 See RFC 4122 for more information.
Theodore Ts'oe254d052003-12-07 01:57:04 -0500136 .
137 This is a minimal package for debian-installer.
138
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
Theodore Ts'o417781a2003-04-10 00:18:56 -0400162Package: libblkid1-udeb
Theodore Ts'o531dfb62008-09-04 22:39:47 -0400163XC-Package-Type: udeb
Theodore Ts'o417781a2003-04-10 00:18:56 -0400164Section: debian-installer
Theodore Ts'o56e5d122006-01-06 21:40:57 -0500165Priority: optional
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400166Depends: ${shlibs:Depends}, ${misc:Depends}
Theodore Ts'o417781a2003-04-10 00:18:56 -0400167Architecture: any
Theodore Ts'o683f7552009-05-30 10:23:05 -0400168Description: stripped down block device id library, for debian-installer
Theodore Ts'o417781a2003-04-10 00:18:56 -0400169 The blkid library which allows system programs like fsck and
170 mount to quickly and easily find block devices by filesystem UUID and
171 LABEL. This allows system administrators to avoid specifiying
172 filesystems by hard-coded device names, but via a logical naming
173 system instead.
174 .
175 This is a minimal package for debian-installer.
176
Theodore Ts'o3ae497e2003-03-16 06:26:25 -0500177Package: libblkid-dev
Theodore Ts'o020c5472003-04-10 00:01:19 -0400178Section: libdevel
Theodore Ts'o3ae497e2003-03-16 06:26:25 -0500179Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400180Depends: libc6-dev | libc-dev, libblkid1 (= ${binary:Version}), ${misc:Depends}
Theodore Ts'o3ae497e2003-03-16 06:26:25 -0500181Architecture: any
Theodore Ts'odfcb79e2005-01-09 15:48:09 -0500182Description: block device id library - headers and static libraries
Theodore Ts'o3ae497e2003-03-16 06:26:25 -0500183 The blkid library which allows system programs like fsck and
184 mount to quickly and easily find block devices by filesystem UUID and
185 LABEL. This allows system administrators to avoid specifiying
186 filesystems by hard-coded device names, but via a logical naming
187 system instead.
188 .
189 This package contains the development environment for the blkid library.
Theodore Ts'o95f65c32009-07-18 22:14:58 -0400190'')dnl
Theodore Ts'o3ae497e2003-03-16 06:26:25 -0500191
Theodore Ts'odd198d62002-10-31 03:44:35 -0500192Package: e2fsprogs-udeb
Theodore Ts'o531dfb62008-09-04 22:39:47 -0400193XC-Package-Type: udeb
Theodore Ts'odd198d62002-10-31 03:44:35 -0500194Section: debian-installer
Theodore Ts'o56e5d122006-01-06 21:40:57 -0500195Priority: optional
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400196Depends: ${shlibs:Depends}, ${misc:Depends}
Theodore Ts'odd198d62002-10-31 03:44:35 -0500197Architecture: any
Theodore Ts'odfcb79e2005-01-09 15:48:09 -0500198Description: stripped-down versions of e2fsprogs, for debian-installer
Theodore Ts'odd198d62002-10-31 03:44:35 -0500199 This package is an e2fsprogs package built for a reduced size, so that
200 it can help to save space in debian-installer.
201 .
202 Don't attempt to install this package, it has no support for a couple of
203 features you surely want. Anyway it should refuse to install.
204
Theodore Ts'o151c86a2003-07-25 07:03:00 -0400205Package: e2fslibs
206Section: libs
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400207Depends: ${shlibs:Depends}, ${misc:Depends}
Theodore Ts'o151c86a2003-07-25 07:03:00 -0400208Replaces: e2fsprogs (<< 1.34-1)
209Provides: libext2fs2, libe2p2
210Architecture: any
JP Abgralle0ed7402014-03-19 19:08:39 -0700211MULTIARCH_HEADERS
Theodore Ts'o90075df2009-07-11 16:05:39 -0400212Description: ext2/ext3/ext4 file system libraries
213 The ext2, ext3 and ext4 file systems are successors of the original ext
214 ("extended") file system. They are the main file system types used for
215 hard disks on Debian and other Linux systems.
216 .
217 This package provides the ext2fs and e2p libraries, for userspace software
218 that directly accesses extended file systems. Programs that use libext2fs
219 include e2fsck, mke2fs, and tune2fs. Programs that use libe2p include
220 dumpe2fs, chattr, and lsattr.
Theodore Ts'o151c86a2003-07-25 07:03:00 -0400221
222Package: e2fslibs-dev
223Section: libdevel
224Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400225Depends: libc6-dev | libc-dev, comerr-dev, e2fslibs (= ${binary:Version}), ${misc:Depends}
Theodore Ts'o151c86a2003-07-25 07:03:00 -0400226Suggests: doc-base
227Provides: ext2fs-dev, e2p-dev
228Replaces: libkrb5-dev (<< 1.3)
229Architecture: any
Theodore Ts'o90075df2009-07-11 16:05:39 -0400230Description: ext2/ext3/ext4 file system libraries - headers and static libraries
231 The ext2, ext3 and ext4 file systems are successors of the original ext
232 ("extended") file system. They are the main file system types used for
233 hard disks on Debian and other Linux systems.
Theodore Ts'o151c86a2003-07-25 07:03:00 -0400234 .
235 This package contains the development environment for the ext2fs and e2p
236 libraries.
237
Theodore Ts'ob90b8262001-06-15 22:54:34 +0000238Package: e2fsprogs
239Essential: yes
Theodore Ts'o06807d92009-10-24 15:04:54 -0400240ifdef(`UTIL_LINUX_NG',
Theodore Ts'o97f46632009-10-28 03:42:47 -0400241``Pre-Depends: ${shlibs:Depends}, ${misc:Depends}, util-linux (>= 2.15~rc1-1)
Theodore Ts'o06807d92009-10-24 15:04:54 -0400242'',
243``Pre-Depends: ${shlibs:Depends}, ${misc:Depends}
244'')dnl
JP Abgralle0ed7402014-03-19 19:08:39 -0700245Multi-Arch: foreign
Theodore Ts'ob90b8262001-06-15 22:54:34 +0000246Suggests: gpart, parted, e2fsck-static
Theodore Ts'oafaf1812004-05-04 16:29:49 -0400247Conflicts: 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 -0500248Replaces: 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 +0000249Architecture: any
Theodore Ts'o95981652008-06-02 21:20:34 -0400250Description: ext2/ext3/ext4 file system utilities
251 The ext2, ext3 and ext4 file systems are successors of the original ext
252 ("extended") file system. They are the main file system types used for
253 hard disks on Debian and other Linux systems.
Theodore Ts'ob90b8262001-06-15 22:54:34 +0000254 .
Theodore Ts'o95981652008-06-02 21:20:34 -0400255 This package contains programs for creating, checking, and maintaining
Theodore Ts'o58384b82010-07-19 02:27:07 -0400256 ext2/3/4-based file systems.
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400257
258Package: e2fsprogs-dbg
Theodore Ts'o2de03c12009-04-20 07:46:08 -0400259Section: debug
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400260Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400261Depends: e2fsprogs (= ${binary:Version}), ${misc:Depends}
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400262Architecture: any
Theodore Ts'o90075df2009-07-11 16:05:39 -0400263Description: debugging information for e2fsprogs
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400264 This package includes the debug information useful for debugging e2fsprogs
265 and its libraries, contained in the e2fsprogs and e2fsck-static packages.
266 The debug information is used for execution tracing and core
267 dump analysis.
Theodore Ts'o95f65c32009-07-18 22:14:58 -0400268ifdef(`UTIL_LINUX_NG',,``
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400269Package: uuid-runtime-dbg
Theodore Ts'o2de03c12009-04-20 07:46:08 -0400270Section: debug
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400271Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400272Depends: uuid-runtime (= ${binary:Version}), ${misc:Depends}
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400273Architecture: any
Theodore Ts'o90075df2009-07-11 16:05:39 -0400274Description: debugging information for uuid-runtime
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400275 This package includes the debug information useful for debugging the
276 uuid runtime programs, contained in the uuid-runtime package.
277 The debugging information is used for execution tracing and core
278 dump analysis.
Theodore Ts'o95f65c32009-07-18 22:14:58 -0400279'')dnl
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400280
281Package: e2fslibs-dbg
Theodore Ts'o2de03c12009-04-20 07:46:08 -0400282Section: debug
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400283Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400284Depends: e2fslibs (= ${binary:Version}), ${misc:Depends}
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400285Architecture: any
Theodore Ts'o90075df2009-07-11 16:05:39 -0400286Description: debugging information for e2fslibs
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400287 This package includes the debug information useful for debugging the
288 ext2fs and e2p libraries, contained in the e2fslibs package. The debug
289 information is used for execution tracing and core dump analysis.
290
291Package: libcomerr2-dbg
Theodore Ts'o2de03c12009-04-20 07:46:08 -0400292Section: debug
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400293Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400294Depends: libcomerr2 (= ${binary:Version}), ${misc:Depends}
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400295Architecture: any
Theodore Ts'o90075df2009-07-11 16:05:39 -0400296Description: debugging information for libcomerr2
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400297 This package includes the debug information useful for debugging the
298 com_err library, contained in the libcomerr2 package. The debugging
299 information is used for execution tracing and core dump analysis.
300
301Package: libss2-dbg
Theodore Ts'o2de03c12009-04-20 07:46:08 -0400302Section: debug
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400303Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400304Depends: libss2 (= ${binary:Version}), ${misc:Depends}
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400305Architecture: any
Theodore Ts'o90075df2009-07-11 16:05:39 -0400306Description: debugging information for libss2
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400307 This package includes the debug information useful for debugging the
308 ss library, contained in the libss2 package. The debug information
309 is used for execution tracing and core dump analysis.
Theodore Ts'o95f65c32009-07-18 22:14:58 -0400310ifdef(`UTIL_LINUX_NG',,``
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400311Package: libblkid1-dbg
Theodore Ts'o2de03c12009-04-20 07:46:08 -0400312Section: debug
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400313Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400314Depends: libblkid1 (= ${binary:Version}), ${misc:Depends}
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400315Architecture: any
Theodore Ts'o90075df2009-07-11 16:05:39 -0400316Description: debugging information for libblkid1
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400317 This package includes the debug information useful for debugging the
318 blkid library, contained in the libblkid1 package. The debug
319 information is used for execution tracing and core dump analysis.
320
321Package: libuuid1-dbg
Theodore Ts'o2de03c12009-04-20 07:46:08 -0400322Section: debug
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400323Priority: extra
Theodore Ts'o686c4c12009-08-23 10:09:36 -0400324Depends: libuuid1 (= ${binary:Version}), ${misc:Depends}
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400325Architecture: any
Theodore Ts'o90075df2009-07-11 16:05:39 -0400326Description: debugging information for libuuid1
Theodore Ts'ofbcb3a82008-07-07 09:43:26 -0400327 This package includes the debug information useful for debugging the
328 UUID library, contained in the libuuid1 package. The debug
329 information is used for execution tracing and core dump analysis.
Theodore Ts'o95f65c32009-07-18 22:14:58 -0400330'')dnl