diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-22 05:08:16 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-22 05:08:16 +0000 |
commit | 8dd2d4399af4042bd8a2c0fd02afc0c2d71f9b67 (patch) | |
tree | f976418ac5a0350f178c27d27729ac9dc2765c5d | |
parent | db5f7d5dfd621b6dc3622a29730200b6a3a9a72f (diff) | |
download | busybox-w32-8dd2d4399af4042bd8a2c0fd02afc0c2d71f9b67.tar.gz busybox-w32-8dd2d4399af4042bd8a2c0fd02afc0c2d71f9b67.tar.bz2 busybox-w32-8dd2d4399af4042bd8a2c0fd02afc0c2d71f9b67.zip |
Fix malformed build-depends. Update list of bugs to close
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@1882 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 434636fad..ad37afe06 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,5 +1,10 @@ | |||
1 | busybox (0.50pre-1) unstable; urgency=low | 1 | busybox (0.50pre-1) unstable; urgency=low |
2 | 2 | ||
3 | * Fix malformed Build-Depends (closes: #86930) | ||
4 | * grep has worked for some time now (closes: #81084) | ||
5 | * init compiles with DEBUG_INIT enabled (closes: #85794) | ||
6 | * md5sum no longer displays filename when reading stdin (closes: #81283) | ||
7 | * lsmod, rmmod, and insmod are no longer enabled (closes: #85642) | ||
3 | * Not yet released. | 8 | * Not yet released. |
4 | * See changelog for details. | 9 | * See changelog for details. |
5 | 10 | ||
diff --git a/debian/control b/debian/control index 5a662419f..23223a9a9 100644 --- a/debian/control +++ b/debian/control | |||
@@ -1,7 +1,7 @@ | |||
1 | Source: busybox | 1 | Source: busybox |
2 | Priority: optional | 2 | Priority: optional |
3 | Maintainer: Erik Andersen <andersee@debian.org> | 3 | Maintainer: Erik Andersen <andersee@debian.org> |
4 | Build-Depends: debhelper (>= 2.1.18), dpkg-dev (1.7.0) | 4 | Build-Depends: debhelper (>= 2.1.18), dpkg-dev (>= 1.7.0) |
5 | Standards-Version: 3.2.1.0 | 5 | Standards-Version: 3.2.1.0 |
6 | 6 | ||
7 | Package: busybox | 7 | Package: busybox |