Eric Andersen | b108a5b | 2000-06-19 09:21:34 +0000 | [diff] [blame] | 1 | Source: busybox |
| 2 | Priority: optional |
| 3 | Maintainer: Erik Andersen <andersee@debian.org> |
Eric Andersen | 5d9cad0 | 2001-02-22 05:08:16 +0000 | [diff] [blame] | 4 | Build-Depends: debhelper (>= 2.1.18), dpkg-dev (>= 1.7.0) |
Glenn L McGrath | 12371f9 | 2002-11-26 02:16:06 +0000 | [diff] [blame^] | 5 | Build-Depends-Indep: sgmltools-lite, w3m |
Eric Andersen | e2f6e12 | 2000-12-01 19:55:04 +0000 | [diff] [blame] | 6 | Standards-Version: 3.2.1.0 |
Eric Andersen | b108a5b | 2000-06-19 09:21:34 +0000 | [diff] [blame] | 7 | |
Glenn L McGrath | 12371f9 | 2002-11-26 02:16:06 +0000 | [diff] [blame^] | 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 | |
Eric Andersen | b108a5b | 2000-06-19 09:21:34 +0000 | [diff] [blame] | 14 | Package: busybox |
| 15 | Architecture: any |
| 16 | Depends: ${shlibs:Depends} |
Eric Andersen | b2007bf | 2001-02-22 05:21:35 +0000 | [diff] [blame] | 17 | Conflicts: busybox-static |
| 18 | Replaces: busybox-static |
Eric Andersen | b108a5b | 2000-06-19 09:21:34 +0000 | [diff] [blame] | 19 | Section: utils |
Eric Andersen | e2f6e12 | 2000-12-01 19:55:04 +0000 | [diff] [blame] | 20 | Description: Tiny utilities for small and embedded systems. |
Eric Andersen | b108a5b | 2000-06-19 09:21:34 +0000 | [diff] [blame] | 21 | BusyBox combines tiny versions of many common UNIX utilities into a single |
| 22 | small executable. It provides minimalist replacements for the most common |
Eric Andersen | 77d9268 | 2001-05-23 20:32:09 +0000 | [diff] [blame] | 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 |
Eric Andersen | b108a5b | 2000-06-19 09:21:34 +0000 | [diff] [blame] | 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 | . |
Eric Andersen | e2f6e12 | 2000-12-01 19:55:04 +0000 | [diff] [blame] | 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!). |
Eric Andersen | b108a5b | 2000-06-19 09:21:34 +0000 | [diff] [blame] | 33 | |
| 34 | Package: busybox-static |
| 35 | Architecture: any |
| 36 | Depends: ${shlibs:Depends} |
Eric Andersen | b2007bf | 2001-02-22 05:21:35 +0000 | [diff] [blame] | 37 | Conflicts: busybox |
| 38 | Replaces: busybox |
Eric Andersen | b108a5b | 2000-06-19 09:21:34 +0000 | [diff] [blame] | 39 | Section: shells |
Matt Kraai | 26eeb0c | 2001-07-26 14:45:21 +0000 | [diff] [blame] | 40 | Description: Standalone rescue shell with tons of builtin utilities. |
Eric Andersen | b108a5b | 2000-06-19 09:21:34 +0000 | [diff] [blame] | 41 | BusyBox combines tiny versions of many common UNIX utilities into a single |
| 42 | small executable. It provides minimalist replacements for the most common |
Eric Andersen | 77d9268 | 2001-05-23 20:32:09 +0000 | [diff] [blame] | 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 |
Eric Andersen | b108a5b | 2000-06-19 09:21:34 +0000 | [diff] [blame] | 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 | |
Eric Andersen | e2f6e12 | 2000-12-01 19:55:04 +0000 | [diff] [blame] | 56 | Package: busybox-udeb |
| 57 | Architecture: any |
| 58 | Depends: ${shlibs:Depends} |
| 59 | Section: debian-installer |
Eric Andersen | 0279505 | 2001-07-06 20:36:57 +0000 | [diff] [blame] | 60 | Priority: standard |
Eric Andersen | e73fda8 | 2000-12-01 22:59:04 +0000 | [diff] [blame] | 61 | Description: Tiny utilities for the debian-installer |
Eric Andersen | e2f6e12 | 2000-12-01 19:55:04 +0000 | [diff] [blame] | 62 | BusyBox combines tiny versions of many common UNIX utilities into a single |
| 63 | small executable. It provides minimalist replacements for the most common |
Eric Andersen | 77d9268 | 2001-05-23 20:32:09 +0000 | [diff] [blame] | 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 |
Eric Andersen | e2f6e12 | 2000-12-01 19:55:04 +0000 | [diff] [blame] | 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 | . |
Eric Andersen | e73fda8 | 2000-12-01 22:59:04 +0000 | [diff] [blame] | 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. |
Eric Andersen | e2f6e12 | 2000-12-01 19:55:04 +0000 | [diff] [blame] | 73 | |