Name package busybox-unstable to keep a clean seperation between the official packages.

This commit is contained in:
Glenn L McGrath
2002-11-26 09:05:15 +00:00
parent 8ae4cab4a8
commit 0ff941e1c3
2 changed files with 53 additions and 52 deletions

20
debian/control vendored
View File

@@ -1,21 +1,21 @@
Source: busybox
Source: busybox-unstable
Priority: optional
Maintainer: Erik Andersen <andersee@debian.org>
Build-Depends: debhelper (>= 2.1.18), dpkg-dev (>= 1.7.0)
Build-Depends-Indep: sgmltools-lite, w3m
Standards-Version: 3.2.1.0
Package: busybox-doc
Package: busybox-unstable-doc
Architecture: all
Section: doc
Description: Documentation for busybox
Documentation in various formats on busybox commands and their options.
Package: busybox
Package: busybox-unstable
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: busybox-static
Replaces: busybox-static
Conflicts: busybox-unstable-static, busybox, busybox-static
Replaces: busybox-unstable-static, busybox, busybox-static
Section: utils
Description: Tiny utilities for small and embedded systems.
BusyBox combines tiny versions of many common UNIX utilities into a single
@@ -31,11 +31,11 @@ Description: Tiny utilities for small and embedded systems.
to install BusyBox to the current directory (you do not want to do this
in / on your Debian system!).
Package: busybox-static
Package: busybox-unstable-static
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: busybox
Replaces: busybox
Conflicts: busybox-unstable, busybox-static, busybox
Replaces: busybox-unstable, busybox-static, busybox
Section: shells
Description: Standalone rescue shell with tons of builtin utilities.
BusyBox combines tiny versions of many common UNIX utilities into a single
@@ -53,10 +53,12 @@ Description: Standalone rescue shell with tons of builtin utilities.
your system from certain destruction. Invoke "busybox", and it will list the
available builtin commands.
Package: busybox-udeb
Package: busybox-unstable-udeb
Architecture: any
Depends: ${shlibs:Depends}
Section: debian-installer
Conflicts: busybox-udeb
Provides: busybox-udeb
Priority: standard
Description: Tiny utilities for the debian-installer
BusyBox combines tiny versions of many common UNIX utilities into a single