2008
mindi (1:2.0.4-1) unstable; urgency=high
* New upstream release.
* Changes and additions to upstream source:
- in init's ModprobeAllModules() avoid '-o' in invocation of find
because busybox's find apparently does not know it;
- in mindi, call /usr/lib/mindi/mindi-bkphw because this is where it
resides in Debian - see below;
- in mindi, change ISO_CMD to /usr/bin/genisoimage because that is
what Debian provides instead of mkisofs.
* Packaging changes:
- proper copyright line with years and names in copyright file;
- use of new Homepage field in control file;
- depend on genisoimage rather than obsolete package mkisofs;
- changed standards version to 3.8.0 without further changes;
- introduced epoch because upstream is now at 2.0.4;
- install Debian terminfo linux file directly in rootfs which is in
line with upstream's new approach to include the distribution's
version;
- install DebFindFailsafe as FindDistroFailsafe because this is what
vanilla upstream mindi is looking for;
- retired TryToBeCleverAboutInitrd as all functionality is now
integrated upstream;
- re-sync'ed with upstream's deplist.txt, only additions are nano
and petris;
- moved new mindi-bkphw to /usr/lib/mindi because it does not have a
manpage and its scope is currently very limited - updated
README.Debian accordingly;
- added README.bkphw and README.proliant to docs file;
- only remove rootfs/symlinks.tgz in rules file as all the other
unwanted files in rootfs are have been removed upstream.
-- Andree Leidenfrost <andree@debian.org> Mon, 13 Oct 2008 21:22:45 +1100
mindi (2.24-3) unstable; urgency=low
* Removed dependency on package ms-sys and documented in
README.Debian. (Closes: #470734.)
-- Andree Leidenfrost <andree@debian.org> Sun, 06 Apr 2008 18:59:18 +1000
2007
mindi (2.24-2) unstable; urgency=low
* Removed unused rootfs/var/log/mondo-archive.log via rules file.
* Changed LOGFILE in init to /var/log/mondorestore.log to be
consistent with mondo.
* Removed non-compliant and unused usr/var directory via rules file.
Fixes lintian warning.
-- Andree Leidenfrost <andree@debian.org> Sun, 16 Sep 2007 15:19:04 +1000
mindi (2.24-1) unstable; urgency=low
* New upstream release:
- changed upstream version 2.2.4 into 2.24 to avoid epoch;
- all Debian changes integrated upstream apart from:
- DebFindFailsafe,
- TryToBeCleverAboutInitrd (mostly integrated, though),
- IA64/EFI related changes (requires more generic approach);
- reverted to pre-2.22 ReadAllLink() because new one can yield
incorrect results, e.g. when /lib64 is a symbolic link as on
amd64;
- removed the new check of directory being a link in
CopyDependenciesToDirectory() because it can give wrong results,
e.g. when /lib64 is a symbolic link as on amd64.
* Removed mdrun from deplist.txt to ensure that mdadm rather than the
obsolete mdrun is used to start RAID devices during restore. Also
avoids wrong RAID device numbering. Closes: #429308.
* Replace standard terminfo linux file with the one from the
ncurses-base Debian package to fix swapped blue and red colors
during restore.
-- Andree Leidenfrost <andree@debian.org> Sun, 09 Sep 2007 19:44:11 +1000
mindi (2.22-1) unstable; urgency=low
* New upstream release:
- changed upstream version 2.2.2 into 2.22 to avoid epoch;
- all Debian changes integrated upstream apart from:
- DebFindFailsafe,
- TryToBeCleverAboutInitrd (mostly integrated, though),
- IA64/EFI related changes (requires more generic approach),
- removed superfluous commands dealing with /root/images in mindi,
- "lsmod | sed -n '2,$s/ .*//p" - put p back at end, otherwise
output is empty;
- reverted to old ReadAllLink() because new one may yield incorrect
results,
- removed "acpi=off" from mindi's ADDITIONAL_BOOT_PARAMS to avoid
kernel hangs during restore. (See also Debian bug #406809.)
* Added colons to 'Closes' tags to fix lintian warning.
* Changed rules file to remove parted2fdisk.pl to fix lintian warning.
(parted2fdisk.pl is only needed for ia64 for which we compile a C
binary in the Debian package called parted2fdisk.)
* Amended DropOptimizedLibraries() to cater for the fact that Debian
puts some optimized libraries into /lib/i686/cmov.
-- Andree Leidenfrost <andree@debian.org> Thu, 26 Apr 2007 22:32:53 +1000
mindi (2.21~r1021-3) non-official; urgency=low
* lca2007 love:
- Added /usr/games to PATH to get petris started directly. (Changed
in upstream as well.) Removed IncludeCustomDependencies and don't
modify mindi to call it anymore. Adjusted rules file accordingly
and added /usr/games/petris to deplist.txt.
- Changed amd64 kernel candicate in DebFindFailsafe to
'linux-image-2.6-amd64' because that is what it is called now.
Added 'linux-image-2.6-itanium' for same reason and adjusted
control file accordingly.
- Changed hooks for DebFindFailfsafe in preparation for uptream
merge. (DebFindFailsafe functionality committed upstream.)
- ia64 changes:
- Fixed dependencies for ia64 for syslinux/elilo and ms-sys.
- Added modules cmd64x, ohci-hcd and ohci_hcd to mindi's modules.
Fixes booting of restore media on zx2000 (and probably other
Itanium systems). (Thank you, Bruno!) (Committed upstream.)
- Don't change start directory for searching kernel on ia64. ia64
is not different on Debian for this. (Needs to be addressed more
generically upstream.)
- Use absolute path for referencing vmlinuz in (e)lilo.conf.
Makes it possible to store elilo.conf in multiple locations.
(Committed upstream.)
- elilo.efi is in /usr/lib/elilo on Debian - copy from there.
(Needs to be addressed more generically upstream.)
- Copy elilo.efi and elilo.conf to both root and directory
/EFI/boot on boot image for restore media.
- Added libperl-dev to build dependencies for ia64 which is a
parted2fdisk.pl.
- Override variable PERLBASE in Makefile.parted2fdisk with the
right value for Debian. (Needs to be more generically addressed
upstream. )
* Use upstream's install.sh in debian/rules. Makes pacakge build less
error-prone and fixes handling of parted2fdisk.
* Remove parted2fdisk C executable and parted2fdisk.c in clean target
of rules file.
* Transfer code to check kernel and create appropriate initrd from
TryToBeCleverAboutInitrd to mindi for upstream inclusion. (Committed
usptream.) (Leave syslinux code for now.)
* Removed "acpi=off" from mindi's ADDITIONAL_BOOT_PARAMS to avoid
kernel hangs during restore. (See also Debian bug #406809.)
-- Andree Leidenfrost <andree@debian.org> Mon, 26 Feb 2007 21:49:22 +1100
mindi (2.21~r1021-2) non-official; urgency=low
* Really apply change to include IncludeCustomDependencies in mindi.
Fixes starting petris on restore media.
-- Andree Leidenfrost <andree@debian.org> Tue, 9 Jan 2007 20:37:31 +1100
mindi (2.21~r1021-1) non-official; urgency=low
* New upstream release:
- changed upstream version 2.2.0 into 2.21 to avoid epoch;
- updated rules file to deal with MINDI_LIB variable;
- create new directory /var/cache/mindi via dirs file;
- all Debian changes integrated upstream apart from:
- DebFindFailsafe,
- IncludeCustomDependencies,
- TryToBeCleverAboutInitrd.
* Made MONDO_ROOT default to /var/cache/mindi/mondo_root rather than
/var/cache/mondo in mindi so that we don't create a new directory
in /var/cache at run-time.
* Removed superfluous commands dealing with /root/images in mindi.
* Call readlink without -f in mindi's ReadAllLink() because this does
not work in case the directory the file is in is a link itself.
-- Andree Leidenfrost <andree@debian.org> Sun, 7 Jan 2007 18:49:46 +1100
2006
mindi (2.20-2) unstable; urgency=high
* Explicitly create a temporary directory for use by mindi to avoid
mindi completely removing the /home directory under some
circumstances. (Thank you Bruno Cornec & Matija Nalis for the
patch!) (Closes: #403454.)
* Replace hard-coded occurrences of /bin/cut to fix fstab label
handling in mindi. (Thank you Matija Nalis for the patch!)
(Closes: #404315.)
-- Andree Leidenfrost <andree@debian.org> Sun, 24 Dec 2006 08:03:53 +1100
mindi (2.20-1) unstable; urgency=medium
* New upstream release:
- version numbering aligned with mondo;
- changed upstream version 2.2.0 into 2.20 to avoid epoch;
- we now ship pristine upstream source in Debian because upstream
has removed busybox binaries;
- all Debian changes integrated upstream apart from:
- DebFindFailsafe,
- IncludeCustomDependencies,
- TryToBeCleverAboutInitrd.
* Depend on latest mindi-busybox (1.2.1-2).
* Suggest linux-image-2.6-amd64, not linux-image-2.6-amd64-generic.
-- Andree Leidenfrost <andree@debian.org> Sun, 8 Oct 2006 12:54:32 +1000
mindi (1.09-3) unstable; urgency=low
* Removed check for linker in wait-for-petris. It is too much of a
moving target and ensuring we don't start petris prematurely works
without it. (Committed upstream.)
-- Andree Leidenfrost <andree@debian.org> Sun, 8 Oct 2006 12:42:09 +1000
mindi (1.09-2) unstable; urgency=low
* Fixed a syntax error mindi's LVM code. (Already fixed upstream.)
-- Andree Leidenfrost <andree@debian.org> Sun, 17 Sep 2006 15:35:41 +1000
mindi (1.09-1) unstable; urgency=low
* New upstream release:
- removed binary files from upstream source to be compliant with
Debian policy:
- rootfs/bin/busybox-i386,
- rootfs/bin/busybox-i386.net,
- rootfs/bin/busybox-ia64;
- all Debian changes integrated upstream apart from:
- DebFindFailsafe,
- IncludeCustomDependencies,
- TryToBeCleverAboutInitrd;
- changed upstream version 1.0.9 into 1.09 to avoid epoch.
* Removed liblvm from deplist.txt because it does not exist, is not
needed and causes error messages in the logs. (Will be gone in next
upstream version, too.)
* Removed Amaya as an uploader as per her request.
-- Andree Leidenfrost <andree@debian.org> Sun, 17 Sep 2006 15:35:37 +1000
mindi (1.08-2-2) unstable; urgency=low
* Removed superfluous echo command in analyze-my-lvm to avoid screen
corruption in mondorestore in newt mode. (Committed upstream.)
* 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.
-- Andree Leidenfrost <andree@debian.org> Sat, 22 Jul 2006 19:16:09 +1000
mindi (1.08-2-1) unstable; urgency=low
* New upstream release:
- closes: #367692;
- removed binary files from upstream source to be compliant with
Debian policy:
- rootfs/bin/busybox-i386,
- rootfs/bin/busybox-i386.net,
- rootfs/bin/busybox-ia64;
- all Debian changes integrated upstream apart from:
- DebFindFailsafe,
- IncludeCustomDependencies,
- TryToBeCleverAboutInitrd,
- amended init to try to use mdrun in case raidstart is not found
(see also: #352343),
- linker for x86_64 is now in /lib64 rather than /lib - adjusted
'wait-for-petris' accordingly;
- changed upstream version 1.0.8-2 into 1.08-2 to avoid epoch;
* Increased package compatibility level to 5 and build-depend on
debhelper >= 5.0.37 accordingly.
* Changed shell for analyze-my-lvm to bash to be in line with mindi
and to avoid issues with less powerful shells used as sh. (Committed
upstream.)
* Amended mindi to be able to deal with Debian's way of defining LVM
volumes in fstab, i.e. /dev/mapper/<volume group>-<logical volume>.
(Closes: #362926.) (Committed upstream.)
* Amended mindi to deal properly with LVM tool lvmiopversion and with
lvmcreate_initrd and pvdata which don't exist in LVM2 whilst analysing
dependency requirements. (Closes: #351687.)
-- Andree Leidenfrost <andree@debian.org> Sun, 18 Jun 2006 15:58:18 +1000
mindi (1.07-3) unstable; urgency=low
* Amended init to try to use mdrun in case raidstart is not found.
(Closes: #352343.)
* Removed mkpv from deplist.txt because it is part of deprecated
raidtools2 package. Added raidtab back to deplist.txt because it
contains the restore RAID information even when mdadm is used.
* Added module md-mod to mindi's EXTRA_MODS as RAID modules depend on
it. Also, added module xor because module raid5 needs it. (This is
all for kernel 2.6.16.)
* Linker for x86_64 is now in /lib64 rather than /lib - adjusted
'wait-for-petris' accordingly.
* Changed standards version from 3.6.2 to 3.7.2 without package
changes. (Fixes lintian warning.)
-- Andree Leidenfrost <andree@debian.org> Sun, 14 May 2006 09:32:07 +1000
mindi (1.07-2) unstable; urgency=high
* Set urgency to 'high' because the bug below makes the package
unusable when newly installed and the fix is small and low-risk.
* Removed obsolete check for existence of isolinux config as this file
is created only later down the track via calling
TryToBeCleverAboutInitrd. (Closes: #365366.)
* Added postrm script to remove config files created on the fly by
TryToBeCleverAboutInitrd but statically included upstream.
* Changed standards version from 3.6.2 to 3.7.0 without package
changes. (Fixes lintian warning.)
-- Andree Leidenfrost <andree@debian.org> Sun, 30 Apr 2006 11:42:52 +1000
mindi (1.07-1) unstable; urgency=low
* New upstream release:
- source is release 1.0.7-r460;
- use old version format, i.e. 1.07 rather than new upstream
format 1.0.7 to avoid epoch - re-sync will happen for 1.2.0;
- removed binary files from upstream source to be compliant with
Debian policy:
- rootfs/bin/busybox-i386,
- rootfs/bin/busybox-i386.net,
- rootfs/bin/busybox-ia64;
- all Debian changes integrated upstream apart from:
- DebFindFailsafe,
- IncludeCustomDependencies,
- TryToBeCleverAboutInitrd;
- analyze-my-lvm moved to /usr/lib/mindi
- put new download location ftp://ftp.mondorescue.org/src/ in
copyright file;
- README is now in upstream - removed from debian directory and
adjusted docs file accordingly;
- revert change where no bigger bootdisks would get created if 1722
one succees because the 1722 doesn't contain modules to mount
optical drive.
* Make message unambiguous in case mounting of floppy images fails
in mindi. (Closes: #357785.))
* Changed maintainer email address to andree@debian.org.
-- Andree Leidenfrost <andree@debian.org> Sun, 9 Apr 2006 12:50:36 +1000
mindi (1.06-4) unstable; urgency=low
* Added ide-generic back to IDE_MODS and rather make it so that
via82cxxx gets loaded first in init. (Committed upstream.)
(Closes: #354145.)
* Improvement to DebFindFailsafe script. (Thanks, Bruno!)
* Create syslinux configuration files on the fly. Removed custom files
accordingly and adjusted rules.
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Wed, 1 Mar 2006 22:56:10 +1100
mindi (1.06-3) unstable; urgency=low
* Fixed mindi so that it only deletes freshly created 1440kb boot and
root floppy images if creation finished with an error. (Committed
upstream.) (Closes: #348966.)
* Depend on dosfstools and binutils to avoid errors as also reported
in above bug report.
* Mention mindi parameter FORCE_DUAL_FLOPPIES in README.Debian to help
in situations like the one in the above bug report.
* Get mindi to look for analyze-my-lvm in it's library directory
MINDI_LIB rather than the path. analyze-my-lvm should not be moved
into path because it is only useful to mindi and does not have a
manpage. (Committed upstream.) (Closes: #351446.)
* Changed DebFindFailsafe from an independent script into a code
snippet that gets sourced in by mindi. Use mindi's Die function for
better error reporting and improve error texts. (Required to fix #352323.)
* Recommend mdadm, remove all raidtools-related entries from Debian
deplist.txt file and add mdadm and mdrun instead.
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Wed, 15 Feb 2006 23:09:16 +1100
mindi (1.06-2) unstable; urgency=low
* Officially took over maintainership from Hector - changed control file
accordingly.
* Added architectures amd64 and ia64. (Closes: #252759.)
* Amended wait-for-petris script to check for the right linker depending on
architecture rather than just /lib/ld-linux.so.2.
* Depend on mindi-busybox >= 1.00-6 because that's the first one to support
amd64 and ia64 - the more people use it the more issues will be uncovered.
* Replaced use of mindi-kernel by new script DebFindFailsafe that dynamically
determines the most appropropriate stock Debian kernel to use as FAILSAFE.
* Adjusted recommends in control file accordingly.
* Added recommends for package cpio because we may need it.
* Rewrote mindi extension TryToBeCleverAboutInitrd so that it now checks the
selected kernel rather than the running one.
* Rewritten README.Debian to reflect and explain above changes.
* Weakened dependency on ntfsprogs from depends to recommends as most people
won't need it.
* Added modules via82cxxx and generic to mindi's IDE mods and removed
ide-generic. Fixes non-working DMA on VIA chipsets with later 2.6 kernels.
* Removed module skge from mindi's NET_MODS - unwanted deviation from
upstream.
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Sun, 05 Feb 2006 19:32:11 +1100
mindi (1.06-1) unstable; urgency=low
* New upstream release:
- all relevant Debian changes integrated upstream, except:
- IncludeCustomDependencies;
- TryToBeCleverAboutInitrd;
- new maximum boot floppy size for boot ISO image doubled from 2880KB to
5760KB to accomodate big SMP kernels. (Closes: #315528, #325783.)
- removed binary files from upstream source to be compliant with Debian
policy:
- rootfs/bin/busybox-i386;
- rootfs/bin/busybox-ia64;
- rootfs/bin/busybox-i386.net;
- new upstream manpage replaces the one provided by Debian package;
- replaced 'nfsacl' with 'nfs_acl' in mindi's NET_MODS, added 'nfs_acl' to
mindi's EXTRA_MODS (Committed upstream.);
- changed init so that PXE and ordinary NFS both work as expected
(hopefully) (Committed upstream.);
- adjusted rules file to new dynamic location and version handling;
- removed unnecessary things from rules file.
* Added depency on package 'module-init-tools' to ensure that lsmod is
installed. (Closes: #337566.)
* Weaken dependecy to mindi-kernel (FAILSAFE) to recommends.
(Closes: #336395.) Amended mindi error message thrown when FAILSAFE kernel
not found to also suggest to use distribution's package mechanism for
installation.
* New, more informative README file. (Committed upstream.)
* Changed download location to BerliOS and added Bruno to Authors list in
copyright file.
* Replaced mindi-partimagehack dependency with ntfsprogs dependency to
reflect change in mondo - see there for details. Updated deplist.txt
accordingly.
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Sun, 8 Jan 2006 22:41:58 +1100
2005
mindi (1.04-7) unstable; urgency=medium
* Set urgency to 'medium' because restore is consistently broken without
any warning.
* Modified mindi's ProcessLDD() to work with changed ldd >= 2.3.4 output.
(Closes: #324302, #329246.)
* Fixed FSF address in copyright file and mispelled date in changelog file
(lintian reported errors).
* Amend TryToBeCleverAboutInitrd to avoid failure when mindi is run directly
rather than from mondoarchive.
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Sat, 11 Oct 2005 22:29:31 +1000
mindi (1.04-6) unstable; urgency=low
* Removed NIC driver kernel modules from mindi NET_MODS variable to
reduce size of initrd file (Closes: #315528).
* Fix warning issued by find in MakeModuleLoadingScript() by moving
'-maxdepth' switch in front of '-name'.
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Sun, 31 Jul 2005 15:15:09 +1000
mindi (1.04-5) unstable; urgency=low
* Added libnss* libraries and nsswitch.conf to deplist.txt to get name
resolution to work. (Required even for static compile against libc6.)
* Changed standards version from 3.6.1 to 3.6.2 without package changes.
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Sat, 18 Jun 2005 12:35:03 +1000
mindi (1.04-4) unstable; urgency=low
* Added homepage to package descriptions as per Developer's Reference 2.6.4.
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Sat, 26 Mar 2005 15:55:21 +1100
mindi (1.04-3) unstable; urgency=low
* Boot floppy fixes (Closes: #280297): - Use different heuristics to determine whether lilo has boot.b built in or not because the original approach of evaluating the output of 'lilo -X' doesn't work because lilo uses different compiler flags than what mindi assumes. My approach is to assume that if the string boot.b can be found in the binary, then it isn't built in because it needs the default path in the binary. - Replaced the rdev code with simply calling rdev with the device node. This is in accordance with the rdev manpage and we only access floppy 0 anyway. (Fixes the error message '/dev/fd0H1440: No such file or directory'.) - The created floppy boot and root images used to get deleted in the standard code immidiately after they where created with the result that they are not available anymore when mondoarchive comes to the point of writing things floppy. The offending statements were removed and the created boot floppies boot now. - Added 'Recommends: lilo' as this is needed for boot floppies (but not everyone uses them and should not be forced to install lilo). * Create devfs.conf in the right location. This is done by scanning for the full path of the configuration file in the devfsd binary and using this path. There is still one assumption here: The file has to be called 'devfsd.conf'. (Closes: #280916.)
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Mon, 21 Feb 2005 20:09:58 +1100
mindi (1.04-2) unstable; urgency=low
* Process /etc/modprobe.d if it exists when running a 2.6 kernel rather than
/etc/modprobe.conf. (Closes: #282106.)
* Replace egrep with grep in mindi's AddFileToDir. We don't need regular
expressions here, and special characters like '+' in file names lead to
wrong results because of their special meaning in regular expressions.
(Closes: #283815.)
* Make beginning of package short description non-capital to fix lintian
warning.
* Slightly rephrased package long description to keep linda happy.
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Thu, 03 Jan 2005 23:53:31 +1100
2004
mindi (1.04-1) unstable; urgency=low
* New upstream release. Removed binary files from upstream source to be
compliant with Debian policy:
- rootfs/bin/busybox-i386;
- rootfs/bin/busybox-ia64;
- rootfs/bin/busybox-i386.net;
- rootfs/sbin/parted2fdisk-ia64;
- moved StartNfs back to its prior location because network drivers are
not loaded yet causing NFS restores to fail.
* Removed partimagehack from 'IncludeCustomDependencies' because the latest
mindi-partimagehack package puts it in the path now (under '/usr/sbin').
* Check whether directory exists before doing mkdir in
'install-additional-tools'. This avoids unnecessary mkdir error messages
when booting the restore media.
* Updated dependencies:
* mindi-kernel: 2.4.26-1 -> 2.4.27-1,
* mindi-busybox: 0.99.040720 -> 1.00-2,
* mindi-partimagehack: 0.6.2 -> 0.6.2-3.
* Removed duplicate 'parted' entry from 'deplist.txt'.
* Removed 'mount' and 'umount' from 'deplist.txt' as this works with busybox
versions now. (Needs mindi-busybox >= 1.00-2.).
* Removed 'sort' from 'deplist.txt' as it now works with native busybox sort.
* Be explicit about which stock Debian 2.6 kernels works and which won't in
README.Debian.
* Mention problems with swapfiles and kernel 2.6.7 in README.Debian.
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Wed, 10 Nov 2004 21:47:55 +1100
mindi (1.03.1-3) unstable; urgency=medium
* Added 'umount' to 'deplist.txt'. Previously umount from busybox was
used which doesn't free loop devices and thus causes restores via NFS to
fail. (Closes: #272900.)
* Added 'setfacl' and 'getfacl' to 'deplist.txt' to enable setting
(and examining) ACLs during restore.
* Make use of MondoRescue's capability to archive and restore Access Control
Lists (ACL) and Extended Attributes (EA):
* added packages 'acl' and 'attr' to 'Suggests';
* added 'setfacl' and 'getfacl' to 'deplist.txt' to enable setting (and
examining) ACLs during restore;
* added 'setfattr' and 'getfattr' to 'deplist.txt' to enable setting (and
examining) EAs during restore.
* Upgrade build dependency for debhelper to 4.2.20.
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Wed, 29 Sep 2004 00:17:03 +1100
mindi (1.03.1-2) unstable; urgency=low
* Fixed priority by setting it back from 'extra' to 'optional'. * Updated debhelper version in build dependency. * Added Amaya to uploaders.
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Mon, 30 Aug 2004 22:45:58 +1000
mindi (1.03.1-1) unstable; urgency=low
* New upstream release, fixes most reported bugs.
(Closes: #178341, #197815, #221147, #172239)
* Revert game from tint back to petris as this is what upstream uses and it
is now in Debian.
* Moved all Debian-specific files that get installed into package to new
folder 'debian/DebianAddOns' to reduce clutter.
* Rewrote package description.
* Added file README.Debian with information about what kernels will work.
* Changes compared to upstream package:
* Removed binary files from upstream source to be compliant with Debian
policy (bumped upstream version: 1.03 -> 1.03.1):
* 'rootfs/bin/busybox-i386'
* 'rootfs/bin/busybox-ia64'
* 'rootfs/sbin/parted2fdisk-ia64'
* Provide hooks in mindi to add Debian-specific dependencies (via script
'IncludeCustomDependencies') and to create initrd images in cpio format
(via script 'TryToBeCleverAboutInitrd') to make things work with stock
Debian kernels. (Thanks to the debian-kernel list, and in particular to
Francesco P. Lovergine, for pointing me to the cpio option!)
* Removed modutils binaries from deplist.txt to ensure that busybox gets
used which equally deals with 2.4 and 2.6 kernels.
* Added module 'ide-generic' to IDE modules in mindi to ensure that kernels
with fully modularised IDE sub-system (e.g. stock Debian kernel) boot.
* Rewrote script 'wait-for-petris' to ensure that petris starts and can be
restarted.
* Don't background module loading in init script because it may still run
when the shell prompt appears in expert mode and output '...Done' at the
shell prompt.
* Fixed syntax error in mindi where a wrong delimiter is used in an sed
call when processing file '/etc/issue.net'.
* Don't provide file 'rootfs/symlinks.tgz' as it now comes with
mindi-busybox package.
* Removed '#!/bin/bash' from file 'rootfs/etc/bashrc' (fixes lintian
warning).
* Removed execute flags from the following files when building:
* 'rootfs/etc/ld.so.cache'
* 'rootfs/.profile'
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Mon, 9 Aug 2004 20:19:52 +1100
mindi (0.86.1-2) unstable; urgency=low
* Changed dependency on tint from 'Depends' to 'Suggests'.
(Closes: #249530)
* Updated to standard version 3.6.1 (fixes lintian warning).
* Adjusted versions in dependencies.
* Added module jbd to mindi (required by modular ext3).
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Wed, 21 Jul 2004 20:05:18 +1000
mindi (0.86.1-1) unstable; urgency=low
* Got rid of a few binaries left. * Added depend on mindi-busybox with support for most binaries.
-- Hector Garcia <hector@debian.org> Sun, 16 May 2004 21:10:00 +0200
mindi (0.86-3) unstable; urgency=low
* fixed reported policy violations regarding binary-only files
(closes: #233606):
* replaced binary-only embleer with parted/ms-sys
* replaced binary-only petris with Debian tint
* replaced binary-only pico with Debian nano
(pico segfaulted anyway for me)
* replaced binary-only open with Debian openvt
* replaced binary-only busybox with mindi-busybox package
* removed unneeded binary-only library files libcom_err.so.2.0 and
libtermcap.so.2.0.8
* moved /usr/share/mindi to /usr/lib/mindi as directory contains binary files
* added following dependencies
* parted
* ms-sys
* tint
* nano
* mindi-busybox package
* file, suggest less (closes: #200095)
* lintian fixes:
* update from standards version 3.5.9 to 3.6.0
* don't have analyze-my-lvm in /usr/sbin (fixes missing manpage error)
-- Andree Leidenfrost <aleidenf@bigpond.net.au> Sat, 27 Mar 2004 22:21:00 +1100
2003
mindi (0.86-2) unstable; urgency=low
* Changed some /mnt/{floppy,cdrom} letfover to /{floppy,cdrom}
-- Hector Garcia <hector@debian.org> Tue, 14 Oct 2003 23:52:00 +0200
mindi (0.86-1) unstable; urgency=low
* New upstream version. (Closes: #174543) - Doesn't need boot.b anymore. (Closes: #183472, #183480) - Doesn't look mkfs.vfat unless you need it. - Uses /bin/bash instead of /bin/sh. (Closes: #158818) - Placed preference on gawk (Closes: #180411, #183279) * Added dosfstools as suggest. (Closes: #179202) * Added depend on gawk to prevent mountlist from being wrong generated. * Added depend on mindi-kernel. * Placed analyze-my-lvm on /usr/sbin. (Closes: #183278) * Applied patch ported by Guillem. (Closes: #203825, #179144)
-- Hector Garcia <hector@debian.org> Sun, 7 Sep 2003 18:08:01 +0200
mindi (0.84-1) unstable; urgency=low
* New upstream version.
-- Hector Garcia <hector@debian.org> Tue, 28 Apr 2003 22:31:08 +0100
2002
mindi (0.81-1) unstable; urgency=low
* New upstream version. * Now only expects mkfs.vfat if you backup such partition. (Closes: #158819) * Fixed problem due to lilo not including boot.b anymore. (Closes: #164787)
-- Hector Garcia <hector@debian.org> Sat, 28 Dec 2002 22:31:08 +0100
mindi (0.65-0) unstable; urgency=low
* New upstream version.
* All patches send to upstream to make it more Debian aware
accepted. It is he nice or what? :-)
* As said by upstream this bug is fixed. (Closes: #128719)
* Changed priority from optional to extra.
* Upgraded Standards-Version to latest on policy.
-- Hector Garcia <hector@debian.org> Sat, 03 Aug 2002 01:31:08 +0100
mindi (0.63.7-1) unstable; urgency=low
* New upstream version.
* Upstream fixed path lookup. Removed my patch.
* Fixed keyboard detection on Debian. Patch send to upstream.
* Fixed machine detection. Patch send to upstream.
* Upstream already liked both patches (great guy ;-) ) and it is fixing bugs
from our BTS, so people hold on a litle more to get your bug fix.
* It depends on syslinux, so it is i386 only. If I ever have time I will
look into fixing this to make it available to more archs. (Closes: #142476)
-- Hector Garcia <hector@debian.org> Fri, 19 Jun 2002 10:31:08 +0100
mindi (0.59.r1-1) unstable; urgency=low
* New upstream version.
* Defined directly Debian paths overriding automatic lookup until it works
properly for a Debian system (I have to work on that). (Closes: #136524).
* Added a depend on lilo. (Closes: #138567).
-- Hector Garcia <hector@debian.org> Mon, 25 Mar 2002 11:31:08 +0100
mindi (0.58.r5-1) unstable; urgency=low
* New upstream revision.
* Fixed typo at mindi that prevented it from finding /usr/share/mindi.
(Closes: #135480)
* Making it use #!/bin/bash until upstream fixes bash non-posix specific
commands. I'll try to make the necesary patches. (Closes: #135545)
-- Hector Garcia <hector@debian.org> Fri, 25 Feb 2002 11:31:08 +0100
mindi (0.58-2) unstable; urgency=low
* Fixed mindi to use /usr/share/mindi and /usr/share/mondo
(when present and necesary). Hope it is general enough
for upstream to be able to use it.
-- Hector Garcia <hector@debian.org> Fri, 18 Feb 2002 19:31:08 +0100
mindi (0.58-1) unstable; urgency=low
* New upstream version.
-- Hector Garcia <hector@debian.org> Fri, 16 Feb 2002 19:31:08 +0100
mindi (0.53-1) unstable; urgency=low
* New upstream version. * Included analyze-my-lvm. (Closes: #129368) * Fixed README. (Closes: #130236)
-- Hector Garcia <hector@debian.org> Fri, 25 Jan 2002 19:31:08 +0100
2001
mindi (0.50-1) unstable; urgency=low
* Initial Release. (Closes: #122730) * Fixed mindi script to use deplist.txt from /etc/mindi * Written small man page.
-- Hector Garcia <hector@debian.org> Sun, 9 Dec 2001 19:31:08 +0100