[ubuntu/lucid] partman-base 138ubuntu1 (Accepted)
Colin Watson
cjwatson at ubuntu.com
Fri Feb 26 15:00:17 GMT 2010
partman-base (138ubuntu1) lucid; urgency=low
* Resynchronise with Debian. Remaining changes:
- Ubiquity integration: If PARTMAN_NO_COMMIT is set, then exit rather
than running commit.d and finish.d scripts; add a partman-commit
script; dump extra information to /var/lib/partman/snoop if
PARTMAN_SNOOP is set; check for per-menu 'no_show_choices' file in
ask_user and don't reshow the menu if it exists.
- Don't skip over dmraid devices if the user chooses not to activate
them.
- If the only thing mounted on a disk is the installation medium and it
uses more or less the whole disk, then silently exclude that disk; if
the installation medium is mounted but doesn't use the whole disk,
issue a warning that partitioning may be difficult; if anything else
is mounted, offer to unmount it. partman/filter_mounted=false disables
this.
- Use ext4 as the default filesystem for new partitions.
- Use linux-swap(v1) instead of linux-swap(new) to reflect changes to
parted.
- Build with -O2 on powerpc to avoid a suspected toolchain bug.
* Build against parted 2.1. We don't use its improved alignment features
yet, but we plan to do so by Lucid.
partman-base (138) unstable; urgency=low
[ Colin Watson ]
* Fix display of partman/text/dmraid_volume. 'dmraid -s -c -c <superset>'
doesn't seem to work (at least not for ISW), but 'dmraid -s -c -c
<device>' works and produces the information we need.
[ Frans Pop ]
* base.sh: fix incorrect variable use for kfreebsd in humandev().
* Add post-base-installer.d script to apt-install dmraid into target.
Included here as dmraid does not have a separate partman component.
[ Updated translations ]
* Bengali (bn.po) by Israt Jahan
* Panjabi (pa.po) by A S Alam
* Romanian (ro.po) by Eddy Petrișor
* Slovenian (sl.po) by Vanja Cvelbar
partman-base (137) unstable; urgency=low
* Fix regression from calling sed outside debconf_select's inner loop:
remove empty choices, which confused cdebconf. This notably happened
when asking partman-auto/choose_recipe with a trailing newline on the
choices list.
[ Updated translations ]
* Slovenian (sl.po) by Vanja Cvelbar
partman-base (136) unstable; urgency=low
[ Colin Watson ]
* Upgrade to debhelper v7.
* Fix typo in partman-command that broke commands such as "partman-command
/dev/sda IS_CHANGED".
* Merge from Ubuntu:
- Call sed outside debconf_select's inner loop. In my benchmarks using
two disks with eight partitions each, this reduces debconf_select's
runtime on partman/choose_partition from 0.69 seconds to 0.07 seconds.
- Cache the output of partition_tree_choices for each disk, invalidating
the cache whenever we update a partition on the disk. In the above
benchmark, this saves on the order of half a second every time we
redisplay the partition tree when nothing has changed (e.g. on backing
up from a partition).
[ Aurelien Jarno ]
* [GNU/kFreeBSD] Add support for disk number > 10 and GPT naming scheme.
[ Frans Pop ]
* Remove no longer needed Lintian override for missing Standards-
Version field.
[ Updated translations ]
* Arabic (ar.po) by Ossama M. Khayat
* Asturian (ast.po) by Marcos Antonio Alvarez Costales
* Belarusian (be.po) by Pavel Piatruk
* Bulgarian (bg.po) by Damyan Ivanov
* Czech (cs.po) by Miroslav Kure
* Danish (da.po) by Ask Hjorth Larsen
* German (de.po) by Holger Wansing
* Greek (el.po) by Emmanuel Galatoulas
* Esperanto (eo.po) by Felipe Castro
* Spanish (es.po) by Javier Fernández-Sanguino Peña
* Estonian (et.po) by Mattias Põldaru
* Finnish (fi.po) by Esko Arajärvi
* French (fr.po) by Christian Perrier
* Galician (gl.po) by Marce Villarino
* Hindi (hi.po)
* Hungarian (hu.po) by SZERVÁC Attila
* Italian (it.po) by Milo Casagrande
* Japanese (ja.po) by Kenshi Muto
* Korean (ko.po) by Changwoo Ryu
* Lithuanian (lt.po) by Kęstutis Biliūnas
* Marathi (mr.po) by Sampada
* Norwegian Bokmal (nb.po) by Hans Fredrik Nordhaug
* Dutch (nl.po) by Frans Pop
* Polish (pl.po) by Bartosz Fenski
* Portuguese (pt.po) by Miguel Figueiredo
* Russian (ru.po) by Yuri Kozlov
* Slovak (sk.po) by Ivan Masár
* Slovenian (sl.po) by Vanja Cvelbar
* Swedish (sv.po) by Daniel Nylander
* Thai (th.po) by Theppitak Karoonboonyanan
* Turkish (tr.po) by Mert Dirik
* Vietnamese (vi.po) by Clytie Siddall
* Simplified Chinese (zh_CN.po) by 苏运强
Date: Fri, 26 Feb 2010 14:44:22 +0000
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Installer Team <ubuntu-installer at lists.ubuntu.com>
Signed-By: Colin Watson <cjwatson at canonical.com>
https://launchpad.net/ubuntu/lucid/+source/partman-base/138ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 26 Feb 2010 14:44:22 +0000
Source: partman-base
Binary: partman-base partman-utils
Architecture: source
Version: 138ubuntu1
Distribution: lucid
Urgency: low
Maintainer: Ubuntu Installer Team <ubuntu-installer at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description:
partman-base - Partition the storage devices (partman) (udeb)
partman-utils - Utilities related to partitioning (udeb)
Changes:
partman-base (138ubuntu1) lucid; urgency=low
.
* Resynchronise with Debian. Remaining changes:
- Ubiquity integration: If PARTMAN_NO_COMMIT is set, then exit rather
than running commit.d and finish.d scripts; add a partman-commit
script; dump extra information to /var/lib/partman/snoop if
PARTMAN_SNOOP is set; check for per-menu 'no_show_choices' file in
ask_user and don't reshow the menu if it exists.
- Don't skip over dmraid devices if the user chooses not to activate
them.
- If the only thing mounted on a disk is the installation medium and it
uses more or less the whole disk, then silently exclude that disk; if
the installation medium is mounted but doesn't use the whole disk,
issue a warning that partitioning may be difficult; if anything else
is mounted, offer to unmount it. partman/filter_mounted=false disables
this.
- Use ext4 as the default filesystem for new partitions.
- Use linux-swap(v1) instead of linux-swap(new) to reflect changes to
parted.
- Build with -O2 on powerpc to avoid a suspected toolchain bug.
* Build against parted 2.1. We don't use its improved alignment features
yet, but we plan to do so by Lucid.
.
partman-base (138) unstable; urgency=low
.
[ Colin Watson ]
* Fix display of partman/text/dmraid_volume. 'dmraid -s -c -c <superset>'
doesn't seem to work (at least not for ISW), but 'dmraid -s -c -c
<device>' works and produces the information we need.
.
[ Frans Pop ]
* base.sh: fix incorrect variable use for kfreebsd in humandev().
* Add post-base-installer.d script to apt-install dmraid into target.
Included here as dmraid does not have a separate partman component.
.
[ Updated translations ]
* Bengali (bn.po) by Israt Jahan
* Panjabi (pa.po) by A S Alam
* Romanian (ro.po) by Eddy Petrișor
* Slovenian (sl.po) by Vanja Cvelbar
.
partman-base (137) unstable; urgency=low
.
* Fix regression from calling sed outside debconf_select's inner loop:
remove empty choices, which confused cdebconf. This notably happened
when asking partman-auto/choose_recipe with a trailing newline on the
choices list.
.
[ Updated translations ]
* Slovenian (sl.po) by Vanja Cvelbar
.
partman-base (136) unstable; urgency=low
.
[ Colin Watson ]
* Upgrade to debhelper v7.
* Fix typo in partman-command that broke commands such as "partman-command
/dev/sda IS_CHANGED".
* Merge from Ubuntu:
- Call sed outside debconf_select's inner loop. In my benchmarks using
two disks with eight partitions each, this reduces debconf_select's
runtime on partman/choose_partition from 0.69 seconds to 0.07 seconds.
- Cache the output of partition_tree_choices for each disk, invalidating
the cache whenever we update a partition on the disk. In the above
benchmark, this saves on the order of half a second every time we
redisplay the partition tree when nothing has changed (e.g. on backing
up from a partition).
.
[ Aurelien Jarno ]
* [GNU/kFreeBSD] Add support for disk number > 10 and GPT naming scheme.
.
[ Frans Pop ]
* Remove no longer needed Lintian override for missing Standards-
Version field.
.
[ Updated translations ]
* Arabic (ar.po) by Ossama M. Khayat
* Asturian (ast.po) by Marcos Antonio Alvarez Costales
* Belarusian (be.po) by Pavel Piatruk
* Bulgarian (bg.po) by Damyan Ivanov
* Czech (cs.po) by Miroslav Kure
* Danish (da.po) by Ask Hjorth Larsen
* German (de.po) by Holger Wansing
* Greek (el.po) by Emmanuel Galatoulas
* Esperanto (eo.po) by Felipe Castro
* Spanish (es.po) by Javier Fernández-Sanguino Peña
* Estonian (et.po) by Mattias Põldaru
* Finnish (fi.po) by Esko Arajärvi
* French (fr.po) by Christian Perrier
* Galician (gl.po) by Marce Villarino
* Hindi (hi.po)
* Hungarian (hu.po) by SZERVÁC Attila
* Italian (it.po) by Milo Casagrande
* Japanese (ja.po) by Kenshi Muto
* Korean (ko.po) by Changwoo Ryu
* Lithuanian (lt.po) by Kęstutis Biliūnas
* Marathi (mr.po) by Sampada
* Norwegian Bokmal (nb.po) by Hans Fredrik Nordhaug
* Dutch (nl.po) by Frans Pop
* Polish (pl.po) by Bartosz Fenski
* Portuguese (pt.po) by Miguel Figueiredo
* Russian (ru.po) by Yuri Kozlov
* Slovak (sk.po) by Ivan Masár
* Slovenian (sl.po) by Vanja Cvelbar
* Swedish (sv.po) by Daniel Nylander
* Thai (th.po) by Theppitak Karoonboonyanan
* Turkish (tr.po) by Mert Dirik
* Vietnamese (vi.po) by Clytie Siddall
* Simplified Chinese (zh_CN.po) by 苏运强
Checksums-Sha1:
574f09ee346ae328b008d48a7a11cdec57010f28 1928 partman-base_138ubuntu1.dsc
68d9ca8bea62fa8961c4d4b0939222bf1a0c20c1 190066 partman-base_138ubuntu1.tar.gz
Checksums-Sha256:
01a5f4ecf801a94049ef3444c2abf4b8cd2141ef984b1b06e6ed168c3ec74bef 1928 partman-base_138ubuntu1.dsc
ccdf41a0255df72c1706e45e9ea23a0e0075cda9d34d5b82263cce434b7538f4 190066 partman-base_138ubuntu1.tar.gz
Files:
02d78f3916f3821586e316cb83017139 1928 debian-installer standard partman-base_138ubuntu1.dsc
8f7d4ecee73b8d60069c0393b9e783d1 190066 debian-installer standard partman-base_138ubuntu1.tar.gz
Original-Maintainer: Debian Install System Team <debian-boot at lists.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Colin Watson <cjwatson at debian.org> -- Debian developer
iQIVAwUBS4fhOzk1h9l9hlALAQj84BAArYZYYwwGroQaP9Vh0qKJWT93X3W88qdi
R7iZAG60WyvoUDq79kBTods5k/vjqZx0VXOa6257Nd725rUCVoiunCwn5aSCF9pi
kvaw1iRrJ4qlsBB9eVaz2iCu9AjZPfOlojDjTytClqkvuemALzeb28Sp3L46Bsr1
2QOOP9k5xpg20kEjPk/Cc2N+Q5MNc1hZiOHrZOJqxxK5B1HV4x9CJ7L/CmsN9eox
OAnU3Zo0DI6Cg3o1JRaYh3ZuqlmOfrKxNhLq81by3Q0qZ9Cyz+CB4UKsGFtcjrNC
MG/k5IbmEkU4fDnpovRuzTy9YZNxSckEaZOOAVF6B4BBrzuzi0mMDjeZb8AF9FBn
xC3kvhAbg7vaH5Ppz7VpD1gnoTwTtaE16HJFg2fu2aRuBspi0CjmY+BhsT2DIkbu
nMtB8UDqAPNzJiIIiRPVWP4T38wnA0XZGNziiSn/VrDt/pVvBSm+P1sAaxmgHCu2
fwrNQ1Eq6y1vGj9ArFsi1d1MWcKTnpNi/xPovii9EjntTQZJWpWCQHEORt92iuFy
dMeNv0eRBZ4OSEvojaGi9Ow2BoqLMsh++sLYbz1GavFoRH10T1Va6a6boJlgfJeT
ShN2eDb7dJoPi1MIUR8joPMnOVY9LO7fXNLu3UPy813hWhgSXYF71pJvF+7Z0+6W
aeKxB69/VrU=
=1aWz
-----END PGP SIGNATURE-----
More information about the Lucid-changes
mailing list