diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-01 19:55:04 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-01 19:55:04 +0000 |
commit | b5e92f7b8e509b82a066ee9245bbae2119fdf0c2 (patch) | |
tree | f52409c3b56c1f2a5a54996dc2542c7941574e20 /debian/control | |
parent | 3348fb80fd20b82ca4daf7d51e2fa435b1162f54 (diff) | |
download | busybox-w32-b5e92f7b8e509b82a066ee9245bbae2119fdf0c2.tar.gz busybox-w32-b5e92f7b8e509b82a066ee9245bbae2119fdf0c2.tar.bz2 busybox-w32-b5e92f7b8e509b82a066ee9245bbae2119fdf0c2.zip |
More pristine source directory updates. It now works
for me (including doing install). How about you?
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@1364 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 36 |
1 files changed, 27 insertions, 9 deletions
diff --git a/debian/control b/debian/control index bbbf86e09..54475b799 100644 --- a/debian/control +++ b/debian/control | |||
@@ -1,16 +1,16 @@ | |||
1 | Source: busybox | 1 | Source: busybox |
2 | Priority: optional | 2 | Priority: optional |
3 | Maintainer: Erik Andersen <andersee@debian.org> | 3 | Maintainer: Erik Andersen <andersee@debian.org> |
4 | Build-Depends: debhelper | 4 | Build-Depends: debhelper (>= 2.1.18), dpkg-dev (1.7.0) |
5 | Standards-Version: 3.1.1 | 5 | Standards-Version: 3.2.1.0 |
6 | 6 | ||
7 | Package: busybox | 7 | Package: busybox |
8 | Architecture: any | 8 | Architecture: any |
9 | Depends: ${shlibs:Depends} | 9 | Depends: ${shlibs:Depends} |
10 | Conflicts: binutils, bsdutils, console-tools, cpio, debianutils, dnsutils, dpkg, fbset, fdflush, fileutils, grep, gzip, hostname, modutils, mount, netbase, procps, psmisc, sed, sharutils, shellutils, sysklogd, sysvinit, tar, textutils, update, util-linux | 10 | Conflicts: |
11 | Replaces: netbase | 11 | Replaces: |
12 | Section: utils | 12 | Section: utils |
13 | Description: Tiny utilities for the debian-installer and for embedded systems. | 13 | Description: Tiny utilities for small and embedded systems. |
14 | BusyBox combines tiny versions of many common UNIX utilities into a single | 14 | BusyBox combines tiny versions of many common UNIX utilities into a single |
15 | small executable. It provides minimalist replacements for the most common | 15 | small executable. It provides minimalist replacements for the most common |
16 | utilities you would usually find on your desktop system (i.e. ls, cp, mv, | 16 | utilities you would usually find on your desktop system (i.e. ls, cp, mv, |
@@ -19,10 +19,10 @@ Description: Tiny utilities for the debian-installer and for embedded systems. | |||
19 | provide the expected functionality and behave very much like their GNU | 19 | provide the expected functionality and behave very much like their GNU |
20 | counterparts. | 20 | counterparts. |
21 | . | 21 | . |
22 | BusyBox is used by the debian-installer. Installing BusyBox onto your Debian | 22 | This package installs the BusyBox binary but does not install symlinks |
23 | system is not recommended, unless you are intended to make a very small | 23 | for any of the supported utilities. You can use /bin/busybox --install |
24 | embedded system. Chances are good that for embedded systems, you will want to | 24 | to install BusyBox to the current directory (you do not want to do this |
25 | recompile to only include the tools and utilities you wish to include. | 25 | in / on your Debian system!). |
26 | 26 | ||
27 | Package: busybox-static | 27 | Package: busybox-static |
28 | Architecture: any | 28 | Architecture: any |
@@ -44,3 +44,21 @@ Description: Provides a stand alone rescue shell with tons of builtin utilities. | |||
44 | your system from certain destruction. Invoke "busybox", and it will list the | 44 | your system from certain destruction. Invoke "busybox", and it will list the |
45 | available builtin commands. | 45 | available builtin commands. |
46 | 46 | ||
47 | Package: busybox-udeb | ||
48 | Architecture: any | ||
49 | Depends: ${shlibs:Depends} | ||
50 | Section: debian-installer | ||
51 | Description: Tiny utilities for the debian-installer and for embedded systems. | ||
52 | BusyBox combines tiny versions of many common UNIX utilities into a single | ||
53 | small executable. It provides minimalist replacements for the most common | ||
54 | utilities you would usually find on your desktop system (i.e. ls, cp, mv, | ||
55 | mount, tar, etc). The utilities in BusyBox generally have fewer options than | ||
56 | their full-featured GNU cousins; however, the options that are included | ||
57 | provide the expected functionality and behave very much like their GNU | ||
58 | counterparts. | ||
59 | . | ||
60 | BusyBox is used by the debian-installer. Installing BusyBox onto your Debian | ||
61 | system is not recommended, unless you are intended to make a very small | ||
62 | embedded system. Chances are good that for embedded systems, you will want to | ||
63 | recompile to only include the tools and utilities you wish to include. | ||
64 | |||