diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-19 09:21:34 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-19 09:21:34 +0000 |
commit | b108a5b780a130b34aff4260583444e163fd6bd2 (patch) | |
tree | a4fd9464af4329277055e0b2cab83b8057b84ade /debian/changelog | |
parent | 110fc0caccd033b653e099ebbd79889e50bb3643 (diff) | |
download | busybox-b108a5b780a130b34aff4260583444e163fd6bd2.tar.gz |
Added support for building debian packages.
-Erik
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 @@ +busybox (0.44-1) frozen; urgency=low + + * First attempt at packaging BusyBox as a .deb. This has been in + in the Debian boot-floppies CVS tree forever. Hopefully, having it as a + standalone app will make life easier for me, the debian-installer team, and + everyone else as well... + * I have created a busybox-static that can be used as a rescue shell when you + hose your system. Just invoke "busybox sh" to fir up the shell. This has + every app provided by busybox staically linked in. There have been several + times in the past that I would have loved to have this sitting on my system + (i.e. when libc gets screwed up.) + + -- Erik Andersen <andersee@debian.org> Sun, 18 Jun 2000 21:45:47 -0600 + +Local variables: +mode: debian-changelog +add-log-mailing-address: "andersee@debian.org" +End: |