[ubuntu/natty] mindi 1:2.0.4-1.1ubuntu1 (Accepted)
Bhavani Shankar
bhavi at ubuntu.com
Thu Dec 9 05:15:28 GMT 2010
mindi (1:2.0.4-1.1ubuntu1) natty; urgency=low
* Merge from debian unstable. Remaining changes:
- Remove linux-images from recommends.
- Add linux-image-386 | linux-image-generic | linux-image-itanium |
linux-image-mckinley | linux-image-rt | linux-image-server |
linux-image-ume | linux-image-virtual | linux-image-xen
in suggests.
- Remove elilo [ia64] from depends.
mindi (1:2.0.4-1.1) unstable; urgency=low
* Non-maintainer upload.
* Enhance the postrm maintainer script to only remove the files in
/usr/lib/mindi/ on purge. (Closes: #559153)
mindi (1:2.0.4-1ubuntu1) jaunty; urgency=low
* Merge from debian unstable, remaining changes (LP: #300557):
- Remove linux-images from recommends.
- Add linux-image-386 | linux-image-generic | linux-image-itanium |
linux-image-mckinley | linux-image-rt | linux-image-server |
linux-image-ume | linux-image-virtual | linux-image-xen
in suggests.
- Remove elilo [ia64] from depends.
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.
mindi (2.24-3ubuntu1) hardy; urgency=low
* Merge from Debian unstable. Remaining Ubuntu changes:
- debian/control - Adjust relationships to fit Ubuntu packages scheme:
+ remove Debian linux-image(s) from Recommends
+ add linux-image-386 | linux-image-generic | linux-image-itanium |
linux-image-mckinley | linux-image-rt | linux-image-server |
linux-image-ume | linux-image-virtual | linux-image-xen
in Suggests
+ remove elilo [ia64] from Depends
+ Modify Maintainer value to match Debian-Maintainer-Field Spec
mindi (2.24-3) unstable; urgency=low
* Removed dependency on package ms-sys and documented in
README.Debian. (Closes: #470734.)
mindi (2.24-2ubuntu1) hardy; urgency=low
* Merge from debian unstable (LP: #161194), remaining changes:
- debian/control - Adjust relationships to fit Ubuntu packages scheme:
+ remove Debian linux-image(s) from Recommends
+ add linux-image-386 | linux-image-generic | linux-image-itanium |
linux-image-mckinley | linux-image-rt | linux-image-server |
linux-image-ume | linux-image-virtual | linux-image-xen
in Suggests
+ remove elilo [ia64] from Depends
+ change ms-sys [amd64 i386] to ms-sys in Depends
+ Modify Maintainer value to match Debian-Maintainer-Field Spec
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.
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.
mindi (2.22-1ubuntu1) gutsy; urgency=low
* Merge from Debian unstable.
* Modify Maintainer value to match Debian-Maintainer-Field Spec
* debian/control: changed Recommends to recomment linux-image and not the
other kernel flavours
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.
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.)
mindi (2.21~r1021-2) non-official; urgency=low
* Really apply change to include IncludeCustomDependencies in mindi.
Fixes starting petris on restore media.
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.
mindi (2.20-2ubuntu1) feisty; urgency=low
* Merge from Debian unstable. Ubuntu change:
- Adjusted Depends and Recommends
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.)
mindi (2.20-1ubuntu1) feisty; urgency=low
* Merge from debian unstable. Kept changes:
+ Adjusted Build-Depends.
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.
Date: Thu, 09 Dec 2010 10:42:47 +0530
Changed-By: Bhavani Shankar <bhavi at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Bhavani Shankar <right2bhavi at gmail.com>
https://launchpad.net/ubuntu/natty/+source/mindi/1:2.0.4-1.1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 09 Dec 2010 10:42:47 +0530
Source: mindi
Binary: mindi
Architecture: source
Version: 1:2.0.4-1.1ubuntu1
Distribution: natty
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Bhavani Shankar <bhavi at ubuntu.com>
Description:
mindi - creates boot/root disks based on your system
Closes: 403454 404315 429308 470734 559153
Launchpad-Bugs-Fixed: 161194 300557
Changes:
mindi (1:2.0.4-1.1ubuntu1) natty; urgency=low
.
* Merge from debian unstable. Remaining changes:
- Remove linux-images from recommends.
- Add linux-image-386 | linux-image-generic | linux-image-itanium |
linux-image-mckinley | linux-image-rt | linux-image-server |
linux-image-ume | linux-image-virtual | linux-image-xen
in suggests.
- Remove elilo [ia64] from depends.
.
mindi (1:2.0.4-1.1) unstable; urgency=low
.
* Non-maintainer upload.
* Enhance the postrm maintainer script to only remove the files in
/usr/lib/mindi/ on purge. (Closes: #559153)
.
mindi (1:2.0.4-1ubuntu1) jaunty; urgency=low
.
* Merge from debian unstable, remaining changes (LP: #300557):
- Remove linux-images from recommends.
- Add linux-image-386 | linux-image-generic | linux-image-itanium |
linux-image-mckinley | linux-image-rt | linux-image-server |
linux-image-ume | linux-image-virtual | linux-image-xen
in suggests.
- Remove elilo [ia64] from depends.
.
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.
.
mindi (2.24-3ubuntu1) hardy; urgency=low
.
* Merge from Debian unstable. Remaining Ubuntu changes:
- debian/control - Adjust relationships to fit Ubuntu packages scheme:
+ remove Debian linux-image(s) from Recommends
+ add linux-image-386 | linux-image-generic | linux-image-itanium |
linux-image-mckinley | linux-image-rt | linux-image-server |
linux-image-ume | linux-image-virtual | linux-image-xen
in Suggests
+ remove elilo [ia64] from Depends
+ Modify Maintainer value to match Debian-Maintainer-Field Spec
.
mindi (2.24-3) unstable; urgency=low
.
* Removed dependency on package ms-sys and documented in
README.Debian. (Closes: #470734.)
.
mindi (2.24-2ubuntu1) hardy; urgency=low
.
* Merge from debian unstable (LP: #161194), remaining changes:
- debian/control - Adjust relationships to fit Ubuntu packages scheme:
+ remove Debian linux-image(s) from Recommends
+ add linux-image-386 | linux-image-generic | linux-image-itanium |
linux-image-mckinley | linux-image-rt | linux-image-server |
linux-image-ume | linux-image-virtual | linux-image-xen
in Suggests
+ remove elilo [ia64] from Depends
+ change ms-sys [amd64 i386] to ms-sys in Depends
+ Modify Maintainer value to match Debian-Maintainer-Field Spec
.
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.
.
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.
.
mindi (2.22-1ubuntu1) gutsy; urgency=low
.
* Merge from Debian unstable.
* Modify Maintainer value to match Debian-Maintainer-Field Spec
* debian/control: changed Recommends to recomment linux-image and not the
other kernel flavours
.
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.
.
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.)
.
mindi (2.21~r1021-2) non-official; urgency=low
.
* Really apply change to include IncludeCustomDependencies in mindi.
Fixes starting petris on restore media.
.
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.
.
mindi (2.20-2ubuntu1) feisty; urgency=low
.
* Merge from Debian unstable. Ubuntu change:
- Adjusted Depends and Recommends
.
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.)
.
mindi (2.20-1ubuntu1) feisty; urgency=low
.
* Merge from debian unstable. Kept changes:
+ Adjusted Build-Depends.
.
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.
Checksums-Sha1:
fde4e635ee4a34735a36a82ddac349c150359977 1422 mindi_2.0.4-1.1ubuntu1.dsc
16bfc6441364198920495a5783fdfb45b1439896 18004 mindi_2.0.4-1.1ubuntu1.diff.gz
Checksums-Sha256:
03c6636e7fdcff4fea2e61cb2c1a8a9c47978f8b51a2ab77e7b16ee2981fa3f0 1422 mindi_2.0.4-1.1ubuntu1.dsc
7499df3b8232bcfef3334f07529714705b11d4e339d73743d338fcc2d95b699a 18004 mindi_2.0.4-1.1ubuntu1.diff.gz
Files:
3959fe662a4c60bf014c342648c11500 1422 utils optional mindi_2.0.4-1.1ubuntu1.dsc
57ae597eb60174bd81bf17f9f04ab48a 18004 utils optional mindi_2.0.4-1.1ubuntu1.diff.gz
Original-Maintainer: Andree Leidenfrost <andree at debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQEcBAEBAgAGBQJNAGXVAAoJELvsaMmE4aGoKu0H/AwijBsZWYOeWBlqmAL+tq0G
dAghGxO60EZTbA3SUuslCaQaghTNoiJKcAM1dK/YAu8pgzff8qMWRselnDNDFGfz
9Lhxdr/rVPPxjkUnmUV3tn3tr/Az/WUnnjXpkI2/hsyNBO4i/KJmswhbZx7NWCW6
HeiXLw5ugIT6sxaJTEh0wQMU4VTuZF6XDpQcbwGYYo8plDNy8oSfIk+uhvwv6FDN
E3nyL61mHQ+ruUIjVCspT3MMF3BwaRt9aAJd7XR33a0ybzmxD95rCHk4KB95R0Se
vBMA/YOdNL1SNZbZksD85dzXwDTX5w25CZ7fqhcyx+HhAM1q2PLed3X6/3qqXg0=
=XbvA
-----END PGP SIGNATURE-----
More information about the Natty-changes
mailing list