diff options
author | Glenn L McGrath | 2002-12-01 02:09:19 +0000 |
---|---|---|
committer | Glenn L McGrath | 2002-12-01 02:09:19 +0000 |
commit | 6fc6d7fe4fb4945b44389aa34ed1174bc4defd69 (patch) | |
tree | e48d9ecf7859ceb09af8d290ee2d862ddbe31de1 /debian/control | |
parent | 4d4ef19c76cdb93865347529e21d609ad055ecda (diff) | |
download | busybox-6fc6d7fe4fb4945b44389aa34ed1174bc4defd69.zip busybox-6fc6d7fe4fb4945b44389aa34ed1174bc4defd69.tar.gz |
Patch from Bastian Blank (waldi) for debian installer
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/debian/control b/debian/control index d619b82..5b9f8f6 100644 --- a/debian/control +++ b/debian/control @@ -1,21 +1,21 @@ -Source: busybox-unstable +Source: busybox-cvs 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-unstable-doc +Package: busybox-cvs-doc Architecture: all Section: doc Description: Documentation for busybox Documentation in various formats on busybox commands and their options. -Package: busybox-unstable +Package: busybox-cvs Architecture: any Depends: ${shlibs:Depends} -Conflicts: busybox-unstable-static, busybox, busybox-static -Replaces: busybox-unstable-static, busybox, busybox-static +Conflicts: busybox-cvs-static, busybox, busybox-static +Replaces: busybox-cvs-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-unstable-static +Package: busybox-cvs-static Architecture: any Depends: ${shlibs:Depends} -Conflicts: busybox-unstable, busybox-static, busybox -Replaces: busybox-unstable, busybox-static, busybox +Conflicts: busybox-cvs, busybox-static, busybox +Replaces: busybox-cvs, 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,7 +53,7 @@ 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-unstable-udeb +Package: busybox-cvs-udeb Architecture: any Depends: ${shlibs:Depends} Section: debian-installer |