Make a seperate busybox-doc package
[oweals/busybox.git] / debian / control
1 Source: busybox
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-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
15 Architecture: any
16 Depends: ${shlibs:Depends}
17 Conflicts: busybox-static
18 Replaces: 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-static
35 Architecture: any
36 Depends: ${shlibs:Depends}
37 Conflicts: busybox
38 Replaces: 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-udeb
57 Architecture: any
58 Depends: ${shlibs:Depends}
59 Section: debian-installer
60 Priority: standard
61 Description: Tiny utilities for the debian-installer
62  BusyBox combines tiny versions of many common UNIX utilities into a single
63  small executable. It provides minimalist replacements for the most common
64  utilities you would usually find on your desktop system (i.e., ls, cp, mv,
65  mount, tar, etc.).  The utilities in BusyBox generally have fewer options than
66  their full-featured GNU cousins; however, the options that are included
67  provide the expected functionality and behave very much like their GNU
68  counterparts.
69  .
70  busybox-udeb is used by the debian-installer, so unless you are working
71  on the debian-installer, this package is not for you.  Installing this 
72  on your Debian system is a very, very bad idea.  You have been warned.
73