diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 23223a9a9..48aac821e 100644 --- a/debian/control +++ b/debian/control | |||
@@ -7,8 +7,8 @@ Standards-Version: 3.2.1.0 | |||
7 | Package: busybox | 7 | Package: busybox |
8 | Architecture: any | 8 | Architecture: any |
9 | Depends: ${shlibs:Depends} | 9 | Depends: ${shlibs:Depends} |
10 | Conflicts: | 10 | Conflicts: busybox-static |
11 | Replaces: | 11 | Replaces: busybox-static |
12 | Section: utils | 12 | Section: utils |
13 | Description: Tiny utilities for small and embedded systems. | 13 | Description: Tiny utilities for small and embedded systems. |
14 | BusyBox combines tiny versions of many common UNIX utilities into a single | 14 | BusyBox combines tiny versions of many common UNIX utilities into a single |
@@ -27,6 +27,8 @@ Description: Tiny utilities for small and embedded systems. | |||
27 | Package: busybox-static | 27 | Package: busybox-static |
28 | Architecture: any | 28 | Architecture: any |
29 | Depends: ${shlibs:Depends} | 29 | Depends: ${shlibs:Depends} |
30 | Conflicts: busybox | ||
31 | Replaces: busybox | ||
30 | Section: shells | 32 | Section: shells |
31 | Description: Provides a stand alone rescue shell with tons of builtin utilities. | 33 | Description: Provides a stand alone rescue shell with tons of builtin utilities. |
32 | BusyBox combines tiny versions of many common UNIX utilities into a single | 34 | BusyBox combines tiny versions of many common UNIX utilities into a single |