diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-22 05:21:35 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-22 05:21:35 +0000 |
commit | d5a7226fe4973ce970a4b4bf98f4cfefb1ac0a0e (patch) | |
tree | 97c3650ea72784dcbb6a5459555b36d639907e6f /debian/control | |
parent | 8dd2d4399af4042bd8a2c0fd02afc0c2d71f9b67 (diff) | |
download | busybox-w32-d5a7226fe4973ce970a4b4bf98f4cfefb1ac0a0e.tar.gz busybox-w32-d5a7226fe4973ce970a4b4bf98f4cfefb1ac0a0e.tar.bz2 busybox-w32-d5a7226fe4973ce970a4b4bf98f4cfefb1ac0a0e.zip |
Make busybox and busybox-static conflict/replace each other
git-svn-id: svn://busybox.net/trunk/busybox@1883 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 |