diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 0dbc36b..1a24985 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +busybox (0.46-1) unstable; urgency=low + + * New version released. See changelog for details. + + -- Erik Andersen <andersee@debian.org> Tue, 11 Jul 2000 12:15:44 -0600 + busybox (0.45-1) unstable; urgency=low * First attempt at packaging BusyBox as a .deb. This has been in diff --git a/debian/control b/debian/control index 78dd104..bbbf86e 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Package: busybox Architecture: any Depends: ${shlibs:Depends} 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 -Replaces: dpkg, netbase +Replaces: netbase Section: utils Description: Tiny utilities for the debian-installer and for embedded systems. BusyBox combines tiny versions of many common UNIX utilities into a single @@ -20,9 +20,9 @@ Description: Tiny utilities for the debian-installer and for embedded systems. counterparts. . BusyBox is used by the debian-installer. Installing BusyBox onto your Debian - system is not recommended, unless you are intended to make a very small embedded - system. Chances are good that for embedded systems, you will want to recompile - to only include the tools and utilities you wish to include. + system is not recommended, unless you are intended to make a very small + embedded system. Chances are good that for embedded systems, you will want to + recompile to only include the tools and utilities you wish to include. Package: busybox-static Architecture: any |