aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-22 05:21:35 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-22 05:21:35 +0000
commitd5a7226fe4973ce970a4b4bf98f4cfefb1ac0a0e (patch)
tree97c3650ea72784dcbb6a5459555b36d639907e6f
parent8dd2d4399af4042bd8a2c0fd02afc0c2d71f9b67 (diff)
downloadbusybox-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
-rw-r--r--debian/changelog1
-rw-r--r--debian/control6
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index ad37afe06..d9e05684a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ busybox (0.50pre-1) unstable; urgency=low
5 * init compiles with DEBUG_INIT enabled (closes: #85794) 5 * init compiles with DEBUG_INIT enabled (closes: #85794)
6 * md5sum no longer displays filename when reading stdin (closes: #81283) 6 * md5sum no longer displays filename when reading stdin (closes: #81283)
7 * lsmod, rmmod, and insmod are no longer enabled (closes: #85642) 7 * lsmod, rmmod, and insmod are no longer enabled (closes: #85642)
8 * busybox and buxybox-static now conflict/replace each other (closes: #80421)
8 * Not yet released. 9 * Not yet released.
9 * See changelog for details. 10 * See changelog for details.
10 11
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