aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control6
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
7Package: busybox 7Package: busybox
8Architecture: any 8Architecture: any
9Depends: ${shlibs:Depends} 9Depends: ${shlibs:Depends}
10Conflicts: 10Conflicts: busybox-static
11Replaces: 11Replaces: busybox-static
12Section: utils 12Section: utils
13Description: Tiny utilities for small and embedded systems. 13Description: 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.
27Package: busybox-static 27Package: busybox-static
28Architecture: any 28Architecture: any
29Depends: ${shlibs:Depends} 29Depends: ${shlibs:Depends}
30Conflicts: busybox
31Replaces: busybox
30Section: shells 32Section: shells
31Description: Provides a stand alone rescue shell with tons of builtin utilities. 33Description: 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