Patch from Bastian Blank (waldi) for debian installer
[oweals/busybox.git] / debian / control
1 Source: busybox-cvs
2 Priority: optional
3 Maintainer: Erik Andersen <andersee@debian.org>
4 Build-Depends: debhelper (>= 2.1.18), dpkg-dev (>= 1.7.0)
5 Build-Depends-Indep: sgmltools-lite, w3m
6 Standards-Version: 3.2.1.0
7
8 Package: busybox-cvs-doc
9 Architecture: all
10 Section: doc
11 Description: Documentation for busybox
12  Documentation in various formats on busybox commands and their options.
13
14 Package: busybox-cvs
15 Architecture: any
16 Depends: ${shlibs:Depends}
17 Conflicts: busybox-cvs-static, busybox, busybox-static
18 Replaces: busybox-cvs-static, busybox, busybox-static
19 Section: utils
20 Description: Tiny utilities for small and embedded systems. 
21  BusyBox combines tiny versions of many common UNIX utilities into a single
22  small executable. It provides minimalist replacements for the most common
23  utilities you would usually find on your desktop system (i.e., ls, cp, mv,
24  mount, tar, etc.).  The utilities in BusyBox generally have fewer options than
25  their full-featured GNU cousins; however, the options that are included
26  provide the expected functionality and behave very much like their GNU
27  counterparts.
28  .
29  This package installs the BusyBox binary but does not install symlinks
30  for any of the supported utilities.  You can use /bin/busybox --install
31  to install BusyBox to the current directory (you do not want to do this
32  in / on your Debian system!).
33
34 Package: busybox-cvs-static
35 Architecture: any
36 Depends: ${shlibs:Depends}
37 Conflicts: busybox-cvs, busybox-static, busybox
38 Replaces: busybox-cvs, busybox-static, busybox
39 Section: shells
40 Description: Standalone rescue shell with tons of builtin utilities. 
41  BusyBox combines tiny versions of many common UNIX utilities into a single
42  small executable. It provides minimalist replacements for the most common
43  utilities you would usually find on your desktop system (i.e., ls, cp, mv,
44  mount, tar, etc.).  The utilities in BusyBox generally have fewer options than
45  their full-featured GNU cousins; however, the options that are included
46  provide the expected functionality and behave very much like their GNU
47  counterparts.
48  .
49  BusyBox-static provides you with a statically linked simple stand alone shell
50  that provides all the utilities available in BusyBox.  This package is
51  intended to be used as a rescue shell, in the event that you screw up your
52  system.  Invoke "busybox sh" and you have a standalone shell ready to save
53  your system from certain destruction.  Invoke "busybox", and it will list the
54  available builtin commands.
55
56 Package: busybox-cvs-udeb
57 Architecture: any
58 Depends: ${shlibs:Depends}
59 Section: debian-installer
60 Conflicts: busybox-udeb
61 Provides: busybox-udeb
62 Priority: standard
63 Description: Tiny utilities for the debian-installer
64  BusyBox combines tiny versions of many common UNIX utilities into a single
65  small executable. It provides minimalist replacements for the most common
66  utilities you would usually find on your desktop system (i.e., ls, cp, mv,
67  mount, tar, etc.).  The utilities in BusyBox generally have fewer options than
68  their full-featured GNU cousins; however, the options that are included
69  provide the expected functionality and behave very much like their GNU
70  counterparts.
71  .
72  busybox-udeb is used by the debian-installer, so unless you are working
73  on the debian-installer, this package is not for you.  Installing this 
74  on your Debian system is a very, very bad idea.  You have been warned.
75