summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-244-754/+754
| | | | -Erik
* Remove BB_SH define entirely.Matt Kraai2001-08-093-12/+0
|
* Fix up some silly messups with the debian packaging, and a dumb0_60_0Eric Andersen2001-08-023-14/+17
| | | | | | | bug with chroot. I've had the package uploaded but perms set to 000, so I am going to re-tag things and re-cut the release. Folks who pulled from CVS in the last 30 minutes with just have to cope. -Erik
* Ok, here we go...Eric Andersen2001-08-021-0/+6
|
* Commit NMU changelog.Matt Kraai2001-08-021-0/+7
|
* multibuild.pl saves us again. unix2dos requires that dos2unixEric Andersen2001-08-023-0/+12
| | | | | be enabled. -Erik
* Scrub away the last leftovers from BB_FEATURE_<shell>. Good thingEric Andersen2001-08-023-60/+45
| | | | | for multibuild.pl -- I would have missed this stupid mess otherwise. -Erik
* Allow multiple shells to be enabled.Matt Kraai2001-08-013-126/+93
|
* Shorten static package description.Matt Kraai2001-07-261-1/+1
|
* Enable APPLETS_ALWAYS_WINEric Andersen2001-07-071-1/+1
|
* Update changelogsEric Andersen2001-07-071-1/+1
|
* Remove rpmunpackEric Andersen2001-07-073-3/+0
|
* Update the debian packaging stuffEric Andersen2001-07-066-199/+411
|
* Get BB_LASH out of the list...Eric Andersen2001-05-243-3/+0
|
* Patch from larry to fix some grammar errors.Eric Andersen2001-05-234-12/+12
|
* Bump version to 0.52preEric Andersen2001-05-091-0/+6
|
* Disable lashEric Andersen2001-04-263-0/+3
| | | | -Erik
* Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunatelyEric Andersen2001-04-243-3/+9
| | | | | | adds 384 bytes to the overall size. But having each app be standalone is the Right Thing(tm) so we will just have to live with it. -Erik
* Update applet define from BB_CP_MV to BB_CP and BB_MV.Matt Kraai2001-04-243-3/+6
|
* This has two patches. First it moves interface.c to libbb (it isEric Andersen2001-04-193-24/+0
| | | | | | | support code after all). It also contains a patch from Larry Doolittle that removes two instances of "strlen([^)]*) *- *1", un-shadows two variables, relaxes requirement for a sprintf(3) that returns number of bytes written, and eliminates a duplicate subroutine.
* Fix up changelog for 0.51 releaseEric Andersen2001-04-101-1/+11
|
* Bring Debian config files into sync with the master one.Eric Andersen2001-04-103-0/+6
|
* Enable freeramdisk and pivot_root, disable lash for the Debian .udebEric Andersen2001-04-091-3/+3
| | | | -Erik
* make sure we auto-close debian bug #91758Eric Andersen2001-04-091-1/+13
| | | | -Erik
* Update changelogEric Andersen2001-04-091-4/+8
|
* use 'USE_SYSTEM_PWD_GRP=false' for the Debian packages so the boot-floppiesEric Andersen2001-04-091-3/+3
| | | | | | do not need any of the nss crap installed. As was, things like 'id' would fail. Fixed now (with thanks to Matt Kraai for his help). -Erik
* A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which addsEric Andersen2001-04-053-0/+9
| | | | | | | | | | | | | | - support for ftp downloads - HTTP basic authentication support (as an optional feature) - handling of http redirections - protocol version changed to 1.0 (to stop servers from requesting chunked encoding) - bugfix: in the case when content-length not given, wget didn't download anything - when attempting to continue an aborted download but server doesn't support restarts, reopen output file in write mode - changed assumption that existing file should restart an aborted download. Now the user must explicitly specify this with -c
* Move the mtab support stuff into libbbEric Andersen2001-04-013-27/+3
| | | | -Erik
* Change BB_FEATURE_TRIVIAL_HELP to BB_FEATURE_VERBOSE_USAGE (per bug #1130).Matt Kraai2001-03-273-9/+6
|
* Update files and version number prepratory to cutting a release.Eric Andersen2001-03-154-85/+137
| | | | -Erik
* Update the olympus sectionsEric Andersen2001-03-153-126/+211
|
* add wget, tr, telnet, ping, md5sum and loadkmap to .debDavid Kimdon2001-03-051-6/+6
|
* Enable INSTALLER for the debEric Andersen2001-03-051-1/+1
|
* Fix up a stupid mistake caught by David Whedon <dwhedon@gordian.com>Eric Andersen2001-02-231-1/+1
|
* Make busybox and busybox-static conflict/replace each otherEric Andersen2001-02-222-2/+5
|
* Fix malformed build-depends. Update list of bugs to closeEric Andersen2001-02-222-1/+6
| | | | -Erik
* Update the debian build stuffEric Andersen2001-02-174-157/+622
| | | | -Erik
* Bump rev to 0.50pre.Eric Andersen2001-02-141-0/+7
|
* Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen2001-01-271-3/+3
| | | | | a release. Update the website with release details. -Erik
* Update timeEric Andersen2001-01-211-1/+1
|
* djust debian build targetsEric Andersen2001-01-202-18/+57
|
* Bump the version number to 0.49preEric Andersen2000-12-201-0/+6
|
* Fix a stupid naming error.Eric Andersen2000-12-201-1/+1
|
* Update the version number to 0.48 (no longer pre).Eric Andersen2000-12-132-25/+31
|
* Some .deb updateEric Andersen2000-12-103-3/+19
|
* Update for handling .udebs and building using a pristine source dir...Eric Andersen2000-12-015-88/+781
|
* More pristine source directory updates. It now worksEric Andersen2000-12-013-15/+85
| | | | | for me (including doing install). How about you? -Erik
* Oops. I never committed this. Update version to 0.48pre...Eric Andersen2000-10-271-0/+6
|
* Final touchups for the release...Eric Andersen2000-09-261-3/+3
| | | | -Erik
* Bump version number.Eric Andersen2000-07-211-0/+6
| | | | -Erik