aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-02-22 05:21:35 +0000
committerEric Andersen <andersen@codepoet.org>2001-02-22 05:21:35 +0000
commitb2007bffc530a4722e94ec702e1fe572e43d30c2 (patch)
tree97c3650ea72784dcbb6a5459555b36d639907e6f /debian/control
parent5d9cad025389ed836100bf5f2942527407d11443 (diff)
downloadbusybox-b2007bffc530a4722e94ec702e1fe572e43d30c2.tar.gz
Make busybox and busybox-static conflict/replace each other
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
Package: busybox
Architecture: any
Depends: ${shlibs:Depends}
-Conflicts:
-Replaces:
+Conflicts: busybox-static
+Replaces: busybox-static
Section: utils
Description: Tiny utilities for small and embedded systems.
BusyBox combines tiny versions of many common UNIX utilities into a single
@@ -27,6 +27,8 @@ Description: Tiny utilities for small and embedded systems.
Package: busybox-static
Architecture: any
Depends: ${shlibs:Depends}
+Conflicts: busybox
+Replaces: busybox
Section: shells
Description: Provides a stand alone rescue shell with tons of builtin utilities.
BusyBox combines tiny versions of many common UNIX utilities into a single