Glenn L McGrath | 6fc6d7f | 2002-12-01 02:09:19 +0000 | [diff] [blame] | 1 | Source: busybox-cvs |
Eric Andersen | b108a5b | 2000-06-19 09:21:34 +0000 | [diff] [blame] | 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 | 6fc6d7f | 2002-12-01 02:09:19 +0000 | [diff] [blame] | 8 | Package: busybox-cvs-doc |
Glenn L McGrath | 12371f9 | 2002-11-26 02:16:06 +0000 | [diff] [blame] | 9 | Architecture: all |
| 10 | Section: doc |
| 11 | Description: Documentation for busybox |
| 12 | Documentation in various formats on busybox commands and their options. |
| 13 | |
Glenn L McGrath | 6fc6d7f | 2002-12-01 02:09:19 +0000 | [diff] [blame] | 14 | Package: busybox-cvs |
Eric Andersen | b108a5b | 2000-06-19 09:21:34 +0000 | [diff] [blame] | 15 | Architecture: any |
| 16 | Depends: ${shlibs:Depends} |
Glenn L McGrath | 6fc6d7f | 2002-12-01 02:09:19 +0000 | [diff] [blame] | 17 | Conflicts: busybox-cvs-static, busybox, busybox-static |
| 18 | Replaces: busybox-cvs-static, busybox, 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 | |
Glenn L McGrath | 6fc6d7f | 2002-12-01 02:09:19 +0000 | [diff] [blame] | 34 | Package: busybox-cvs-static |
Eric Andersen | b108a5b | 2000-06-19 09:21:34 +0000 | [diff] [blame] | 35 | Architecture: any |
| 36 | Depends: ${shlibs:Depends} |
Glenn L McGrath | 6fc6d7f | 2002-12-01 02:09:19 +0000 | [diff] [blame] | 37 | Conflicts: busybox-cvs, busybox-static, busybox |
| 38 | Replaces: busybox-cvs, busybox-static, 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 | |
Glenn L McGrath | 6fc6d7f | 2002-12-01 02:09:19 +0000 | [diff] [blame] | 56 | Package: busybox-cvs-udeb |
Eric Andersen | e2f6e12 | 2000-12-01 19:55:04 +0000 | [diff] [blame] | 57 | Architecture: any |
| 58 | Depends: ${shlibs:Depends} |
| 59 | Section: debian-installer |
Glenn L McGrath | 0ff941e | 2002-11-26 09:05:15 +0000 | [diff] [blame] | 60 | Conflicts: busybox-udeb |
| 61 | Provides: busybox-udeb |
Eric Andersen | 0279505 | 2001-07-06 20:36:57 +0000 | [diff] [blame] | 62 | Priority: standard |
Eric Andersen | e73fda8 | 2000-12-01 22:59:04 +0000 | [diff] [blame] | 63 | Description: Tiny utilities for the debian-installer |
Eric Andersen | e2f6e12 | 2000-12-01 19:55:04 +0000 | [diff] [blame] | 64 | BusyBox combines tiny versions of many common UNIX utilities into a single |
| 65 | small executable. It provides minimalist replacements for the most common |
Eric Andersen | 77d9268 | 2001-05-23 20:32:09 +0000 | [diff] [blame] | 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 |
Eric Andersen | e2f6e12 | 2000-12-01 19:55:04 +0000 | [diff] [blame] | 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 | . |
Eric Andersen | e73fda8 | 2000-12-01 22:59:04 +0000 | [diff] [blame] | 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. |
Eric Andersen | e2f6e12 | 2000-12-01 19:55:04 +0000 | [diff] [blame] | 75 | |