diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-11-26 09:05:15 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-11-26 09:05:15 +0000 |
commit | 375851ff707659afd467a25934c453bd89f23729 (patch) | |
tree | 273d9eced9a2fa2148fa04585ba557aa79acb557 /debian/control | |
parent | 56d3591b4c25a640ecb31b8dd50805628bf08cee (diff) | |
download | busybox-w32-375851ff707659afd467a25934c453bd89f23729.tar.gz busybox-w32-375851ff707659afd467a25934c453bd89f23729.tar.bz2 busybox-w32-375851ff707659afd467a25934c453bd89f23729.zip |
Name package busybox-unstable to keep a clean seperation between the official packages.
git-svn-id: svn://busybox.net/trunk/busybox@6023 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/debian/control b/debian/control index 2a0ffa8bf..d619b82ba 100644 --- a/debian/control +++ b/debian/control | |||
@@ -1,21 +1,21 @@ | |||
1 | Source: busybox | 1 | Source: busybox-unstable |
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-doc | 8 | Package: busybox-unstable-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 | 14 | Package: busybox-unstable |
15 | Architecture: any | 15 | Architecture: any |
16 | Depends: ${shlibs:Depends} | 16 | Depends: ${shlibs:Depends} |
17 | Conflicts: busybox-static | 17 | Conflicts: busybox-unstable-static, busybox, busybox-static |
18 | Replaces: busybox-static | 18 | Replaces: busybox-unstable-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-static | 34 | Package: busybox-unstable-static |
35 | Architecture: any | 35 | Architecture: any |
36 | Depends: ${shlibs:Depends} | 36 | Depends: ${shlibs:Depends} |
37 | Conflicts: busybox | 37 | Conflicts: busybox-unstable, busybox-static, busybox |
38 | Replaces: busybox | 38 | Replaces: busybox-unstable, 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,10 +53,12 @@ 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-udeb | 56 | Package: busybox-unstable-udeb |
57 | Architecture: any | 57 | Architecture: any |
58 | Depends: ${shlibs:Depends} | 58 | Depends: ${shlibs:Depends} |
59 | Section: debian-installer | 59 | Section: debian-installer |
60 | Conflicts: busybox-udeb | ||
61 | Provides: busybox-udeb | ||
60 | Priority: standard | 62 | Priority: standard |
61 | Description: Tiny utilities for the debian-installer | 63 | Description: Tiny utilities for the debian-installer |
62 | BusyBox combines tiny versions of many common UNIX utilities into a single | 64 | BusyBox combines tiny versions of many common UNIX utilities into a single |