blob: 3626718da9e1c6acac1671e53027ea6dfd462317 [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)
Eric Andersene2f6e122000-12-01 19:55:04 +00005Standards-Version: 3.2.1.0
Eric Andersenb108a5b2000-06-19 09:21:34 +00006
7Package: busybox
8Architecture: any
9Depends: ${shlibs:Depends}
Eric Andersenb2007bf2001-02-22 05:21:35 +000010Conflicts: busybox-static
11Replaces: busybox-static
Eric Andersenb108a5b2000-06-19 09:21:34 +000012Section: utils
Eric Andersene2f6e122000-12-01 19:55:04 +000013Description: Tiny utilities for small and embedded systems.
Eric Andersenb108a5b2000-06-19 09:21:34 +000014 BusyBox combines tiny versions of many common UNIX utilities into a single
15 small executable. It provides minimalist replacements for the most common
Eric Andersen77d92682001-05-23 20:32:09 +000016 utilities you would usually find on your desktop system (i.e., ls, cp, mv,
17 mount, tar, etc.). The utilities in BusyBox generally have fewer options than
Eric Andersenb108a5b2000-06-19 09:21:34 +000018 their full-featured GNU cousins; however, the options that are included
19 provide the expected functionality and behave very much like their GNU
20 counterparts.
21 .
Eric Andersene2f6e122000-12-01 19:55:04 +000022 This package installs the BusyBox binary but does not install symlinks
23 for any of the supported utilities. You can use /bin/busybox --install
24 to install BusyBox to the current directory (you do not want to do this
25 in / on your Debian system!).
Eric Andersenb108a5b2000-06-19 09:21:34 +000026
27Package: busybox-static
28Architecture: any
29Depends: ${shlibs:Depends}
Eric Andersenb2007bf2001-02-22 05:21:35 +000030Conflicts: busybox
31Replaces: busybox
Eric Andersenb108a5b2000-06-19 09:21:34 +000032Section: shells
Matt Kraai26eeb0c2001-07-26 14:45:21 +000033Description: Standalone rescue shell with tons of builtin utilities.
Eric Andersenb108a5b2000-06-19 09:21:34 +000034 BusyBox combines tiny versions of many common UNIX utilities into a single
35 small executable. It provides minimalist replacements for the most common
Eric Andersen77d92682001-05-23 20:32:09 +000036 utilities you would usually find on your desktop system (i.e., ls, cp, mv,
37 mount, tar, etc.). The utilities in BusyBox generally have fewer options than
Eric Andersenb108a5b2000-06-19 09:21:34 +000038 their full-featured GNU cousins; however, the options that are included
39 provide the expected functionality and behave very much like their GNU
40 counterparts.
41 .
42 BusyBox-static provides you with a statically linked simple stand alone shell
43 that provides all the utilities available in BusyBox. This package is
44 intended to be used as a rescue shell, in the event that you screw up your
45 system. Invoke "busybox sh" and you have a standalone shell ready to save
46 your system from certain destruction. Invoke "busybox", and it will list the
47 available builtin commands.
48
Eric Andersene2f6e122000-12-01 19:55:04 +000049Package: busybox-udeb
50Architecture: any
51Depends: ${shlibs:Depends}
52Section: debian-installer
Eric Andersen02795052001-07-06 20:36:57 +000053Priority: standard
Eric Andersene73fda82000-12-01 22:59:04 +000054Description: Tiny utilities for the debian-installer
Eric Andersene2f6e122000-12-01 19:55:04 +000055 BusyBox combines tiny versions of many common UNIX utilities into a single
56 small executable. It provides minimalist replacements for the most common
Eric Andersen77d92682001-05-23 20:32:09 +000057 utilities you would usually find on your desktop system (i.e., ls, cp, mv,
58 mount, tar, etc.). The utilities in BusyBox generally have fewer options than
Eric Andersene2f6e122000-12-01 19:55:04 +000059 their full-featured GNU cousins; however, the options that are included
60 provide the expected functionality and behave very much like their GNU
61 counterparts.
62 .
Eric Andersene73fda82000-12-01 22:59:04 +000063 busybox-udeb is used by the debian-installer, so unless you are working
64 on the debian-installer, this package is not for you. Installing this
65 on your Debian system is a very, very bad idea. You have been warned.
Eric Andersene2f6e122000-12-01 19:55:04 +000066