diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-19 09:21:34 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-19 09:21:34 +0000 |
commit | e986a42e0cf4a23f0c7e22673432ca4ced000ca4 (patch) | |
tree | a4fd9464af4329277055e0b2cab83b8057b84ade /debian/changelog | |
parent | 24f4443efa2909f1f68801758979a0c2b7172566 (diff) | |
download | busybox-w32-e986a42e0cf4a23f0c7e22673432ca4ced000ca4.tar.gz busybox-w32-e986a42e0cf4a23f0c7e22673432ca4ced000ca4.tar.bz2 busybox-w32-e986a42e0cf4a23f0c7e22673432ca4ced000ca4.zip |
Added support for building debian packages.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@657 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 000000000..d042bb23f --- /dev/null +++ b/debian/changelog | |||
@@ -0,0 +1,18 @@ | |||
1 | busybox (0.44-1) frozen; urgency=low | ||
2 | |||
3 | * First attempt at packaging BusyBox as a .deb. This has been in | ||
4 | in the Debian boot-floppies CVS tree forever. Hopefully, having it as a | ||
5 | standalone app will make life easier for me, the debian-installer team, and | ||
6 | everyone else as well... | ||
7 | * I have created a busybox-static that can be used as a rescue shell when you | ||
8 | hose your system. Just invoke "busybox sh" to fir up the shell. This has | ||
9 | every app provided by busybox staically linked in. There have been several | ||
10 | times in the past that I would have loved to have this sitting on my system | ||
11 | (i.e. when libc gets screwed up.) | ||
12 | |||
13 | -- Erik Andersen <andersee@debian.org> Sun, 18 Jun 2000 21:45:47 -0600 | ||
14 | |||
15 | Local variables: | ||
16 | mode: debian-changelog | ||
17 | add-log-mailing-address: "andersee@debian.org" | ||
18 | End: | ||