aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-12-01 19:55:04 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-12-01 19:55:04 +0000
commitb5e92f7b8e509b82a066ee9245bbae2119fdf0c2 (patch)
treef52409c3b56c1f2a5a54996dc2542c7941574e20 /debian/control
parent3348fb80fd20b82ca4daf7d51e2fa435b1162f54 (diff)
downloadbusybox-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/control36
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 @@
1Source: busybox 1Source: busybox
2Priority: optional 2Priority: optional
3Maintainer: Erik Andersen <andersee@debian.org> 3Maintainer: Erik Andersen <andersee@debian.org>
4Build-Depends: debhelper 4Build-Depends: debhelper (>= 2.1.18), dpkg-dev (1.7.0)
5Standards-Version: 3.1.1 5Standards-Version: 3.2.1.0
6 6
7Package: busybox 7Package: busybox
8Architecture: any 8Architecture: any
9Depends: ${shlibs:Depends} 9Depends: ${shlibs:Depends}
10Conflicts: 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 10Conflicts:
11Replaces: netbase 11Replaces:
12Section: utils 12Section: utils
13Description: Tiny utilities for the debian-installer and for embedded systems. 13Description: 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
27Package: busybox-static 27Package: busybox-static
28Architecture: any 28Architecture: 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
47Package: busybox-udeb
48Architecture: any
49Depends: ${shlibs:Depends}
50Section: debian-installer
51Description: 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