diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 88 |
1 files changed, 0 insertions, 88 deletions
diff --git a/debian/control b/debian/control deleted file mode 100644 index 391a02dcf..000000000 --- a/debian/control +++ /dev/null | |||
@@ -1,88 +0,0 @@ | |||
1 | Source: busybox-cvs | ||
2 | Priority: optional | ||
3 | Maintainer: Debian Install System Team <debian-boot@lists.debian.org> | ||
4 | Uploaders: Erik Andersen <andersee@debian.org>, Bastian Blank <waldi@debian.org>, Tollef Fog Heen <tfheen@debian.org>, Glenn McGrath <bug1@debian.org> | ||
5 | Build-Depends: debhelper (>= 4.0.0) | ||
6 | Standards-Version: 3.6.0 | ||
7 | |||
8 | Package: busybox-cvs | ||
9 | Architecture: any | ||
10 | Depends: ${shlibs:Depends} | ||
11 | Conflicts: busybox-cvs-static, busybox, busybox-static | ||
12 | Replaces: busybox-cvs-static, busybox, busybox-static | ||
13 | Section: utils | ||
14 | Description: Tiny utilities for small and embedded systems | ||
15 | BusyBox combines tiny versions of many common UNIX utilities into a single | ||
16 | small executable. It provides minimalist replacements for the most common | ||
17 | utilities you would usually find on your desktop system (i.e., ls, cp, mv, | ||
18 | mount, tar, etc.). The utilities in BusyBox generally have fewer options than | ||
19 | their full-featured GNU cousins; however, the options that are included | ||
20 | provide the expected functionality and behave very much like their GNU | ||
21 | counterparts. | ||
22 | . | ||
23 | This package installs the BusyBox binary but does not install symlinks | ||
24 | for any of the supported utilities. You can use /bin/busybox --install | ||
25 | to install BusyBox to the current directory (you do not want to do this | ||
26 | in / on your Debian system!). | ||
27 | |||
28 | Package: busybox-cvs-static | ||
29 | Architecture: any | ||
30 | Depends: ${shlibs:Depends} | ||
31 | Conflicts: busybox-cvs, busybox-static, busybox | ||
32 | Replaces: busybox-cvs, busybox-static, busybox | ||
33 | Section: shells | ||
34 | Description: Standalone rescue shell with tons of builtin utilities | ||
35 | BusyBox combines tiny versions of many common UNIX utilities into a single | ||
36 | small executable. It provides minimalist replacements for the most common | ||
37 | utilities you would usually find on your desktop system (i.e., ls, cp, mv, | ||
38 | mount, tar, etc.). The utilities in BusyBox generally have fewer options than | ||
39 | their full-featured GNU cousins; however, the options that are included | ||
40 | provide the expected functionality and behave very much like their GNU | ||
41 | counterparts. | ||
42 | . | ||
43 | BusyBox-static provides you with a statically linked simple stand alone shell | ||
44 | that provides all the utilities available in BusyBox. This package is | ||
45 | intended to be used as a rescue shell, in the event that you screw up your | ||
46 | system. Invoke "busybox sh" and you have a standalone shell ready to save | ||
47 | your system from certain destruction. Invoke "busybox", and it will list the | ||
48 | available builtin commands. | ||
49 | |||
50 | Package: busybox-cvs-udeb | ||
51 | Architecture: any | ||
52 | Depends: ${shlibs:Depends} | ||
53 | Section: debian-installer | ||
54 | Conflicts: busybox-udeb | ||
55 | Enhances: busybox-cvs-floppy-udeb | ||
56 | Priority: extra | ||
57 | Description: Tiny utilities for the debian-installer | ||
58 | BusyBox combines tiny versions of many common UNIX utilities into a single | ||
59 | small executable. It provides minimalist replacements for the most common | ||
60 | utilities you would usually find on your desktop system (i.e., ls, cp, mv, | ||
61 | mount, tar, etc.). The utilities in BusyBox generally have fewer options than | ||
62 | their full-featured GNU cousins; however, the options that are included | ||
63 | provide the expected functionality and behave very much like their GNU | ||
64 | counterparts. | ||
65 | . | ||
66 | busybox-udeb is used by the debian-installer, so unless you are working | ||
67 | on the debian-installer, this package is not for you. Installing this | ||
68 | on your Debian system is a very, very bad idea. You have been warned. | ||
69 | |||
70 | Package: busybox-cvs-floppy-udeb | ||
71 | Architecture: i386 | ||
72 | Depends: ${shlibs:Depends} | ||
73 | Section: debian-installer | ||
74 | Conflicts: busybox-udeb | ||
75 | Priority: extra | ||
76 | Description: Tiny utilities for the debian-installer floppy images | ||
77 | BusyBox combines tiny versions of many common UNIX utilities into a single | ||
78 | small executable. It provides minimalist replacements for the most common | ||
79 | utilities you would usually find on your desktop system (i.e., ls, cp, mv, | ||
80 | mount, tar, etc.). The utilities in BusyBox generally have fewer options than | ||
81 | their full-featured GNU cousins; however, the options that are included | ||
82 | provide the expected functionality and behave very much like their GNU | ||
83 | counterparts. | ||
84 | . | ||
85 | busybox-udeb is used by the debian-installer, so unless you are working | ||
86 | on the debian-installer, this package is not for you. Installing this | ||
87 | on your Debian system is a very, very bad idea. You have been warned. | ||
88 | |||