Skip to content

Debian Changelog mindi-busybox (1.2.1-4)

2008

mindi-busybox (1.2.1-4) unstable; urgency=low

   * Specify mode when creating file with open() call in gzip.c to be
     compliant with open() specification. Thank you, James Westby, for
     raising this and for your patch! (Closes: #507209.)

 -- Andree Leidenfrost <andree@debian.org>  Mon, 01 Dec 2008 20:49:39 +1100

mindi-busybox (1.2.1-3) unstable; urgency=high

   * Don't include asm/page.h in mkswap.c as suggested by Peter Green to
     avoid compile failure. Thank you Peter! (Closes: #479982.)
   * Enabled udhcp client support. (Closes: #428963.)
   * Handle DEB_BUILD_OPTIONS and use build target busybox_unstripped in
     rules file. (Closes: #437569.)
   * Fixed make clean command in rules file. (Fixes lintian warning.)
   * Removed override file for linda because linda is gone.
   * Use Homepage field in control file.
   * Added an explicit copyright line in copyright file. (Fixes lintian
     warning.)
   * Changed standards version to 3.8.0 with no further changes other
     than the above.

 -- Andree Leidenfrost <andree@debian.org>  Fri, 03 Oct 2008 22:09:08 +1000

2006

mindi-busybox (1.2.1-2) unstable; urgency=low

   * Turned on readlink because we need it in mondo's stabgrub-me script.

 -- Andree Leidenfrost <andree@debian.org>  Wed, 30 Aug 2006 09:04:27 +1000

mindi-busybox (1.2.1-1) unstable; urgency=low

   * New upstream release.
   * Removed installation of upstream Changelog in rules file because it
     has been removed.
   * Added usr/lib/mindi/rootfs/etc to dirs file and added postinst and
     prerm maintainer scripts to install and remove mtab as link to
     /proc/mounts.
   * Toned down dependency on debhelper to >= 5.0 as we don't really need
     more. With this, the package builds without changes on Ubuntu Dapper.
   * Added Rob Landley, the new maintainer, to Authors in copyright file.
   * Amendments to README.Debian:
     - redone line breaks and removed superfluous blanks;
     - mention Bastian Blank as maintainer of busybox Debian packages;
     - added missing 'is' in last sentence.
   * Compiled against glibc version 2.3.6.ds1-1. Fixes issue where
     virtual consoles would be unusable on restore media on amd64.
     (Thank you, Aurelien Jarno, for fixing #367656!)
   * Removed Amaya as an uploader as per her request.

 -- Andree Leidenfrost <andree@debian.org>  Sat, 19 Aug 2006 11:51:12 +1000

mindi-busybox (1.00-7) unstable; urgency=low

   * Changed standards version from 3.6.2 to 3.7.2 without package
     changes.
   * Increased package compatibility level to 5 and build-depend on
     debhelper >= 5.0.37 accordingly.
   * Changed maintainer email address to andree@debian.org.

 -- Andree Leidenfrost <andree@debian.org>  Sun, 18 Jun 2006 15:48:13 +1000

mindi-busybox (1.00-6) unstable; urgency=low

   * Added architectures amd64 and ia64.
   * Fixed title and some grammar in README.Debian file.
   * Fixed download location in copyright file.
   * Fixed FSF address in copyright file. Fixes lintian warning.
   * Changes to rules file:
     - removed 'dh_installexamples' (examples not relevant for this package);
     - removed 'dh_shlibdeps' because we build a static binary.
   * Trimmed down busybox config somewhat:
     - disabled --install support
     - disabled obsolete tape support for tar/cpio
     - disabled patch
     - disabled watchdog

 -- Andree Leidenfrost <aleidenf@bigpond.net.au>  Sat, 28 Jan 2006 23:10:54 +1100

2005

mindi-busybox (1.00-5) unstable; urgency=low

   * Fixed failure to compile with gcc-4.0 by making function build_bl_tree()
     non-static in gzip.c and by renaming variable environ via a define in
     ifupdown.c (Closes: #318551).
   * Fixed failure to compile with gcc-4.0 version 4.0.1-3 specifically (I
     believe) by including config.h directly before the second include statement
     for applets.h in file applets.c.
   * Changed standards version from 3.6.1 to 3.6.2 without package changes.

 -- Andree Leidenfrost <aleidenf@bigpond.net.au>  Thu, 04 Aug 2005 20:20:09 +1000

mindi-busybox (1.00-4) unstable; urgency=low

   * Moved package from section 'utils' to correct section 'shells'.
   * Added homepage to package description as per Developer's Reference 2.6.4.
   * Rephrased synopsis to make it an 'appositive clause' as per Developer's
     Reference 6.2.2.
   * Removed last paragraph about symlinks from description because it doesn't
     apply to this version of busybox.

 -- Andree Leidenfrost <aleidenf@bigpond.net.au>  Sat, 26 Mar 2005 12:00:16 +1100

mindi-busybox (1.00-3) unstable; urgency=low

   * Added overrides file for linda to address the following:
     * busybox is static binary, it has to be;
     * the package does not depend on other packages;
     * the short description is repeated in the long description, I believe
       this makes sense in the context.
   * Changed 'BusyBox' to 'busybox' in package decription to address lintian
     warning (and to be more inline with upstream naming conventions anyway).

 -- Andree Leidenfrost <aleidenf@bigpond.net.au>  Mon, 03 Jan 2005 23:59:29 +1100

2004

mindi-busybox (1.00-2) unstable; urgency=low

   * Deactivated support for devfs as we don't need it and it causes
     problems with mount via the loop device.

 -- Andree Leidenfrost <aleidenf@bigpond.net.au>  Wed, 20 Oct 2004 18:49:24 +1100

mindi-busybox (1.00-1) unstable; urgency=low

   * New upstream release.
   * Changed debhelper dependency from 4.2.19 to 4.2.20.

 -- Andree Leidenfrost <aleidenf@bigpond.net.au>  Fri, 15 Oct 2004 19:34:30 +1100

mindi-busybox (0.99.040720-3) unstable; urgency=low

   * Changed priority from 'extra' to 'optional': As per Debian Policy
     2.5 this packages is not 'extra' but rather 'optional'. Also it is a
     spin-off of package mindi which is 'optional' in the first place.
   * Updated version in debhelper build dependency.
   * Added Amaya to uploaders.

 -- Andree Leidenfrost <aleidenf@bigpond.net.au>  Mon, 30 Aug 2004 22:57:38 +1000

mindi-busybox (0.99.040720-2) unstable; urgency=low

   * Removed spurious Conflicts line from control file.

 -- Andree Leidenfrost <aleidenf@bigpond.net.au>  Sun, 15 Aug 2004 21:21:36 +1100

mindi-busybox (0.99.040720-1) unstable; urgency=low

   * New upstream release (fixes lsmod for 2.6 kernels amongst other things).
   * Create mindi's symlinks.tgz file on the fly based on what is actually
     compiled into busybox.
   * Added more tools to busybox to bring it fully in line with busybox in the
     upstream mindi package and to get ready to use more busybox tools.
   * No need to fiddle with rootfs tarball anymore, just install busybix in
     rootfs directory structure thanks to improvements in new upstream version
     of mindi.

 -- Andree Leidenfrost <aleidenf@bigpond.net.au>  Mon, 09 Aug 2004 22:59:41 +1100

mindi-busybox (0.99.040511-1) unstable; urgency=low

   * Package based on Andree work.
   * Update Busybox to a cvs version to be able to use open.

 -- Hector Garcia <hector@debian.org>  Fri, 14 May 2004 21:26:58 +1000

mindi-busybox (0.60.5-1) unstable; urgency=low

   * Initial Release.
   * Split out from mindi package to provide sources to meet Debian policies.

 -- Andree Leidenfrost <aleidenf@bigpond.net.au>  Sat, 20 Mar 2004 03:10:51 +1100