diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-12-01 02:09:19 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-12-01 02:09:19 +0000 |
commit | ba6bdbbb73df5ec696ee4d39e6b7ffcc1610cfc2 (patch) | |
tree | e48d9ecf7859ceb09af8d290ee2d862ddbe31de1 /debian/control | |
parent | fd8f2875f9eb914ac3803c6469daedb71c382744 (diff) | |
download | busybox-w32-ba6bdbbb73df5ec696ee4d39e6b7ffcc1610cfc2.tar.gz busybox-w32-ba6bdbbb73df5ec696ee4d39e6b7ffcc1610cfc2.tar.bz2 busybox-w32-ba6bdbbb73df5ec696ee4d39e6b7ffcc1610cfc2.zip |
Patch from Bastian Blank (waldi) for debian installer
git-svn-id: svn://busybox.net/trunk/busybox@6066 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 d619b82ba..5b9f8f676 100644 --- a/debian/control +++ b/debian/control | |||
@@ -1,21 +1,21 @@ | |||
1 | Source: busybox-unstable | 1 | Source: busybox-cvs |
2 | Priority: optional | 2 | Priority: optional |
3 | Maintainer: Erik Andersen <andersee@debian.org> | 3 | Maintainer: Erik Andersen <andersee@debian.org> |
4 | Build-Depends: debhelper (>= 2.1.18), dpkg-dev (>= 1.7.0) | 4 | Build-Depends: debhelper (>= 2.1.18), dpkg-dev (>= 1.7.0) |
5 | Build-Depends-Indep: sgmltools-lite, w3m | 5 | Build-Depends-Indep: sgmltools-lite, w3m |
6 | Standards-Version: 3.2.1.0 | 6 | Standards-Version: 3.2.1.0 |
7 | 7 | ||
8 | Package: busybox-unstable-doc | 8 | Package: busybox-cvs-doc |
9 | Architecture: all | 9 | Architecture: all |
10 | Section: doc | 10 | Section: doc |
11 | Description: Documentation for busybox | 11 | Description: Documentation for busybox |
12 | Documentation in various formats on busybox commands and their options. | 12 | Documentation in various formats on busybox commands and their options. |
13 | 13 | ||
14 | Package: busybox-unstable | 14 | Package: busybox-cvs |
15 | Architecture: any | 15 | Architecture: any |
16 | Depends: ${shlibs:Depends} | 16 | Depends: ${shlibs:Depends} |
17 | Conflicts: busybox-unstable-static, busybox, busybox-static | 17 | Conflicts: busybox-cvs-static, busybox, busybox-static |
18 | Replaces: busybox-unstable-static, busybox, busybox-static | 18 | Replaces: busybox-cvs-static, busybox, busybox-static |
19 | Section: utils | 19 | Section: utils |
20 | Description: Tiny utilities for small and embedded systems. | 20 | Description: Tiny utilities for small and embedded systems. |
21 | BusyBox combines tiny versions of many common UNIX utilities into a single | 21 | BusyBox combines tiny versions of many common UNIX utilities into a single |
@@ -31,11 +31,11 @@ Description: Tiny utilities for small and embedded systems. | |||
31 | to install BusyBox to the current directory (you do not want to do this | 31 | to install BusyBox to the current directory (you do not want to do this |
32 | in / on your Debian system!). | 32 | in / on your Debian system!). |
33 | 33 | ||
34 | Package: busybox-unstable-static | 34 | Package: busybox-cvs-static |
35 | Architecture: any | 35 | Architecture: any |
36 | Depends: ${shlibs:Depends} | 36 | Depends: ${shlibs:Depends} |
37 | Conflicts: busybox-unstable, busybox-static, busybox | 37 | Conflicts: busybox-cvs, busybox-static, busybox |
38 | Replaces: busybox-unstable, busybox-static, busybox | 38 | Replaces: busybox-cvs, busybox-static, busybox |
39 | Section: shells | 39 | Section: shells |
40 | Description: Standalone rescue shell with tons of builtin utilities. | 40 | Description: Standalone rescue shell with tons of builtin utilities. |
41 | BusyBox combines tiny versions of many common UNIX utilities into a single | 41 | 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. | |||
53 | your system from certain destruction. Invoke "busybox", and it will list the | 53 | your system from certain destruction. Invoke "busybox", and it will list the |
54 | available builtin commands. | 54 | available builtin commands. |
55 | 55 | ||
56 | Package: busybox-unstable-udeb | 56 | Package: busybox-cvs-udeb |
57 | Architecture: any | 57 | Architecture: any |
58 | Depends: ${shlibs:Depends} | 58 | Depends: ${shlibs:Depends} |
59 | Section: debian-installer | 59 | Section: debian-installer |