aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control88
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 @@
1Source: busybox-cvs
2Priority: optional
3Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
4Uploaders: Erik Andersen <andersee@debian.org>, Bastian Blank <waldi@debian.org>, Tollef Fog Heen <tfheen@debian.org>, Glenn McGrath <bug1@debian.org>
5Build-Depends: debhelper (>= 4.0.0)
6Standards-Version: 3.6.0
7
8Package: busybox-cvs
9Architecture: any
10Depends: ${shlibs:Depends}
11Conflicts: busybox-cvs-static, busybox, busybox-static
12Replaces: busybox-cvs-static, busybox, busybox-static
13Section: utils
14Description: 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
28Package: busybox-cvs-static
29Architecture: any
30Depends: ${shlibs:Depends}
31Conflicts: busybox-cvs, busybox-static, busybox
32Replaces: busybox-cvs, busybox-static, busybox
33Section: shells
34Description: 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
50Package: busybox-cvs-udeb
51Architecture: any
52Depends: ${shlibs:Depends}
53Section: debian-installer
54Conflicts: busybox-udeb
55Enhances: busybox-cvs-floppy-udeb
56Priority: extra
57Description: 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
70Package: busybox-cvs-floppy-udeb
71Architecture: i386
72Depends: ${shlibs:Depends}
73Section: debian-installer
74Conflicts: busybox-udeb
75Priority: extra
76Description: 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