diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-04-06 15:35:52 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-04-06 15:35:52 +0000 |
commit | 2f712041db899a660ce9fe5028feef4948ed3dea (patch) | |
tree | ea7435d5fc49650cb9bcb7935217e4fc32f47454 /debian/control | |
parent | f55d4291e6805d4723d5ad775866bdadf69fafd6 (diff) | |
download | busybox-w32-2f712041db899a660ce9fe5028feef4948ed3dea.tar.gz busybox-w32-2f712041db899a660ce9fe5028feef4948ed3dea.tar.bz2 busybox-w32-2f712041db899a660ce9fe5028feef4948ed3dea.zip |
Sync with waldi's package
git-svn-id: svn://busybox.net/trunk/busybox@6782 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control index ae1aee551..c0a500cc4 100644 --- a/debian/control +++ b/debian/control | |||
@@ -66,3 +66,22 @@ Description: Tiny utilities for the debian-installer | |||
66 | on the debian-installer, this package is not for you. Installing this | 66 | on the debian-installer, this package is not for you. Installing this |
67 | on your Debian system is a very, very bad idea. You have been warned. | 67 | on your Debian system is a very, very bad idea. You have been warned. |
68 | 68 | ||
69 | Package: busybox-cvs-net-udeb | ||
70 | Architecture: i386 | ||
71 | Depends: ${shlibs:Depends} | ||
72 | Section: debian-installer | ||
73 | Conflicts: busybox-udeb | ||
74 | Priority: extra | ||
75 | Description: Tiny utilities for the debian-installer network images | ||
76 | BusyBox combines tiny versions of many common UNIX utilities into a single | ||
77 | small executable. It provides minimalist replacements for the most common | ||
78 | utilities you would usually find on your desktop system (i.e., ls, cp, mv, | ||
79 | mount, tar, etc.). The utilities in BusyBox generally have fewer options than | ||
80 | their full-featured GNU cousins; however, the options that are included | ||
81 | provide the expected functionality and behave very much like their GNU | ||
82 | counterparts. | ||
83 | . | ||
84 | busybox-udeb is used by the debian-installer, so unless you are working | ||
85 | on the debian-installer, this package is not for you. Installing this | ||
86 | on your Debian system is a very, very bad idea. You have been warned. | ||
87 | |||