Whamcloud - gitweb
404412a8c4d2c718aac4e1eab7e333ee33b8157e
[tools/e2fsprogs.git] / debian / control
1 Source: e2fsprogs
2 Section: base
3 Priority: required
4 Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
5 Build-Depends: texi2html, gettext, texinfo, dc, debhelper (>= 4)
6 Standards-Version: 3.6.1
7
8 Package: e2fsck-static
9 Section: admin
10 Priority: optional
11 Depends: e2fsprogs (= ${Source-Version})
12 Recommends: sash | zsh-static | busybox-static | zsh30-static
13 Architecture: any
14 Description: A 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: The 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 (= ${Source-Version})
40 Suggests: doc-base
41 Replaces: e2fslibs-dev (<< 1.33-2), libkrb5-dev (<< 1.3)
42 Architecture: any
43 Description: The 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
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 (= ${Source-Version})
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: ${shlibs:Depends}
81 Replaces: e2fsprogs (<< 1.34-1)
82 Architecture: any
83 Description: Universally unique id library
84  libuuid generates and parses 128-bit universally unique id's (UUID's),
85  using a standard which is blessed by both Microsoft and DCE, and is
86  being proposed as an internet standard.  See the internet-draft:
87  .
88                 draft-leach-uuids-guids-01.txt
89  .
90  for more information.
91
92 Package: libuuid1-udeb
93 Section: debian-installer
94 Priority: required
95 Depends: ${shlibs:Depends}
96 Provides: libuuid1
97 Replaces: libuuid1
98 Architecture: any
99 Description: Universally unique id library
100  libuuid generates and parses 128-bit universally unique id's (UUID's),
101  using a standard which is blessed by both Microsoft and DCE, and is
102  being proposed as an internet standard.  See the internet-draft:
103  .
104                 draft-leach-uuids-guids-01.txt
105  .
106  for more information.
107  .
108  This is a minimal package for debian-installer.
109
110 Package: uuid-dev
111 Section: libdevel
112 Priority: extra
113 Depends: libc6-dev | libc-dev, libuuid1 (= ${Source-Version})
114 Replaces: e2fslibs-dev (<< 1.15)
115 Architecture: any
116 Description: Universally unique id library - headers and static libraries
117  libuuid generates and parses 128-bit universally unique id's (UUID's),
118  using a standard which is blessed by both Microsoft and DCE, and is
119  being proposed as an internet standard.  See the internet-draft:
120  .
121                 draft-leach-uuids-guids-01.txt
122  .
123  for more information.
124  .
125  This package contains the development environment for the uuid library.
126
127 Package: libblkid1
128 Section: libs
129 Priority: required
130 Depends: ${shlibs:Depends}
131 Architecture: any
132 Description: Block device id library
133  The blkid library which allows system programs like fsck and 
134  mount to quickly and easily find block devices by filesystem UUID and 
135  LABEL.  This allows system administrators to avoid specifiying 
136  filesystems by hard-coded device names, but via a logical naming 
137  system instead.
138
139 Package: libblkid1-udeb
140 Section: debian-installer
141 Priority: required
142 Depends: ${shlibs:Depends}
143 Provides: libblkid1
144 Architecture: any
145 Description: Block device id library
146  The blkid library which allows system programs like fsck and 
147  mount to quickly and easily find block devices by filesystem UUID and 
148  LABEL.  This allows system administrators to avoid specifiying 
149  filesystems by hard-coded device names, but via a logical naming 
150  system instead.
151  .
152  This is a minimal package for debian-installer.
153
154 Package: libblkid-dev
155 Section: libdevel
156 Priority: extra
157 Depends: libc6-dev | libc-dev, libblkid1 (= ${Source-Version})
158 Architecture: any
159 Description: Block device id library - headers and static libraries
160  The blkid library which allows system programs like fsck and 
161  mount to quickly and easily find block devices by filesystem UUID and 
162  LABEL.  This allows system administrators to avoid specifiying 
163  filesystems by hard-coded device names, but via a logical naming 
164  system instead.
165  .
166  This package contains the development environment for the blkid library.
167
168 Package: e2fsprogs-udeb
169 Section: debian-installer
170 Priority: standard
171 Depends: ${shlibs:Depends}
172 Conflicts: e2fsprogs
173 Architecture: any
174 Description: A 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: The 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 (= ${Source-Version})
199 Suggests: doc-base
200 Provides: ext2fs-dev, e2p-dev
201 Replaces: libkrb5-dev (<< 1.3)
202 Architecture: any
203 Description: The 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 Architecture: any
220 Description: The EXT2 file system utilities and libraries
221  EXT2 stands for "Extended Filesystem", version 2. It's the main
222  filesystem type used for hard disks on Debian and other Linux systems.
223  .
224  This package contains programs for creating, checking, and maintaining EXT2
225  filesystems, and the generic `fsck' wrapper.