Added debian/ from 1:1.10.2-1 debian package
[busybox4maemo] / debian / control
1 Source: busybox
2 Priority: optional
3 Section: utils
4 Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
5 Uploaders: Bastian Blank <waldi@debian.org>
6 Build-Depends: debhelper (>> 5), lsb-release, quilt
7 Standards-Version: 3.7.3
8
9 Package: busybox
10 Architecture: any
11 Depends: ${shlibs:Depends}
12 Conflicts: busybox-static
13 Replaces: busybox-static
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-static
29 Architecture: any
30 Depends: ${shlibs:Depends}
31 Conflicts: busybox
32 Replaces: busybox
33 Priority: extra
34 Section: shells
35 Description: Standalone rescue shell with tons of builtin utilities
36  BusyBox combines tiny versions of many common UNIX utilities into a single
37  small executable. It provides minimalist replacements for the most common
38  utilities you would usually find on your desktop system (i.e., ls, cp, mv,
39  mount, tar, etc.).  The utilities in BusyBox generally have fewer options than
40  their full-featured GNU cousins; however, the options that are included
41  provide the expected functionality and behave very much like their GNU
42  counterparts.
43  .
44  busybox-static provides you with a statically linked simple stand alone shell
45  that provides all the utilities available in BusyBox. This package is
46  intended to be used as a rescue shell, in the event that you screw up your
47  system. Invoke "busybox sh" and you have a standalone shell ready to save
48  your system from certain destruction. Invoke "busybox", and it will list the
49  available builtin commands.
50
51 Package: busybox-udeb
52 XC-Package-Type: udeb
53 Architecture: any
54 Depends: ${shlibs:Depends}
55 Section: debian-installer
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-cvs-udeb is used by the debian-installer, so unless you are working on
67  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