diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-01 22:59:04 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-01 22:59:04 +0000 |
commit | 6d7922a2d820fc3428b0829066e84434db056001 (patch) | |
tree | 5e36679181961866409e1ebfac972f88a4277a2e /debian/control | |
parent | 3db01c5f9af30a2061b43ee3793af8dfde3d8593 (diff) | |
download | busybox-w32-6d7922a2d820fc3428b0829066e84434db056001.tar.gz busybox-w32-6d7922a2d820fc3428b0829066e84434db056001.tar.bz2 busybox-w32-6d7922a2d820fc3428b0829066e84434db056001.zip |
Update for handling .udebs and building using a pristine source dir...
git-svn-id: svn://busybox.net/trunk/busybox@1369 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/debian/control b/debian/control index 54475b799..5a662419f 100644 --- a/debian/control +++ b/debian/control | |||
@@ -48,7 +48,7 @@ Package: busybox-udeb | |||
48 | Architecture: any | 48 | Architecture: any |
49 | Depends: ${shlibs:Depends} | 49 | Depends: ${shlibs:Depends} |
50 | Section: debian-installer | 50 | Section: debian-installer |
51 | Description: Tiny utilities for the debian-installer and for embedded systems. | 51 | Description: Tiny utilities for the debian-installer |
52 | BusyBox combines tiny versions of many common UNIX utilities into a single | 52 | BusyBox combines tiny versions of many common UNIX utilities into a single |
53 | small executable. It provides minimalist replacements for the most common | 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, | 54 | utilities you would usually find on your desktop system (i.e. ls, cp, mv, |
@@ -57,8 +57,7 @@ Description: Tiny utilities for the debian-installer and for embedded systems. | |||
57 | provide the expected functionality and behave very much like their GNU | 57 | provide the expected functionality and behave very much like their GNU |
58 | counterparts. | 58 | counterparts. |
59 | . | 59 | . |
60 | BusyBox is used by the debian-installer. Installing BusyBox onto your Debian | 60 | busybox-udeb is used by the debian-installer, so unless you are working |
61 | system is not recommended, unless you are intended to make a very small | 61 | on the debian-installer, this package is not for you. Installing this |
62 | embedded system. Chances are good that for embedded systems, you will want to | 62 | on your Debian system is a very, very bad idea. You have been warned. |
63 | recompile to only include the tools and utilities you wish to include. | ||
64 | 63 | ||