blob: 2a0ffa8bf190a5afdf87c92a4a0e79934d90a495 [file] [log] [blame]
Eric Andersenb108a5b2000-06-19 09:21:34 +00001Source: busybox
2Priority: optional
3Maintainer: Erik Andersen <andersee@debian.org>
Eric Andersen5d9cad02001-02-22 05:08:16 +00004Build-Depends: debhelper (>= 2.1.18), dpkg-dev (>= 1.7.0)
Glenn L McGrath12371f92002-11-26 02:16:06 +00005Build-Depends-Indep: sgmltools-lite, w3m
Eric Andersene2f6e122000-12-01 19:55:04 +00006Standards-Version: 3.2.1.0
Eric Andersenb108a5b2000-06-19 09:21:34 +00007
Glenn L McGrath12371f92002-11-26 02:16:06 +00008Package: busybox-doc
9Architecture: all
10Section: doc
11Description: Documentation for busybox
12 Documentation in various formats on busybox commands and their options.
13
Eric Andersenb108a5b2000-06-19 09:21:34 +000014Package: busybox
15Architecture: any
16Depends: ${shlibs:Depends}
Eric Andersenb2007bf2001-02-22 05:21:35 +000017Conflicts: busybox-static
18Replaces: busybox-static
Eric Andersenb108a5b2000-06-19 09:21:34 +000019Section: utils
Eric Andersene2f6e122000-12-01 19:55:04 +000020Description: Tiny utilities for small and embedded systems.
Eric Andersenb108a5b2000-06-19 09:21:34 +000021 BusyBox combines tiny versions of many common UNIX utilities into a single
22 small executable. It provides minimalist replacements for the most common
Eric Andersen77d92682001-05-23 20:32:09 +000023 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
Eric Andersenb108a5b2000-06-19 09:21:34 +000025 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 .
Eric Andersene2f6e122000-12-01 19:55:04 +000029 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!).
Eric Andersenb108a5b2000-06-19 09:21:34 +000033
34Package: busybox-static
35Architecture: any
36Depends: ${shlibs:Depends}
Eric Andersenb2007bf2001-02-22 05:21:35 +000037Conflicts: busybox
38Replaces: busybox
Eric Andersenb108a5b2000-06-19 09:21:34 +000039Section: shells
Matt Kraai26eeb0c2001-07-26 14:45:21 +000040Description: Standalone rescue shell with tons of builtin utilities.
Eric Andersenb108a5b2000-06-19 09:21:34 +000041 BusyBox combines tiny versions of many common UNIX utilities into a single
42 small executable. It provides minimalist replacements for the most common
Eric Andersen77d92682001-05-23 20:32:09 +000043 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
Eric Andersenb108a5b2000-06-19 09:21:34 +000045 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
Eric Andersene2f6e122000-12-01 19:55:04 +000056Package: busybox-udeb
57Architecture: any
58Depends: ${shlibs:Depends}
59Section: debian-installer
Eric Andersen02795052001-07-06 20:36:57 +000060Priority: standard
Eric Andersene73fda82000-12-01 22:59:04 +000061Description: Tiny utilities for the debian-installer
Eric Andersene2f6e122000-12-01 19:55:04 +000062 BusyBox combines tiny versions of many common UNIX utilities into a single
63 small executable. It provides minimalist replacements for the most common
Eric Andersen77d92682001-05-23 20:32:09 +000064 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
Eric Andersene2f6e122000-12-01 19:55:04 +000066 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 .
Eric Andersene73fda82000-12-01 22:59:04 +000070 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.
Eric Andersene2f6e122000-12-01 19:55:04 +000073